Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/i915/
H A Dintel_display.c5344 u32 val = I915_READ(CLKGATE_DIS_PSL(pipe)); in glk_pipe_scaler_clock_gating_wa()
5352 I915_WRITE(CLKGATE_DIS_PSL(pipe), val); in glk_pipe_scaler_clock_gating_wa()
H A Di915_reg.h3829 #define CLKGATE_DIS_PSL(pipe) \ macro