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,
424 return info->num_planes == 4; in format_is_yuv_semiplanar()
426 return info->num_planes == 2; in format_is_yuv_semiplanar()
524 (main_plane && main_plane >= fb->format->num_planes / 2)); in main_to_ccs_plane()
526 return fb->format->num_planes / 2 + main_plane; in main_to_ccs_plane()
532 ccs_plane < fb->format->num_planes / 2); in skl_ccs_to_main_plane()
537 return ccs_plane - fb->format->num_planes / 2; in skl_ccs_to_main_plane()
1166 for (i = 0; i < fb->format->num_planes; i++) { in intel_plane_can_remap()
1530 int i, num_planes = fb->base.format->num_planes; in intel_fill_fb_info() local
1544 for (i = 0; i < num_planes; i++) { in intel_fill_fb_info()
1617 int i, num_planes = fb->format->num_planes; in intel_plane_remap_gtt() local
1643 for (i = 0; i < num_planes; i++) { in intel_plane_remap_gtt()
1956 for (i = 0; i < fb->format->num_planes; i++) { in intel_framebuffer_init()