diff options
| author | Andrey Grodzovsky <[email protected]> | 2017-05-22 17:55:38 -0400 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2017-09-26 18:07:32 -0400 |
| commit | ccaa73897109c521a9fda82a50c988e9cba947e7 (patch) | |
| tree | b2b0e7eab6661a2d0c66aad208476fafa2dd8b51 /tools/perf/scripts/python/bin | |
| parent | bf2e2e2e0ea9ace6ed11423497664656943ec55f (diff) | |
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 <[email protected]>
Reviewed-by: Harry Wentland <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions