Lines Matching refs:num_planes
39 { .format = DRM_FORMAT_XRGB8888, .depth = 24, .num_planes = 2,
41 { .format = DRM_FORMAT_XBGR8888, .depth = 24, .num_planes = 2,
43 { .format = DRM_FORMAT_ARGB8888, .depth = 32, .num_planes = 2,
45 { .format = DRM_FORMAT_ABGR8888, .depth = 32, .num_planes = 2,
57 { .format = DRM_FORMAT_XRGB8888, .depth = 24, .num_planes = 2,
60 { .format = DRM_FORMAT_XBGR8888, .depth = 24, .num_planes = 2,
63 { .format = DRM_FORMAT_ARGB8888, .depth = 32, .num_planes = 2,
66 { .format = DRM_FORMAT_ABGR8888, .depth = 32, .num_planes = 2,
69 { .format = DRM_FORMAT_YUYV, .num_planes = 2,
72 { .format = DRM_FORMAT_YVYU, .num_planes = 2,
75 { .format = DRM_FORMAT_UYVY, .num_planes = 2,
78 { .format = DRM_FORMAT_VYUY, .num_planes = 2,
81 { .format = DRM_FORMAT_XYUV8888, .num_planes = 2,
84 { .format = DRM_FORMAT_NV12, .num_planes = 4,
87 { .format = DRM_FORMAT_P010, .num_planes = 4,
90 { .format = DRM_FORMAT_P012, .num_planes = 4,
93 { .format = DRM_FORMAT_P016, .num_planes = 4,
103 { .format = DRM_FORMAT_XRGB8888, .depth = 24, .num_planes = 3,
106 { .format = DRM_FORMAT_XBGR8888, .depth = 24, .num_planes = 3,
109 { .format = DRM_FORMAT_ARGB8888, .depth = 32, .num_planes = 3,
112 { .format = DRM_FORMAT_ABGR8888, .depth = 32, .num_planes = 3,
118 { .format = DRM_FORMAT_XRGB8888, .depth = 24, .num_planes = 2,
121 { .format = DRM_FORMAT_XBGR8888, .depth = 24, .num_planes = 2,
124 { .format = DRM_FORMAT_ARGB8888, .depth = 32, .num_planes = 2,
127 { .format = DRM_FORMAT_ABGR8888, .depth = 32, .num_planes = 2,
551 return info->num_planes == 4; in format_is_yuv_semiplanar()
553 return info->num_planes == 2; in format_is_yuv_semiplanar()
645 (main_plane && main_plane >= fb->format->num_planes / 2)); in main_to_ccs_plane()
647 return fb->format->num_planes / 2 + main_plane; in main_to_ccs_plane()
653 ccs_plane < fb->format->num_planes / 2); in skl_ccs_to_main_plane()
658 return ccs_plane - fb->format->num_planes / 2; in skl_ccs_to_main_plane()
1182 for (i = 0; i < fb->format->num_planes; i++) { in intel_plane_can_remap()
1588 int i, num_planes = fb->base.format->num_planes; in intel_fill_fb_info() local
1602 for (i = 0; i < num_planes; i++) { in intel_fill_fb_info()
1676 int i, num_planes = fb->format->num_planes; in intel_plane_remap_gtt() local
1702 for (i = 0; i < num_planes; i++) { in intel_plane_remap_gtt()
2027 for (i = 0; i < fb->format->num_planes; i++) { in intel_framebuffer_init()