Searched refs:main_plane (Results 1 – 2 of 2) sorted by relevance
45 int main_to_ccs_plane(const struct drm_framebuffer *fb, int main_plane) in main_to_ccs_plane() argument48 (main_plane && main_plane >= fb->format->num_planes / 2)); in main_to_ccs_plane()50 return fb->format->num_planes / 2 + main_plane; in main_to_ccs_plane()64 int skl_main_to_aux_plane(const struct drm_framebuffer *fb, int main_plane) in skl_main_to_aux_plane() argument69 return main_to_ccs_plane(fb, main_plane); in skl_main_to_aux_plane()128 int main_plane; in intel_fb_plane_get_subsampling() local148 main_plane = skl_ccs_to_main_plane(fb, color_plane); in intel_fb_plane_get_subsampling()150 drm_format_info_block_width(fb->format, main_plane); in intel_fb_plane_get_subsampling()160 if (main_plane == 0) in intel_fb_plane_get_subsampling()168 int main_plane = is_ccs_plane(&fb->base, color_plane) ? in intel_fb_plane_dims() local[all …]
26 int main_to_ccs_plane(const struct drm_framebuffer *fb, int main_plane);28 int skl_main_to_aux_plane(const struct drm_framebuffer *fb, int main_plane);