]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/amd/display: Remove duplicate configuration
authorRodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Wed, 8 May 2024 15:46:02 +0000 (09:46 -0600)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 20 May 2024 20:19:34 +0000 (16:19 -0400)
commit9eb5c2a29afafc39505216e577292f0faa255295
treebe807650fda7185cb803ebef9de892bdacff4af4
parent964cf2c28da7d525c40e126006511629575fe3e9
drm/amd/display: Remove duplicate configuration

The function that commits planes calls the same set of functions twice,
and in the case of the FAMs utilization, it is not desired to call the
dmub, hwss_build and hwss_execute. This commit just removes the
unnecessary calls to those functions.

Acked-by: Roman Li <roman.li@amd.com>
Signed-off-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/core/dc.c