I should get used to add Alex Deucher's email in CC.
On Mon, Apr 7, 2025 at 10:11 PM Alexandre Demers <[email protected]> wrote: > > This series goes from fixing typos in amdgpu and radeon to renaming functions > in DCE11.0 so it follows the convention of using a DCE/DCN version prefix for > naming functions. > > Alexandre Demers (6): > drm/amdgpu: rename function to follow naming convention in dce110 > drm/amdgpu: add missing parameter name in dce110_clk_src_construct() > declaration > drm/amdgpu: fix typo in atombios.h > drm/radeon: fix typo in atombios.h > drm/amdgpu: fix duplicated value setting in > dce100_resource_construct() > drm/amdgpu: fix typo in bios_parser.c > > drivers/gpu/drm/amd/display/dc/bios/bios_parser.c | 4 ++-- > drivers/gpu/drm/amd/display/dc/dce/dce_clock_source.h | 2 +- > drivers/gpu/drm/amd/display/dc/hwss/dce110/dce110_hwseq.c | 8 ++++---- > .../drm/amd/display/dc/resource/dce100/dce100_resource.c | 2 +- > drivers/gpu/drm/amd/include/atombios.h | 2 +- > drivers/gpu/drm/radeon/atombios.h | 5 ++--- > 6 files changed, 11 insertions(+), 12 deletions(-) > > -- > 2.49.0 >
