Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/i915/gvt/
Dhandlers.c1020 if (vgpu_vreg_t(vgpu, DSPCNTR(pipe)) & PLANE_CTL_ASYNC_FLIP) in pri_surf_mmio_write()
1040 if (vgpu_vreg_t(vgpu, SPRCTL(pipe)) & PLANE_CTL_ASYNC_FLIP) in spr_surf_mmio_write()
/linux-6.6.21/drivers/gpu/drm/i915/display/
Dskl_universal_plane.c1323 plane_ctl |= PLANE_CTL_ASYNC_FLIP; in skl_plane_async_flip()
/linux-6.6.21/drivers/gpu/drm/i915/
Di915_reg.h3645 #define PLANE_CTL_ASYNC_FLIP REG_BIT(9) macro