projects
/
linux
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1868c75
)
drm/i915: Correct typo in i915_vma_compress_finish stub
author
Chris Wilson
<chris@chris-wilson.co.uk>
Sat, 11 Jan 2020 08:30:07 +0000
(08:30 +0000)
committer
Chris Wilson
<chris@chris-wilson.co.uk>
Sat, 11 Jan 2020 08:47:36 +0000
(08:47 +0000)
A copy and paste error in setting up the !CONFIG_DRM_I915_CAPTURE_ERROR
stubs left a conflicting duplicate declaration.
Reported-by: kbuild test robot <lkp@intel.com>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Acked-by: Andi Shyti <andi.shyti@intel.com>
Link:
https://patchwork.freedesktop.org/patch/msgid/20200111083007.1619228-1-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/i915_gpu_error.h
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/i915/i915_gpu_error.h
b/drivers/gpu/drm/i915/i915_gpu_error.h
index b87f39291c07c8cd4bc08838cd764494a702d2ef..1c800448c3eafd707cacb826256cec79dde23474 100644
(file)
--- a/
drivers/gpu/drm/i915/i915_gpu_error.h
+++ b/
drivers/gpu/drm/i915/i915_gpu_error.h
@@
-304,12
+304,13
@@
intel_engine_coredump_add_vma(struct intel_engine_coredump *ee,
}
static inline struct i915_vma_compress *
-i915_vma_c
ompress
_prepare(struct intel_gt_coredump *gt)
+i915_vma_c
apture
_prepare(struct intel_gt_coredump *gt)
{
return NULL;
}
-void i915_vma_compress_prepare(struct i915_vma_compress *compress)
+void i915_vma_capture_finish(struct intel_gt_coredump *gt,
+ struct i915_vma_compress *compress)
{
}