Searched refs:main_plane (Results 1 – 2 of 2) sorted by relevance
727 int main_to_ccs_plane(const struct drm_framebuffer *fb, int main_plane) in main_to_ccs_plane() argument730 (main_plane && main_plane >= fb->format->num_planes / 2)); in main_to_ccs_plane()732 return fb->format->num_planes / 2 + main_plane; in main_to_ccs_plane()748 int main_plane = skl_ccs_to_main_plane(&fb->base, ccs_plane); in gen12_ccs_aux_stride() local749 unsigned int main_stride = fb->base.pitches[main_plane]; in gen12_ccs_aux_stride()750 unsigned int main_tile_width = intel_tile_width_bytes(&fb->base, main_plane); in gen12_ccs_aux_stride()755 int skl_main_to_aux_plane(const struct drm_framebuffer *fb, int main_plane) in skl_main_to_aux_plane() argument761 return main_to_ccs_plane(fb, main_plane); in skl_main_to_aux_plane()916 int main_plane; in intel_fb_plane_get_subsampling() local936 main_plane = skl_ccs_to_main_plane(fb, color_plane); in intel_fb_plane_get_subsampling()[all …]
750 struct dc_plane_state *main_plane) in dc_state_create_phantom_plane() argument