diff options
author | Maxime Ripard <mripard@kernel.org> | 2025-03-13 13:00:09 +0100 |
---|---|---|
committer | Maxime Ripard <mripard@kernel.org> | 2025-03-20 14:45:52 +0100 |
commit | 070bac234bc6e8e925f87bb5a5ab1a98b890fce8 (patch) | |
tree | a2bbe8c0c05d2438de3bd6c5553e7f722e15936b /Documentation/dev-tools/autofdo.rst | |
parent | 9c77154b71ad936227d0c407835854604c532700 (diff) |
drm/bridge: tc358768: Convert to atomic helpers
The tc358768 driver follows the drm_encoder->crtc pointer that is
deprecated and shouldn't be used by atomic drivers.
Fortunately, the atomic hooks provide the drm_atomic_state and we can
access our current CRTC from that, going from the bridge to its encoder,
to its connector, and to its CRTC.
Let's convert this bridge driver to atomic so we can get rid of the
drm_encoder->crtc dereference.
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20250313-bridge-connector-v6-15-511c54a604fb@kernel.org
Signed-off-by: Maxime Ripard <mripard@kernel.org>
Diffstat (limited to 'Documentation/dev-tools/autofdo.rst')
0 files changed, 0 insertions, 0 deletions