diff options
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | 2015-03-05 14:19:42 -0500 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2015-03-17 17:30:01 -0400 |
commit | 120305166aa8da2e8166d7ac1adce30194e6e24f (patch) | |
tree | 2efe128adc7eb5820c55c088d7e6fee038034a52 /drivers/gpu/drm/i915/i915_reg.h | |
parent | edf605601403194fdded0f8fd6305955d4ba009d (diff) |
drm/i915: Kill DRAIN_LATENCY_PRECISION_* defines
Kill the silly DRAIN_LATENCY_PRECISION_* defines and just use the raw
number instead.
v2: Move the sprite 32/16 -> 16/8 preision multiplier
change to another patch (Jesse)
Reviewed-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'drivers/gpu/drm/i915/i915_reg.h')
-rw-r--r-- | drivers/gpu/drm/i915/i915_reg.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/gpu/drm/i915/i915_reg.h b/drivers/gpu/drm/i915/i915_reg.h index 1e5ce1bf56b1..b0bcb044446d 100644 --- a/drivers/gpu/drm/i915/i915_reg.h +++ b/drivers/gpu/drm/i915/i915_reg.h | |||
@@ -4205,10 +4205,6 @@ enum skl_disp_power_wells { | |||
4205 | #define DSPFW_PLANEA_WM1_HI_MASK (1<<0) | 4205 | #define DSPFW_PLANEA_WM1_HI_MASK (1<<0) |
4206 | 4206 | ||
4207 | /* drain latency register values*/ | 4207 | /* drain latency register values*/ |
4208 | #define DRAIN_LATENCY_PRECISION_8 8 | ||
4209 | #define DRAIN_LATENCY_PRECISION_16 16 | ||
4210 | #define DRAIN_LATENCY_PRECISION_32 32 | ||
4211 | #define DRAIN_LATENCY_PRECISION_64 64 | ||
4212 | #define VLV_DDL(pipe) (VLV_DISPLAY_BASE + 0x70050 + 4 * (pipe)) | 4208 | #define VLV_DDL(pipe) (VLV_DISPLAY_BASE + 0x70050 + 4 * (pipe)) |
4213 | #define DDL_CURSOR_PRECISION_HIGH (1<<31) | 4209 | #define DDL_CURSOR_PRECISION_HIGH (1<<31) |
4214 | #define DDL_CURSOR_PRECISION_LOW (0<<31) | 4210 | #define DDL_CURSOR_PRECISION_LOW (0<<31) |