Searched refs:main_plane (Results 1 – 2 of 2) sorted by relevance
492 int intel_main_to_aux_plane(const struct drm_framebuffer *fb, int main_plane);
1977 static int main_to_ccs_plane(const struct drm_framebuffer *fb, int main_plane) in main_to_ccs_plane() argument1980 (main_plane && main_plane >= fb->format->num_planes / 2)); in main_to_ccs_plane()1982 return fb->format->num_planes / 2 + main_plane; in main_to_ccs_plane()1994 int intel_main_to_aux_plane(const struct drm_framebuffer *fb, int main_plane) in intel_main_to_aux_plane() argument1997 return main_to_ccs_plane(fb, main_plane); in intel_main_to_aux_plane()2877 int main_plane; in intel_fb_plane_get_subsampling() local2897 main_plane = ccs_to_main_plane(fb, color_plane); in intel_fb_plane_get_subsampling()2899 drm_format_info_block_width(fb->format, main_plane); in intel_fb_plane_get_subsampling()2909 if (main_plane == 0) in intel_fb_plane_get_subsampling()2919 int main_plane; in intel_fb_check_ccs_xy() local[all …]