projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4aa4c23
)
drm/i915: Remove runtime PM for SNB
author
Carlos Santa
<carlos.santa@intel.com>
Wed, 17 Aug 2016 19:30:40 +0000
(12:30 -0700)
committer
Rodrigo Vivi
<rodrigo.vivi@intel.com>
Wed, 7 Sep 2016 23:07:08 +0000
(16:07 -0700)
Remove runtime PM support for SNB as it breaks hotplug support.
Feedback from V. Syrjala.
Signed-off-by: Carlos Santa <carlos.santa@intel.com>
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
drivers/gpu/drm/i915/i915_pci.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/gpu/drm/i915/i915_pci.c
b/drivers/gpu/drm/i915/i915_pci.c
index d1f5a9a9ee16742420b1b7130546f960054f40bc..9d788369465be013084564b5fd16220726bc791a 100644
(file)
--- a/
drivers/gpu/drm/i915/i915_pci.c
+++ b/
drivers/gpu/drm/i915/i915_pci.c
@@
-199,7
+199,6
@@
static const struct intel_device_info intel_ironlake_m_info = {
.gen = 6, .num_pipes = 2, \
.need_gfx_hws = 1, .has_hotplug = 1, \
.has_fbc = 1, \
- .has_runtime_pm = 1, \
.ring_mask = RENDER_RING | BSD_RING | BLT_RING, \
.has_llc = 1, \
GEN_DEFAULT_PIPEOFFSETS, \