summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2014-03-03 17:42:37 +0000
committerDaniel Vetter <daniel.vetter@ffwll.ch>2014-03-05 21:30:40 +0100
commit9ad6ce51026204cbb2fda4c63f3544c3eb637471 (patch)
treea2f81115a13c191b49a409db44a60a87ca0fdcbb
parentcb216aa844e211923a270f5c68ecbdfe738e3a3e (diff)
downloadtalos-op-linux-9ad6ce51026204cbb2fda4c63f3544c3eb637471.tar.gz
talos-op-linux-9ad6ce51026204cbb2fda4c63f3544c3eb637471.zip
drm/i915: Remove unused to_gem_object() macro
That macro was only ever used to convert ring->private into a gem object (hence the forceful cast). ring->private doesn't even exist anymore as it was transmogrified by Chris in: commit 0d1aacac36530fce058d7a0db3da7befd5765417 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Mon Aug 26 20:58:11 2013 +0100 drm/i915: Embed the ring->private within the struct intel_ring_buffer Signed-off-by: Damien Lespiau <damien.lespiau@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
-rw-r--r--drivers/gpu/drm/i915/i915_drv.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/i915_drv.h b/drivers/gpu/drm/i915/i915_drv.h
index 354b79e9dcc4..dce09fcddc2c 100644
--- a/drivers/gpu/drm/i915/i915_drv.h
+++ b/drivers/gpu/drm/i915/i915_drv.h
@@ -1761,7 +1761,6 @@ struct drm_i915_gem_object {
/** for phy allocated objects */
struct drm_i915_gem_phys_object *phys_obj;
};
-#define to_gem_object(obj) (&((struct drm_i915_gem_object *)(obj))->base)
#define to_intel_bo(x) container_of(x, struct drm_i915_gem_object, base)
OpenPOWER on IntegriCloud