]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Do not use plane_config in intel_fbdev.c
authorMaarten Lankhorst <maarten.lankhorst@linux.intel.com>
Mon, 13 Jul 2015 14:30:16 +0000 (16:30 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 14 Jul 2015 12:00:47 +0000 (14:00 +0200)
commitd0ed875dbbc1a6aca102e2799e8c3527be4aec27
treee3ad3b37b7db8be77c3929247ce44629fa44e4a1
parent507fa1e6c6515aa334684335b21280adc5b65eb4
drm/i915: Do not use plane_config in intel_fbdev.c

Use the atomic state instead, this allows removing plane_config
from the crtc after the full hw readout is completed.

The size can be found in the fb, no need for the plane_config.

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_fbdev.c