1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00
linux/drivers/gpu/drm/amd/display
Andrey Grodzovsky ccaa738971 drm/amd/display: Fix handling of scaling and underscan.
Summury of changes:

1: Both in check and commit Connector properties were handled as
   part of for_each(crtc) loop while they shoud have been handled
   in a dedicated for_each(connector)
   loop since they are connector properties. Moved.

2: Removed hacky plane add in amdgpu_dm_connector_atomic_set_property
   to force iteration on plane forconnector property. This was
   causing double call to commit_surface_for_stream both in crtc loop
   and plane loop.
3: Remove middleman DC interface and  call dc_commit_surfaces_to_stream
   directly to increase code clarity.

Remove it from atomic_commit.

Signed-off-by: Andrey Grodzovsky <Andrey.Grodzovsky@amd.com>
Reviewed-by: Harry Wentland <Harry.Wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2017-09-26 18:07:32 -04:00
..
amdgpu_dm drm/amd/display: Fix handling of scaling and underscan. 2017-09-26 18:07:32 -04:00
dc drm/amd/display: Limit DCN to x86 arch 2017-09-26 18:07:32 -04:00
include drm/amdgpu/display: Enable DCN in DC 2017-09-26 18:06:51 -04:00
modules drm/amd/display: fix freesync not working on raven 2017-09-26 18:07:05 -04:00
Kconfig drm/amd/display: Limit DCN to x86 arch 2017-09-26 18:07:32 -04:00
Makefile drm/amd/dc: Add dc display driver (v2) 2017-09-26 17:01:32 -04:00