]> 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)
commit7ae9d94bbb6409597bdee68726af3827454bef71
tree7224df51241982839690a091b99c0b8f4db5e3e7
parent6541b047e60f4d5f61981dd2f7d1411be87f9f05
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