This is the equivalent of what was done with amdgpu[1], using struct drm_edid instead of struct edid.
The radeon_connector_free_edid function can also be removed since we can call drm_edid_free (unlike last time, I made sure to set the pointer to NULL afterwards). [1]: https://lore.kernel.org/amd-gfx/[email protected]/ Joshua Peisach (2): drm/radeon/radeon_connectors: use struct drm_edid instead of struct edid drm/radeon/radeon_connectors: 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 | 60 +++++++++++----------- drivers/gpu/drm/radeon/radeon_mode.h | 4 +- 4 files changed, 36 insertions(+), 36 deletions(-) -- 2.53.0
