Home
last modified time | relevance | path

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

/gfx-drm/usr/src/uts/intel/io/i915/
H A Dintel_display.c4929 dspcntr = DISPPLANE_GAMMA_ENABLE; in i9xx_crtc_mode_set()
5827 I915_WRITE(DSPCNTR(plane), DISPPLANE_GAMMA_ENABLE); in ironlake_crtc_mode_set()
5982 I915_WRITE(DSPCNTR(plane), DISPPLANE_GAMMA_ENABLE | DISPPLANE_PIPE_CSC_ENABLE); in haswell_crtc_mode_set()
H A Di915_reg.h3342 #define DISPPLANE_GAMMA_ENABLE (1<<30) macro