Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/i915/display/
Dintel_sprite.c1455 I915_WRITE_FW(DVSCNTR(pipe), dvscntr); in g4x_update_plane()
1477 I915_WRITE_FW(DVSCNTR(pipe), 0); in g4x_disable_plane()
1499 ret = I915_READ(DVSCNTR(plane->pipe)) & DVS_ENABLE; in g4x_plane_get_hw_state()
/Linux-v5.4/drivers/gpu/drm/i915/
Di915_reg.h6399 #define DVSCNTR(pipe) _MMIO_PIPE(pipe, _DVSACNTR, _DVSBCNTR) macro