Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_fb.h38 int intel_fb_rc_ccs_cc_plane(const struct drm_framebuffer *fb);
H A Dintel_fb_pin.c61 if (intel_fb_rc_ccs_cc_plane(fb) >= 0) in intel_pin_fb_obj_dpt()
H A Dintel_fb.c538 int intel_fb_rc_ccs_cc_plane(const struct drm_framebuffer *fb) in intel_fb_rc_ccs_cc_plane() function
552 return intel_fb_rc_ccs_cc_plane(fb) == color_plane; in is_gen12_ccs_cc_plane()
H A Dintel_display.c6949 cc_plane = intel_fb_rc_ccs_cc_plane(fb); in intel_atomic_prepare_plane_clear_colors()