projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4edd4f
)
drm/i915: Stub out i915_gpu_coredump_put
author
Chris Wilson
<chris@chris-wilson.co.uk>
Fri, 24 Jan 2020 19:22:55 +0000
(19:22 +0000)
committer
Jani Nikula
<jani.nikula@intel.com>
Wed, 12 Feb 2020 11:24:34 +0000
(13:24 +0200)
i915_gpu_coreddump_put is currently only defined if
CONFIG_DRM_I915_CAPTURE_ERROR is enabled, provide a stub otherwise.
Reported-by: Mike Lothian <mike@fireburn.co.uk>
Fixes:
742379c0c400
("drm/i915: Start chopping up the GPU error capture")
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Mike Lothian <mike@fireburn.co.uk>
Cc: Andi Shyti <andi.shyti@intel.com>
Reviewed-by: Andi Shyti <andi.shyti@intel.com>
Link:
https://patchwork.freedesktop.org/patch/msgid/20200124192255.541355-1-chris@chris-wilson.co.uk
(cherry picked from commit
7e36505d0cf82f2920f2fd22ebb14a8b540396a3
)
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
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
41c1475
..
e4a6afe
100644
(file)
--- a/
drivers/gpu/drm/i915/i915_gpu_error.h
+++ b/
drivers/gpu/drm/i915/i915_gpu_error.h
@@
-318,6
+318,10
@@
i915_error_state_store(struct i915_gpu_coredump *error)
{
}
+static inline void i915_gpu_coredump_put(struct i915_gpu_coredump *gpu)
+{
+}
+
static inline struct i915_gpu_coredump *
i915_first_error_state(struct drm_i915_private *i915)
{