summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_guc_reg.h
diff options
context:
space:
mode:
authorDave Gordon <david.s.gordon@intel.com>2016-09-12 21:19:36 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2016-09-15 10:56:02 +0100
commit0c5664e41728b6d0b39de37a17940ee5cd8a1a64 (patch)
tree94caa0c4b07273179218df82d8f9fc5835c6e242 /drivers/gpu/drm/i915/i915_guc_reg.h
parentb20e3cfe4b7dc62869a1f7e25d910a039c9aeb15 (diff)
downloadop-kernel-dev-0c5664e41728b6d0b39de37a17940ee5cd8a1a64.zip
op-kernel-dev-0c5664e41728b6d0b39de37a17940ee5cd8a1a64.tar.gz
drm/i915/guc: general tidying up (loader)
Renaming to more consistent scheme, delete unused definitions Signed-off-by: Dave Gordon <david.s.gordon@intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/1473711577-11454-3-git-send-email-david.s.gordon@intel.com Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'drivers/gpu/drm/i915/i915_guc_reg.h')
-rw-r--r--drivers/gpu/drm/i915/i915_guc_reg.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/gpu/drm/i915/i915_guc_reg.h b/drivers/gpu/drm/i915/i915_guc_reg.h
index cf5a65b..a47e1e4 100644
--- a/drivers/gpu/drm/i915/i915_guc_reg.h
+++ b/drivers/gpu/drm/i915/i915_guc_reg.h
@@ -103,9 +103,6 @@
#define HOST2GUC_INTERRUPT _MMIO(0xc4c8)
#define HOST2GUC_TRIGGER (1<<0)
-#define DRBMISC1 0x1984
-#define DOORBELL_ENABLE (1<<0)
-
#define GEN8_DRBREGL(x) _MMIO(0x1000 + (x) * 8)
#define GEN8_DRB_VALID (1<<0)
#define GEN8_DRBREGU(x) _MMIO(0x1000 + (x) * 8 + 4)
OpenPOWER on IntegriCloud