Searched refs:main_plane (Results 1 – 2 of 2) sorted by relevance
50 (main_plane && main_plane >= fb->format->num_planes / 2)); in main_to_ccs_plane()52 return fb->format->num_planes / 2 + main_plane; in main_to_ccs_plane()83 unsigned int main_stride = fb->base.pitches[main_plane]; in gen12_ccs_aux_stride()103 return main_to_ccs_plane(fb, main_plane); in skl_main_to_aux_plane()320 int main_plane; in intel_fb_plane_get_subsampling() local340 main_plane = skl_ccs_to_main_plane(fb, color_plane); in intel_fb_plane_get_subsampling()342 drm_format_info_block_width(fb->format, main_plane); in intel_fb_plane_get_subsampling()352 if (main_plane == 0) in intel_fb_plane_get_subsampling()361 int main_plane = is_ccs_plane(&fb->base, color_plane) ? in intel_fb_plane_dims() local607 int main_plane; in intel_fb_check_ccs_xy() local[all …]
28 int main_to_ccs_plane(const struct drm_framebuffer *fb, int main_plane);30 int skl_main_to_aux_plane(const struct drm_framebuffer *fb, int main_plane);
Completed in 9 milliseconds