Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/i915/display/
Dintel_fb.h36 bool intel_fb_is_ccs_aux_plane(const struct drm_framebuffer *fb, int color_plane);
Dintel_fb.c460 bool intel_fb_is_ccs_aux_plane(const struct drm_framebuffer *fb, int color_plane) in intel_fb_is_ccs_aux_plane() function
592 if (intel_fb_is_ccs_aux_plane(fb, color_plane)) in intel_tile_width_bytes()
598 if (intel_fb_is_ccs_aux_plane(fb, color_plane) || in intel_tile_width_bytes()
608 if (intel_fb_is_ccs_aux_plane(fb, color_plane)) in intel_tile_width_bytes()
750 if (intel_fb_is_ccs_aux_plane(fb, color_plane)) in intel_surf_alignment()
841 int main_plane = intel_fb_is_ccs_aux_plane(&fb->base, color_plane) ? in intel_fb_plane_dims()
1096 if (!intel_fb_is_ccs_aux_plane(fb, ccs_plane)) in intel_fb_check_ccs_xy()
Dskl_universal_plane.c1760 if (!intel_fb_is_ccs_aux_plane(fb, ccs_plane)) in skl_check_ccs_aux_surface()