]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amdgpu/amdgpu_connectors: remove amdgpu_connector_free_edid
authorJoshua Peisach <jpeisach@ubuntu.com>
Tue, 3 Mar 2026 21:18:23 +0000 (16:18 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 6 Mar 2026 21:32:31 +0000 (16:32 -0500)
commit71036457ad85a5b08e5101738c4803a45b4e1555
treecb2f378052f3e2d13ffa5951cee9cb3b8264d63a
parent9f0e7b5177a452be7a3740128eaa9c23e6660ab9
drm/amdgpu/amdgpu_connectors: remove amdgpu_connector_free_edid

Now that we are using struct drm_edid, we can just call drm_edid_free
directly. Remove the function and update calls to drm_edid_free.

Signed-off-by: Joshua Peisach <jpeisach@ubuntu.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c