Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/drm/i915/gvt/
H A 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()
/openbsd/sys/dev/pci/drm/i915/display/
H A Dskl_universal_plane.c1324 plane_ctl |= PLANE_CTL_ASYNC_FLIP; in skl_plane_async_flip()
/openbsd/sys/dev/pci/drm/i915/
H A Di915_reg.h3645 #define PLANE_CTL_ASYNC_FLIP REG_BIT(9) macro