Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/drm/i915/display/
H A Dintel_vrr.c173 VRR_CTL_PIPELINE_FULL(crtc_state->vrr.pipeline_full) | in trans_vrr_ctl()
/openbsd/sys/dev/pci/drm/i915/
H A Di915_reg.h2015 #define VRR_CTL_PIPELINE_FULL(x) REG_FIELD_PREP(VRR_CTL_PIPELINE_FULL_MASK, (x)) macro