]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/amd/display: Remove unused dc_stream_warmup_writeback
authorDr. David Alan Gilbert <linux@treblig.org>
Mon, 4 Nov 2024 02:38:50 +0000 (02:38 +0000)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 10 Dec 2024 15:38:33 +0000 (10:38 -0500)
commit006ee12cd8b7f834beaad5f1d796482775b3b880
treec8a0d649aa82aeeea6e76cc931f1ef4cd17a3b38
parenta4b0d065dfb3fef32078e81eec5e8fac59a6070d
drm/amd/display: Remove unused dc_stream_warmup_writeback

dc_stream_warmup_writeback() is unused since it was added in 2019 by
commit 6a652f6d127d ("drm/amd/display: Add warmup escape call support")

Remove it.

Note there is a dcn30 version that's called directly which is kept.

Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/core/dc_stream.c
drivers/gpu/drm/amd/display/dc/dc_stream.h