]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
drm/bridge: add ->edid_read hook and drm_bridge_edid_read()
authorJani Nikula <jani.nikula@intel.com>
Tue, 23 Jan 2024 19:37:07 +0000 (21:37 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 3 Apr 2024 13:28:38 +0000 (15:28 +0200)
commit2b6aaf7b193be2bfa4e1af90c0d96e78a80aef69
treec01df5cb6f34ea588f1d1a02ada4ff30dd54d47a
parentde125efb3bae7720d10364a9ab6785466e4e2461
drm/bridge: add ->edid_read hook and drm_bridge_edid_read()

[ Upstream commit d807ad80d811ba0c22adfd871e2a46491f80d6e2 ]

Add new struct drm_edid based ->edid_read hook and
drm_bridge_edid_read() function to call the hook.

v2: Include drm/drm_edid.h

Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/9d08d22eaffcb9c59a2b677e45d7e61fc689bc2f.1706038510.git.jani.nikula@intel.com
Stable-dep-of: 171b711b26cc ("drm/bridge: lt8912b: do not return negative values from .get_modes()")
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/gpu/drm/drm_bridge.c
include/drm/drm_bridge.h