[PATCH 0/2] drm/amdgpu: better complete DCE6 and GMC6
Alexandre Demers
alexandre.f.demers at gmail.com
Fri Apr 4 05:42:23 UTC 2025
First patch moves some DCE files around so they are distributed as are
other DCE files
Second patch implements gmc_v6_0_set_clockgating_state(), which was mostly
there, but commented out. A few tweeks were needed to make it work under
amdgpu.
Alexandre Demers (2):
drm/amd/display/dc: reclassify DCE6 resources and hw sequencer
drm/amdgpu: fill in gmc_v6_0_set_clockgating_state()
drivers/gpu/drm/amd/amdgpu/gmc_v6_0.c | 44 ++++++++++++-------
drivers/gpu/drm/amd/display/dc/dce60/Makefile | 3 +-
drivers/gpu/drm/amd/display/dc/hwss/Makefile | 24 ++++++----
.../dce60/dce60_hwseq.c} | 2 +-
.../dce60/dce60_hwseq.h} | 0
.../gpu/drm/amd/display/dc/resource/Makefile | 24 ++++++----
.../dc/{ => resource}/dce60/dce60_resource.c | 2 +-
.../dc/{ => resource}/dce60/dce60_resource.h | 0
8 files changed, 63 insertions(+), 36 deletions(-)
rename drivers/gpu/drm/amd/display/dc/{dce60/dce60_hw_sequencer.c => hwss/dce60/dce60_hwseq.c} (99%)
rename drivers/gpu/drm/amd/display/dc/{dce60/dce60_hw_sequencer.h => hwss/dce60/dce60_hwseq.h} (100%)
rename drivers/gpu/drm/amd/display/dc/{ => resource}/dce60/dce60_resource.c (99%)
rename drivers/gpu/drm/amd/display/dc/{ => resource}/dce60/dce60_resource.h (100%)
--
2.49.0
More information about the amd-gfx
mailing list