Lines Matching refs:num_planes

41 	{ .format = DRM_FORMAT_XRGB8888, .depth = 24, .num_planes = 2,
43 { .format = DRM_FORMAT_XBGR8888, .depth = 24, .num_planes = 2,
45 { .format = DRM_FORMAT_ARGB8888, .depth = 32, .num_planes = 2,
47 { .format = DRM_FORMAT_ABGR8888, .depth = 32, .num_planes = 2,
49 { .format = DRM_FORMAT_XRGB2101010, .depth = 30, .num_planes = 2,
51 { .format = DRM_FORMAT_XBGR2101010, .depth = 30, .num_planes = 2,
53 { .format = DRM_FORMAT_ARGB2101010, .depth = 30, .num_planes = 2,
55 { .format = DRM_FORMAT_ABGR2101010, .depth = 30, .num_planes = 2,
67 { .format = DRM_FORMAT_XRGB8888, .depth = 24, .num_planes = 2,
70 { .format = DRM_FORMAT_XBGR8888, .depth = 24, .num_planes = 2,
73 { .format = DRM_FORMAT_ARGB8888, .depth = 32, .num_planes = 2,
76 { .format = DRM_FORMAT_ABGR8888, .depth = 32, .num_planes = 2,
79 { .format = DRM_FORMAT_XRGB2101010, .depth = 30, .num_planes = 2,
82 { .format = DRM_FORMAT_XBGR2101010, .depth = 30, .num_planes = 2,
85 { .format = DRM_FORMAT_ARGB2101010, .depth = 30, .num_planes = 2,
88 { .format = DRM_FORMAT_ABGR2101010, .depth = 30, .num_planes = 2,
91 { .format = DRM_FORMAT_XRGB16161616F, .depth = 0, .num_planes = 2,
94 { .format = DRM_FORMAT_XBGR16161616F, .depth = 0, .num_planes = 2,
97 { .format = DRM_FORMAT_ARGB16161616F, .depth = 0, .num_planes = 2,
100 { .format = DRM_FORMAT_ABGR16161616F, .depth = 0, .num_planes = 2,
103 { .format = DRM_FORMAT_YUYV, .num_planes = 2,
106 { .format = DRM_FORMAT_YVYU, .num_planes = 2,
109 { .format = DRM_FORMAT_UYVY, .num_planes = 2,
112 { .format = DRM_FORMAT_VYUY, .num_planes = 2,
115 { .format = DRM_FORMAT_XYUV8888, .num_planes = 2,
118 { .format = DRM_FORMAT_NV12, .num_planes = 4,
121 { .format = DRM_FORMAT_P010, .num_planes = 4,
124 { .format = DRM_FORMAT_P012, .num_planes = 4,
127 { .format = DRM_FORMAT_P016, .num_planes = 4,
137 { .format = DRM_FORMAT_XRGB8888, .depth = 24, .num_planes = 3,
140 { .format = DRM_FORMAT_XBGR8888, .depth = 24, .num_planes = 3,
143 { .format = DRM_FORMAT_ARGB8888, .depth = 32, .num_planes = 3,
146 { .format = DRM_FORMAT_ABGR8888, .depth = 32, .num_planes = 3,
149 { .format = DRM_FORMAT_XRGB2101010, .depth = 30, .num_planes = 3,
152 { .format = DRM_FORMAT_XBGR2101010, .depth = 30, .num_planes = 3,
155 { .format = DRM_FORMAT_ARGB2101010, .depth = 30, .num_planes = 3,
158 { .format = DRM_FORMAT_ABGR2101010, .depth = 30, .num_planes = 3,
161 { .format = DRM_FORMAT_XRGB16161616F, .depth = 0, .num_planes = 3,
164 { .format = DRM_FORMAT_XBGR16161616F, .depth = 0, .num_planes = 3,
167 { .format = DRM_FORMAT_ARGB16161616F, .depth = 0, .num_planes = 3,
170 { .format = DRM_FORMAT_ABGR16161616F, .depth = 0, .num_planes = 3,
176 { .format = DRM_FORMAT_XRGB8888, .depth = 24, .num_planes = 2,
179 { .format = DRM_FORMAT_XBGR8888, .depth = 24, .num_planes = 2,
182 { .format = DRM_FORMAT_ARGB8888, .depth = 32, .num_planes = 2,
185 { .format = DRM_FORMAT_ABGR8888, .depth = 32, .num_planes = 2,
188 { .format = DRM_FORMAT_XRGB2101010, .depth = 30, .num_planes = 2,
191 { .format = DRM_FORMAT_XBGR2101010, .depth = 30, .num_planes = 2,
194 { .format = DRM_FORMAT_ARGB2101010, .depth = 30, .num_planes = 2,
197 { .format = DRM_FORMAT_ABGR2101010, .depth = 30, .num_planes = 2,
200 { .format = DRM_FORMAT_XRGB16161616F, .depth = 0, .num_planes = 2,
203 { .format = DRM_FORMAT_XBGR16161616F, .depth = 0, .num_planes = 2,
206 { .format = DRM_FORMAT_ARGB16161616F, .depth = 0, .num_planes = 2,
209 { .format = DRM_FORMAT_ABGR16161616F, .depth = 0, .num_planes = 2,
636 return info->num_planes == 4; in format_is_yuv_semiplanar()
638 return info->num_planes == 2; in format_is_yuv_semiplanar()
730 (main_plane && main_plane >= fb->format->num_planes / 2)); in main_to_ccs_plane()
732 return fb->format->num_planes / 2 + main_plane; in main_to_ccs_plane()
738 ccs_plane < fb->format->num_planes / 2); in skl_ccs_to_main_plane()
743 return ccs_plane - fb->format->num_planes / 2; in skl_ccs_to_main_plane()
1271 for (i = 0; i < fb->format->num_planes; i++) { in intel_plane_can_remap()
1707 int i, num_planes = fb->base.format->num_planes; in intel_fill_fb_info() local
1721 for (i = 0; i < num_planes; i++) { in intel_fill_fb_info()
1814 for (color_plane = 0; color_plane < fb->format->num_planes; color_plane++) { in intel_fb_view_vtd_guard()
1840 int i, num_planes = fb->format->num_planes; in intel_plane_remap_gtt() local
1866 for (i = 0; i < num_planes; i++) { in intel_plane_remap_gtt()
2260 for (i = 0; i < fb->format->num_planes; i++) { in intel_framebuffer_init()