Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/display/
H A Di9xx_plane.c352 static u32 i9xx_plane_ctl_crtc(const struct intel_crtc_state *crtc_state) in i9xx_plane_ctl_crtc() function
455 dspcntr = plane_state->ctl | i9xx_plane_ctl_crtc(crtc_state); in i9xx_plane_update_arm()
533 dspcntr = i9xx_plane_ctl_crtc(crtc_state); in i9xx_plane_disable_arm()
550 u32 dspcntr = plane_state->ctl | i9xx_plane_ctl_crtc(crtc_state); in g4x_primary_async_flip()