diff mbox

drm/i915: Remove unused WATCH_GTT define

Message ID 1414584225-28229-1-git-send-email-damien.lespiau@intel.com (mailing list archive)
State New, archived
Headers show

Commit Message

Lespiau, Damien Oct. 29, 2014, 12:03 p.m. UTC
Chris removed the code using it in:

  commit be2d599b5da3936ca92e0187ff50b34b6b8ff997
  Author: Chris Wilson <chris@chris-wilson.co.uk>
  Date:   Wed Sep 10 19:52:18 2014 +0100

      drm/i915: Remove dead code, i915_gem_verify_gtt

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
---
 drivers/gpu/drm/i915/i915_drv.h | 1 -
 1 file changed, 1 deletion(-)

Comments

Daniel Vetter Nov. 3, 2014, 2:19 p.m. UTC | #1
On Wed, Oct 29, 2014 at 12:03:45PM +0000, Damien Lespiau wrote:
> Chris removed the code using it in:
> 
>   commit be2d599b5da3936ca92e0187ff50b34b6b8ff997
>   Author: Chris Wilson <chris@chris-wilson.co.uk>
>   Date:   Wed Sep 10 19:52:18 2014 +0100
> 
>       drm/i915: Remove dead code, i915_gem_verify_gtt
> 
> Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>

Queued for -next, thanks for the patch.
-Daniel
diff mbox

Patch

diff --git a/drivers/gpu/drm/i915/i915_drv.h b/drivers/gpu/drm/i915/i915_drv.h
index 6a73803..56627d0 100644
--- a/drivers/gpu/drm/i915/i915_drv.h
+++ b/drivers/gpu/drm/i915/i915_drv.h
@@ -275,7 +275,6 @@  void intel_link_compute_m_n(int bpp, int nlanes,
 #define DRIVER_PATCHLEVEL	0
 
 #define WATCH_LISTS	0
-#define WATCH_GTT	0
 
 struct opregion_header;
 struct opregion_acpi;