commit | 8e9ba31a0f6c217e05f84efe9c569f9010a8ad26 | [log] [tgz] |
---|---|---|
author | Maarten Lankhorst <maarten.lankhorst@linux.intel.com> | Mon Jul 13 16:30:16 2015 +0200 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Tue Jul 14 14:00:47 2015 +0200 |
tree | e3ad3b37b7db8be77c3929247ce44629fa44e4a1 | |
parent | e435d6e52b164c041d3b0f88be3f7b8c5a14462a [diff] |
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>