Home
last modified time | relevance | path

Searched refs:ccs_plane (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/drivers/gpu/drm/i915/display/
Dintel_display.c1985 static int ccs_to_main_plane(const struct drm_framebuffer *fb, int ccs_plane) in ccs_to_main_plane() argument
1988 ccs_plane < fb->format->num_planes / 2); in ccs_to_main_plane()
1990 return ccs_plane - fb->format->num_planes / 2; in ccs_to_main_plane()
2715 static int gen12_ccs_aux_stride(struct drm_framebuffer *fb, int ccs_plane) in gen12_ccs_aux_stride() argument
2717 return DIV_ROUND_UP(fb->pitches[ccs_to_main_plane(fb, ccs_plane)], in gen12_ccs_aux_stride()
2918 intel_fb_check_ccs_xy(struct drm_framebuffer *fb, int ccs_plane, int x, int y) in intel_fb_check_ccs_xy() argument
2928 if (!is_ccs_plane(fb, ccs_plane)) in intel_fb_check_ccs_xy()
2931 intel_tile_dims(fb, ccs_plane, &tile_width, &tile_height); in intel_fb_check_ccs_xy()
2932 intel_fb_plane_get_subsampling(&hsub, &vsub, fb, ccs_plane); in intel_fb_check_ccs_xy()
2940 main_plane = ccs_to_main_plane(fb, ccs_plane); in intel_fb_check_ccs_xy()
[all …]