This series replaces uses of struct edid with struct drm_edid, to remove usage of deprecated functions.
radeon_connector_free_edid is also no longer necessary, and is removed. These changes are essentially the same as what I've sent for amdgpu. Untested, testing and review much appreciated. Link: https://lore.kernel.org/amd-gfx/[email protected]/T/ Joshua Peisach (2): drm/radeon: use struct drm_edid instead of struct edid drm/radeon: remove radeon_connector_free_edid drivers/gpu/drm/radeon/radeon_audio.c | 4 +- drivers/gpu/drm/radeon/radeon_combios.c | 4 +- drivers/gpu/drm/radeon/radeon_connectors.c | 52 +++++++++------------- drivers/gpu/drm/radeon/radeon_mode.h | 4 +- 4 files changed, 28 insertions(+), 36 deletions(-) -- 2.51.0
