diff options
author | Shirish S <shirish.s@amd.com> | 2018-02-28 09:44:58 +0300 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2018-03-08 00:27:03 +0300 |
commit | 36cc549d59864b7161f0e23d710c1c4d1b9cf022 (patch) | |
tree | 01e13025e3151e81b5d9acbf41e71565e4c2109f /tools/perf/scripts/python/call-graph-from-sql.py | |
parent | 3c27b3f41391125e4037b24371df72c792cad0fb (diff) | |
download | linux-36cc549d59864b7161f0e23d710c1c4d1b9cf022.tar.xz |
drm/amd/display: disable CRTCs with NULL FB on their primary plane (V2)
The below commit
"drm/atomic: Try to preserve the crtc enabled state in drm_atomic_remove_fb, v2"
introduces a slight behavioral change to rmfb. Instead of disabling a crtc
when the primary plane is disabled, it now preserves it.
This change leads to BUG hit while performing atomic commit on amd driver.
As a fix this patch ensures that we disable the CRTC's with NULL FB by returning
-EINVAL and hence triggering fall back to the old behavior and turning off the
crtc in atomic_remove_fb().
V2: Added error check for plane_state and removed sanity check for crtc.
Signed-off-by: Shirish S <shirish.s@amd.com>
Signed-off-by: Pratik Vishwakarma <Pratik.Vishwakarma@amd.com>
Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-sql.py')
0 files changed, 0 insertions, 0 deletions