]> www.infradead.org Git - nvme.git/commit
drm/amd/display: Remove unwanted drm edid references
authorAlex Hung <alex.hung@amd.com>
Fri, 25 Aug 2023 19:21:28 +0000 (13:21 -0600)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 26 Sep 2023 21:00:21 +0000 (17:00 -0400)
commit0e859faf8670a78ce206977dcf1a31a0231e9ca5
tree6fe4f2c9fff9ffd95cb0bdd1688ca22ce835b64b
parent5d72e247e58c966f4e50cffebf0d414de7fc90ed
drm/amd/display: Remove unwanted drm edid references

[WHY]
edid_override and drm_edid_override_connector_update, according to drm
documentation, should not be referred outside drm_edid.

[HOW]
Remove and replace them accordingly. This can tested by IGT's
kms_hdmi_inject test.

Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Acked-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Alex Hung <alex.hung@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c