From: Matt Roper Date: Mon, 2 Jun 2014 17:12:06 +0000 (-0700) Subject: drm/i915: Drop unused lut tables from intel_plane X-Git-Tag: v3.17-rc1~82^2~63^2~68 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=d5ec26394c6633d82cc5e7ae6813206ba20fe8f5;p=karo-tx-linux.git drm/i915: Drop unused lut tables from intel_plane Those LUT where defined in the original sprite patch introducing intel_plane, but were never used. commit b840d907fcf6d5d5ef91af4518b3dab3a5da0f75 Author: Jesse Barnes Date: Tue Dec 13 13:19:38 2011 -0800 drm/i915: add SNB and IVB video sprite support v6 Signed-off-by: Matt Roper Reviewed-by: Damien Lespiau [danvet: Pimp commit message as suggested by Damien] Signed-off-by: Daniel Vetter --- diff --git a/drivers/gpu/drm/i915/intel_drv.h b/drivers/gpu/drm/i915/intel_drv.h index cfed575d50eb..78d4124dba84 100644 --- a/drivers/gpu/drm/i915/intel_drv.h +++ b/drivers/gpu/drm/i915/intel_drv.h @@ -428,7 +428,6 @@ struct intel_plane { struct drm_i915_gem_object *obj; bool can_scale; int max_downscale; - u32 lut_r[1024], lut_g[1024], lut_b[1024]; int crtc_x, crtc_y; unsigned int crtc_w, crtc_h; uint32_t src_x, src_y;