]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Call plane update functions directly from intel_atomic_commit.
authorMaarten Lankhorst <maarten.lankhorst@linux.intel.com>
Mon, 13 Jul 2015 14:30:31 +0000 (16:30 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 15 Jul 2015 12:55:51 +0000 (14:55 +0200)
commit6541b047e60f4d5f61981dd2f7d1411be87f9f05
tree91f173c9576af8e07e295fafe1e54832b2609dff
parente8a5f37433d9721d659fcd88c8b6ca8372aa1952
drm/i915: Call plane update functions directly from intel_atomic_commit.

Now that there's only a single path for all atomic updates we can call
intel_(pre/post)_plane_update from intel_atomic_commit directly. This
makes the intention more clear.

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