THIS IS UNTESTED for anything other than i915. Use previously parsed EDID where possible for display audio/hdmi detection. This in turn reduces edid_blob_ptr usage in a number of places. Further reduce edid_blob_ptr usage, and document that it should not be used by drivers directly. BR, Jani. Cc: Alain Volmat <alain.volmat@xxxxxxxxxxx> Cc: Alex Deucher <alexander.deucher@xxxxxxx> Cc: amd-gfx@xxxxxxxxxxxxxxxxxxxxx Cc: Ben Skeggs <bskeggs@xxxxxxxxxx> Cc: Christian König <christian.koenig@xxxxxxx> Cc: Heiko Stübner <heiko@xxxxxxxxx> Cc: Inki Dae <inki.dae@xxxxxxxxxxx> Cc: Karol Herbst <kherbst@xxxxxxxxxx> Cc: Kyungmin Park <kyungmin.park@xxxxxxxxxxx> Cc: Lyude Paul <lyude@xxxxxxxxxx> Cc: nouveau@xxxxxxxxxxxxxxxxxxxxx Cc: Pan, Xinhui <Xinhui.Pan@xxxxxxx> Cc: Russell King <linux@xxxxxxxxxxxxxxx> Cc: Sandy Huang <hjc@xxxxxxxxxxxxxx> Cc: Seung-Woo Kim <sw0312.kim@xxxxxxxxxxx> Jani Nikula (12): drm/edid: parse display info has_audio similar to is_hdmi drm/nouveau: convert to using is_hdmi and has_audio from display info drm/radeon: convert to using is_hdmi and has_audio from display info drm/radeon: remove radeon_connector_edid() and stop using edid_blob_ptr drm/amdgpu: remove amdgpu_connector_edid() and stop using edid_blob_ptr drm/i915/debugfs: stop using edid_blob_ptr drm/exynos: fix is_hdmi usage drm/i2c/tda998x: convert to using has_audio from display_info drm/sti/sti_hdmi: convert to using is_hdmi from display info drm/rockchip: cdn-dp: call drm_connector_update_edid_property() unconditionally drm/rockchip: convert to using has_audio from display_info drm/connector: update edid_blob_ptr documentation .../gpu/drm/amd/amdgpu/amdgpu_connectors.c | 15 ----------- .../gpu/drm/amd/amdgpu/amdgpu_connectors.h | 1 - drivers/gpu/drm/amd/amdgpu/dce_v10_0.c | 4 +-- drivers/gpu/drm/amd/amdgpu/dce_v11_0.c | 4 +-- drivers/gpu/drm/amd/amdgpu/dce_v6_0.c | 4 +-- drivers/gpu/drm/amd/amdgpu/dce_v8_0.c | 4 +-- drivers/gpu/drm/drm_edid.c | 6 +++++ drivers/gpu/drm/exynos/exynos_hdmi.c | 3 ++- drivers/gpu/drm/i2c/tda998x_drv.c | 2 +- .../drm/i915/display/intel_display_debugfs.c | 10 +++---- drivers/gpu/drm/nouveau/dispnv50/disp.c | 8 +++--- drivers/gpu/drm/nouveau/dispnv50/head.c | 8 +----- drivers/gpu/drm/nouveau/nouveau_connector.c | 2 +- drivers/gpu/drm/radeon/atombios_encoders.c | 10 +++---- drivers/gpu/drm/radeon/evergreen_hdmi.c | 5 ++-- drivers/gpu/drm/radeon/radeon_audio.c | 11 ++++---- drivers/gpu/drm/radeon/radeon_connectors.c | 27 +++++-------------- drivers/gpu/drm/radeon/radeon_display.c | 2 +- drivers/gpu/drm/radeon/radeon_encoders.c | 4 +-- drivers/gpu/drm/radeon/radeon_mode.h | 2 -- drivers/gpu/drm/rockchip/cdn-dp-core.c | 7 +++-- drivers/gpu/drm/rockchip/inno_hdmi.c | 3 ++- drivers/gpu/drm/sti/sti_hdmi.c | 11 ++++---- drivers/gpu/drm/sti/sti_hdmi.h | 2 -- include/drm/drm_connector.h | 14 +++++++++- 25 files changed, 73 insertions(+), 96 deletions(-) -- 2.39.2