]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/amdgpu: rename function to follow naming convention in dce110
authorAlexandre Demers <alexandre.f.demers@gmail.com>
Tue, 8 Apr 2025 02:10:55 +0000 (22:10 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 21 Apr 2025 14:54:18 +0000 (10:54 -0400)
commit34c86a0f4487915cf532affe6fedc7ed100378e6
treebd20115f6d996c56faabcd188624becfeebf40bb
parent0e023c327b30ff306a7c08165a1ab9879c268226
drm/amdgpu: rename function to follow naming convention in dce110

The prefix dce110 is used on all functions, but init_pipes() and
init_hw(). Under DCN, these sames functions are prefixed.

Let's keep thing coherent.

Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/hwss/dce110/dce110_hwseq.c