mbox series

[0/2] drm bridge: drop drm_bridge_chain_mode_fixup.

Message ID 20240531-bridge_chain_mode-v1-0-8b49e36c5dd3@ravnborg.org (mailing list archive)
Headers show
Series drm bridge: drop drm_bridge_chain_mode_fixup. | expand

Message

Sam Ravnborg via B4 Relay May 31, 2024, 8:37 p.m. UTC
I had a few bridge related patches in an old branch.

They were last posted here almost one year ago:
https://lore.kernel.org/dri-devel/20220717174454.46616-1-sam@ravnborg.org/

The following two patches gets rid of drm_bridge_chain_mode_fixup.
The patches was already rb / ab - but due to the age a repost is
due before applying the patches.

	Sam

---
Sam Ravnborg (2):
      drm/mediatek: Drop chain_mode_fixup call in mode_valid()
      drm/bridge: Drop drm_bridge_chain_mode_fixup

 drivers/gpu/drm/drm_bridge.c        | 37 -------------------------------------
 drivers/gpu/drm/mediatek/mtk_hdmi.c | 11 -----------
 include/drm/drm_bridge.h            |  3 ---
 3 files changed, 51 deletions(-)
---
base-commit: c9402efe492bb46ccbf94fedc4783eb8f8747567
change-id: 20240531-bridge_chain_mode-9ed8528e92cd

Best regards,

Comments

Robert Foss June 10, 2024, 12:53 p.m. UTC | #1
On Fri, 31 May 2024 22:37:44 +0200, Sam Ravnborg wrote:
> I had a few bridge related patches in an old branch.
> 
> They were last posted here almost one year ago:
> https://lore.kernel.org/dri-devel/20220717174454.46616-1-sam@ravnborg.org/
> 
> The following two patches gets rid of drm_bridge_chain_mode_fixup.
> The patches was already rb / ab - but due to the age a repost is
> due before applying the patches.
> 
> [...]

Applied, thanks!

[1/2] drm/mediatek: Drop chain_mode_fixup call in mode_valid()
      https://cgit.freedesktop.org/drm/drm-misc/commit/?id=ac4be1e50165
[2/2] drm/bridge: Drop drm_bridge_chain_mode_fixup
      https://cgit.freedesktop.org/drm/drm-misc/commit/?id=1f0204954583



Rob
Sam Ravnborg June 11, 2024, 5:33 p.m. UTC | #2
Hi Robert, 
On Mon, Jun 10, 2024 at 02:53:09PM +0200, Robert Foss wrote:
> On Fri, 31 May 2024 22:37:44 +0200, Sam Ravnborg wrote:
> > I had a few bridge related patches in an old branch.
> > 
> > They were last posted here almost one year ago:
> > https://lore.kernel.org/dri-devel/20220717174454.46616-1-sam@ravnborg.org/
> > 
> > The following two patches gets rid of drm_bridge_chain_mode_fixup.
> > The patches was already rb / ab - but due to the age a repost is
> > due before applying the patches.
> > 
> > [...]
> 
> Applied, thanks!
> 
> [1/2] drm/mediatek: Drop chain_mode_fixup call in mode_valid()
>       https://cgit.freedesktop.org/drm/drm-misc/commit/?id=ac4be1e50165
> [2/2] drm/bridge: Drop drm_bridge_chain_mode_fixup
>       https://cgit.freedesktop.org/drm/drm-misc/commit/?id=1f0204954583
> 
> 
> 
> Rob

Thanks!

Next step will be to address use of other deprecated operations
in drm_bridge_funcs.

	Sam