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:
dfc2066
)
drm/i915: Drop a spurious intel_pre_plane_update() call
author
Ville Syrjälä
<
[email protected]
>
Fri, 3 Jul 2015 08:22:27 +0000
(11:22 +0300)
committer
Daniel Vetter
<
[email protected]
>
Mon, 6 Jul 2015 09:38:47 +0000
(11:38 +0200)
Kill the extra intel_pre_plane_update() I accidentally added in
commit
852eb00dc44ea2b8896e2fa27c6a36a1f697ba5a
Author: Ville Syrjälä <
[email protected]
>
Date: Wed Jun 24 22:00:07 2015 +0300
drm/i915: Try to make sure cxsr is disabled around plane
enable/disable
This fixes a load of warnings from the frontbuffer tracking.
Testcase: igt/kms_frontbuffer_tracking/fbc-1p-rte
Tested-by: Paulo Zanoni <
[email protected]
>
Tested-by: Matt Roper <
[email protected]
>
Signed-off-by: Ville Syrjälä <
[email protected]
>
Reviewed-by: Paulo Zanoni <
[email protected]
>
Signed-off-by: Daniel Vetter <
[email protected]
>
drivers/gpu/drm/i915/intel_display.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/i915/intel_display.c
b/drivers/gpu/drm/i915/intel_display.c
index 5ba35bb8e1a54c5d6b6f7ccca2d056ad7a69f140..136b533718786c258e46d4b980730752e99c7afd 100644
(file)
--- a/
drivers/gpu/drm/i915/intel_display.c
+++ b/
drivers/gpu/drm/i915/intel_display.c
@@
-13141,8
+13141,6
@@
static int __intel_set_mode(struct drm_atomic_state *state)
if (!needs_modeset(crtc->state))
continue;
- intel_pre_plane_update(intel_crtc);
-
any_ms = true;
intel_pre_plane_update(intel_crtc);