projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1105130
)
drm/i915/perf: remove empty line
author
Lionel Landwerlin
<
[email protected]
>
Mon, 26 Mar 2018 09:08:25 +0000
(10:08 +0100)
committer
Lionel Landwerlin
<
[email protected]
>
Thu, 29 Mar 2018 12:33:53 +0000
(13:33 +0100)
This was added by mistake in commit
28964cf25ee67
("drm/i915/perf:
disable NOA logic when not used").
Signed-off-by: Lionel Landwerlin <
[email protected]
>
Reviewed-by: Matthew Auld <
[email protected]
>
Link:
https://patchwork.freedesktop.org/patch/msgid/
[email protected]
drivers/gpu/drm/i915/i915_perf.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/i915/i915_perf.c
b/drivers/gpu/drm/i915/i915_perf.c
index f1af58a1cc5a1914cc3403933ca09283ab1e2e7f..b5c65ab2615e9e09f855dc40099a5d219941e778 100644
(file)
--- a/
drivers/gpu/drm/i915/i915_perf.c
+++ b/
drivers/gpu/drm/i915/i915_perf.c
@@
-1871,7
+1871,6
@@
static void gen8_disable_metric_set(struct drm_i915_private *dev_priv)
I915_WRITE(GDT_CHICKEN_BITS, (I915_READ(GDT_CHICKEN_BITS) &
~GT_NOA_ENABLE));
-
}
static void gen10_disable_metric_set(struct drm_i915_private *dev_priv)