summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorAnthony Koo <Anthony.Koo@amd.com>2019-02-06 11:45:42 -0500
committerAlex Deucher <alexander.deucher@amd.com>2019-03-05 15:09:33 -0500
commitdcf1a988678e2e39ce2b4115b8ce14d208c8c481 (patch)
tree84d07dab08b66d13af8a32fb57f211bbae5a250a /tools/perf/scripts/python
parent4bc46da4a3aeeb4d55e83dd276cf72756e908286 (diff)
drm/amd/display: Fix exception from AUX acquire failure
[Why] AUX arbitration occurs between SW and FW components. When AUX acquire fails, it causes engine->ddc to be NULL, which leads to an exception when we try to release the AUX engine. [How] When AUX engine acquire fails, it should return from the function without trying to continue the operation. The upper level will determine if it wants to retry. i.e. dce_aux_transfer_with_retries will be used and retry. Signed-off-by: Anthony Koo <Anthony.Koo@amd.com> Reviewed-by: Aric Cyr <Aric.Cyr@amd.com> Acked-by: Leo Li <sunpeng.li@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions