Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_sprite.c911 I915_WRITE_FW(DVSCNTR(pipe), dvscntr); in g4x_update_plane()
928 I915_WRITE_FW(DVSCNTR(pipe), 0); in g4x_disable_plane()
950 ret = I915_READ(DVSCNTR(plane->pipe)) & DVS_ENABLE; in g4x_plane_get_hw_state()
Di915_reg.h6294 #define DVSCNTR(pipe) _MMIO_PIPE(pipe, _DVSACNTR, _DVSBCNTR) macro