summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_context.h
diff options
context:
space:
mode:
authorMichel Thierry2018-02-22 18:24:05 +0100
committerChris Wilson2018-02-23 17:34:32 +0100
commite532be8971c606869ba420e34e85762a947d53cb (patch)
treeb6e002bca0e7090dd47ec8203c22522693fbaa5d /drivers/gpu/drm/i915/i915_gem_context.h
parentdrm/i915: Collect aux ch vfunc setup into intel_dp_aux_init() (diff)
downloadkernel-qcow2-linux-e532be8971c606869ba420e34e85762a947d53cb.tar.gz
kernel-qcow2-linux-e532be8971c606869ba420e34e85762a947d53cb.tar.xz
kernel-qcow2-linux-e532be8971c606869ba420e34e85762a947d53cb.zip
drm/i915: Update missing parts after the rename to i915_request
Mostly doc/print messages that were not updated after commit e61e0f51ba79 ("drm/i915: Rename drm_i915_gem_request to i915_request"). Signed-off-by: Michel Thierry <michel.thierry@intel.com> Cc: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Link: https://patchwork.freedesktop.org/patch/msgid/20180222172405.11386-1-michel.thierry@intel.com
Diffstat (limited to 'drivers/gpu/drm/i915/i915_gem_context.h')
-rw-r--r--drivers/gpu/drm/i915/i915_gem_context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/i915_gem_context.h b/drivers/gpu/drm/i915/i915_gem_context.h
index 1829dafe54b4..7854262ddfd9 100644
--- a/drivers/gpu/drm/i915/i915_gem_context.h
+++ b/drivers/gpu/drm/i915/i915_gem_context.h
@@ -38,8 +38,8 @@ struct drm_file;
struct drm_i915_private;
struct drm_i915_file_private;
-struct drm_i915_gem_request;
struct i915_hw_ppgtt;
+struct i915_request;
struct i915_vma;
struct intel_ring;