Lines Matching refs:num_planes
33 { .format = DRM_FORMAT_XRGB8888, .depth = 24, .num_planes = 2,
35 { .format = DRM_FORMAT_XBGR8888, .depth = 24, .num_planes = 2,
37 { .format = DRM_FORMAT_ARGB8888, .depth = 32, .num_planes = 2,
39 { .format = DRM_FORMAT_ABGR8888, .depth = 32, .num_planes = 2,
51 { .format = DRM_FORMAT_XRGB8888, .depth = 24, .num_planes = 2,
54 { .format = DRM_FORMAT_XBGR8888, .depth = 24, .num_planes = 2,
57 { .format = DRM_FORMAT_ARGB8888, .depth = 32, .num_planes = 2,
60 { .format = DRM_FORMAT_ABGR8888, .depth = 32, .num_planes = 2,
63 { .format = DRM_FORMAT_YUYV, .num_planes = 2,
66 { .format = DRM_FORMAT_YVYU, .num_planes = 2,
69 { .format = DRM_FORMAT_UYVY, .num_planes = 2,
72 { .format = DRM_FORMAT_VYUY, .num_planes = 2,
75 { .format = DRM_FORMAT_XYUV8888, .num_planes = 2,
78 { .format = DRM_FORMAT_NV12, .num_planes = 4,
81 { .format = DRM_FORMAT_P010, .num_planes = 4,
84 { .format = DRM_FORMAT_P012, .num_planes = 4,
87 { .format = DRM_FORMAT_P016, .num_planes = 4,
97 { .format = DRM_FORMAT_XRGB8888, .depth = 24, .num_planes = 3,
100 { .format = DRM_FORMAT_XBGR8888, .depth = 24, .num_planes = 3,
103 { .format = DRM_FORMAT_ARGB8888, .depth = 32, .num_planes = 3,
106 { .format = DRM_FORMAT_ABGR8888, .depth = 32, .num_planes = 3,
112 { .format = DRM_FORMAT_XRGB8888, .depth = 24, .num_planes = 2,
115 { .format = DRM_FORMAT_XBGR8888, .depth = 24, .num_planes = 2,
118 { .format = DRM_FORMAT_ARGB8888, .depth = 32, .num_planes = 2,
121 { .format = DRM_FORMAT_ABGR8888, .depth = 32, .num_planes = 2,
437 return info->num_planes == 4; in format_is_yuv_semiplanar()
439 return info->num_planes == 2; in format_is_yuv_semiplanar()
537 (main_plane && main_plane >= fb->format->num_planes / 2)); in main_to_ccs_plane()
539 return fb->format->num_planes / 2 + main_plane; in main_to_ccs_plane()
545 ccs_plane < fb->format->num_planes / 2); in skl_ccs_to_main_plane()
550 return ccs_plane - fb->format->num_planes / 2; in skl_ccs_to_main_plane()
1179 for (i = 0; i < fb->format->num_planes; i++) { in intel_plane_can_remap()
1543 int i, num_planes = fb->base.format->num_planes; in intel_fill_fb_info() local
1557 for (i = 0; i < num_planes; i++) { in intel_fill_fb_info()
1630 int i, num_planes = fb->format->num_planes; in intel_plane_remap_gtt() local
1656 for (i = 0; i < num_planes; i++) { in intel_plane_remap_gtt()
1969 for (i = 0; i < fb->format->num_planes; i++) { in intel_framebuffer_init()