]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Remove use of runtime pm in atomic commit functions
authorMaarten Lankhorst <maarten.lankhorst@linux.intel.com>
Mon, 13 Jul 2015 14:30:33 +0000 (16:30 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 15 Jul 2015 13:04:11 +0000 (15:04 +0200)
commit9dbcb91381593a97d012b43fdc97b51c2ab426e2
tree7224df51241982839690a091b99c0b8f4db5e3e7
parent3f6956faf7afa4916b7f5dba63c5c72f0d639ad0
drm/i915: Remove use of runtime pm in atomic commit functions

We needed this originally for updating pagetables in plane commit
functions. But that's extracted into prepare/cleanup now. The other
issue was running updates when the pipe was off. That's also now
fixed.

Suggested-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Reviewed-by: Daniel Stone <daniels@collabora.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_display.c