[PATCH v5.10] drm/amd/display: Wake DMCUB before executing GPINT commands

2024-04-16 Thread Zhu Wang
5e8a0d3598b4 ("drm/amd/display: Negate IPS allow and commit bits") 820c3870c491 ("drm/amd/display: Refactor DMCUB enter/exit idle interface") 2ef98c6d753a ("drm/amd/display: Wake DMCUB before executing GPINT commands") Signed-off-by: Zhu Wang --- .../gpu/d

[PATCH v6.6] drm/amd/display: Wake DMCUB before executing GPINT commands

2024-04-16 Thread Zhu Wang
01c4b79bfe ("drm/amd/display: Update driver and IPS interop") 820c3870c491 ("drm/amd/display: Refactor DMCUB enter/exit idle interface") 2ef98c6d753a ("drm/amd/display: Wake DMCUB before executing GPINT commands") Signed-off-by: Zhu Wang --- d

[PATCH -next] drm/radeon: fix -Wunused-but-set-variable warning

2023-07-26 Thread Zhu Wang
ON_ONCE is removed in the following patch, so we removed 'rbo' to remove the -Wunused-but-set-variable warning. Fixes: f87c1f0b7b79 ("drm/ttm: prevent moving of pinned BOs") Signed-off-by: Zhu Wang --- drivers/gpu/drm/radeon/radeon_ttm.c | 2 -- 1 file changed, 2 deletions(-)