Home
last modified time | relevance | path

Searched defs:dc_plane_cap (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/
H A Ddc.h70 struct dc_plane_cap { struct
71 enum dc_plane_type type;
72 uint32_t blends_with_above : 1;
73 uint32_t blends_with_below : 1;
74 uint32_t per_pixel_alpha : 1;
75 struct {
81 } pixel_format_support;
85 struct {
89 } max_upscale_factor;
93 struct {
[all …]