]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/amd/display: Remove unused dc_stream_get_crtc_position
authorDr. David Alan Gilbert <linux@treblig.org>
Sun, 2 Feb 2025 21:58:52 +0000 (21:58 +0000)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 13 Feb 2025 02:03:02 +0000 (21:03 -0500)
commitfa88342931bad919a542ae4348bfd4ef0afaf5ca
treefcdbe7e0f40d22dceb12b4db983a3dd3c691b4f0
parent2d5e8a8997aa3ca153fc2ad016c88012c97afa9e
drm/amd/display: Remove unused dc_stream_get_crtc_position

The last user of dc_stream_get_crtc_position() was
mod_freesync_get_v_position() which is removed in a previous
patch in this series.

Remove it.

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.c
drivers/gpu/drm/amd/display/dc/dc_stream.h