projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a18112a
)
drm/amd/display: Update engine ddc
author
Jing Zhou
<Jing.Zhou@amd.com>
Thu, 10 Mar 2022 22:20:37 +0000
(17:20 -0500)
committer
Alex Deucher
<alexander.deucher@amd.com>
Tue, 15 Mar 2022 18:41:22 +0000
(14:41 -0400)
[Why]
Crash caused by a ddc update failure
[How]
Update engine ddc before release engine.
Reviewed-by: Wyatt Wood <Wyatt.Wood@amd.com>
Reviewed-by: Aric Cyr <Aric.Cyr@amd.com>
Acked-by: Agustin Gutierrez <agustin.gutierrez@amd.com>
Signed-off-by: Jing Zhou <Jing.Zhou@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dce/dce_aux.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/display/dc/dce/dce_aux.c
b/drivers/gpu/drm/amd/display/dc/dce/dce_aux.c
index b8d6f4202413002bd3ce42da1a6731b7b788292f..8e814000db62dce42874bf65f20bd0242787c323 100644
(file)
--- a/
drivers/gpu/drm/amd/display/dc/dce/dce_aux.c
+++ b/
drivers/gpu/drm/amd/display/dc/dce/dce_aux.c
@@
-413,6
+413,7
@@
static bool acquire(
return false;
if (!acquire_engine(engine)) {
+ engine->ddc = ddc;
release_engine(engine);
return false;
}