Applied. Thanks!
On Fri, Apr 4, 2025 at 1:43 AM Alexandre Demers <alexandre.f.dem...@gmail.com> wrote: > > 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 >