Searched refs:main_plane (Results 1 – 2 of 2) sorted by relevance
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()556 unsigned int main_stride = fb->base.pitches[main_plane]; in gen12_ccs_aux_stride()568 return main_to_ccs_plane(fb, main_plane); in skl_main_to_aux_plane()814 int main_plane; in intel_fb_plane_get_subsampling() local834 main_plane = skl_ccs_to_main_plane(fb, color_plane); in intel_fb_plane_get_subsampling()836 drm_format_info_block_width(fb->format, main_plane); in intel_fb_plane_get_subsampling()846 if (main_plane == 0) in intel_fb_plane_get_subsampling()1103 int main_plane; in intel_fb_check_ccs_xy() local1126 main_plane = skl_ccs_to_main_plane(fb, ccs_plane); in intel_fb_check_ccs_xy()[all …]
53 int main_to_ccs_plane(const struct drm_framebuffer *fb, int main_plane);55 int skl_main_to_aux_plane(const struct drm_framebuffer *fb, int main_plane);
Completed in 8 milliseconds