drm/i915: Update missing properties in find_initial_plane_obj
authorMaarten Lankhorst <[email protected]>
Mon, 13 Jul 2015 14:30:18 +0000 (16:30 +0200)
committerDaniel Vetter <[email protected]>
Tue, 14 Jul 2015 12:01:02 +0000 (14:01 +0200)
commitbe5651f2d5814cefbe89b17c187309ad4c1d3967
tree52340b4c5901d59e64f145997ae6648dc5c3d218
parentcfb23ed622d040619abb91e625fcba74d356b8a8
drm/i915: Update missing properties in find_initial_plane_obj

The src and crtc rectangles were never set, resulting in the primary
plane being made invisible on first atomic update.

Signed-off-by: Maarten Lankhorst <[email protected]>
Reviewed-by: Daniel Stone <[email protected]>
Signed-off-by: Daniel Vetter <[email protected]>
drivers/gpu/drm/i915/intel_display.c