mirror of
https://github.com/torvalds/linux.git
synced 2026-05-03 22:12:32 -04:00
drm/amdgpu: remove unused display_vblank_wait interface
No longer used since we changed the MC programming sequence. Reviewed-by: Michel Dänzer <michel.daenzer@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
@@ -1568,7 +1568,6 @@ static int amdgpu_notify_freesync(struct drm_device *dev, void *data,
|
||||
static const struct amdgpu_display_funcs dm_display_funcs = {
|
||||
.bandwidth_update = dm_bandwidth_update, /* called unconditionally */
|
||||
.vblank_get_counter = dm_vblank_get_counter,/* called unconditionally */
|
||||
.vblank_wait = NULL,
|
||||
.backlight_set_level =
|
||||
dm_set_backlight_level,/* called unconditionally */
|
||||
.backlight_get_level =
|
||||
|
||||
Reference in New Issue
Block a user