[PATCH 0/2] drm/bridge: write full Audio InfoFrame

Dmitry Baryshkov posted 2 patches 4 weeks, 1 day ago
drivers/gpu/drm/bridge/adv7511/adv7511_audio.c | 23 +++++-------------
drivers/gpu/drm/bridge/adv7511/adv7511_drv.c   | 33 ++++++++++++++++++++++++--
2 files changed, 37 insertions(+), 19 deletions(-)
[PATCH 0/2] drm/bridge: write full Audio InfoFrame
Posted by Dmitry Baryshkov 4 weeks, 1 day ago
Instead of writing the first byte of the infoframe (and hoping that the
rest is default / zeroes) write the full Audio InfoFrame using
drm_atomic_helper_connector_hdmi_update_audio_infoframe().

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
---
Dmitry Baryshkov (2):
      drm/bridge: adv7511: use update latch for AVI infoframes
      drm/bridge: write full Audio InfoFrame

 drivers/gpu/drm/bridge/adv7511/adv7511_audio.c | 23 +++++-------------
 drivers/gpu/drm/bridge/adv7511/adv7511_drv.c   | 33 ++++++++++++++++++++++++--
 2 files changed, 37 insertions(+), 19 deletions(-)
---
base-commit: 36e626877e1d2b833bd453ec69044d7cad32f54d
change-id: 20250903-adv7511-audio-infoframe-8b7a2cf008ea

Best regards,
-- 
With best wishes
Dmitry
Re: [PATCH 0/2] drm/bridge: write full Audio InfoFrame
Posted by Dmitry Baryshkov 3 weeks, 2 days ago
On Wed, 03 Sep 2025 19:21:27 +0300, Dmitry Baryshkov wrote:
> Instead of writing the first byte of the infoframe (and hoping that the
> rest is default / zeroes) write the full Audio InfoFrame using
> drm_atomic_helper_connector_hdmi_update_audio_infoframe().
> 
> 

Applied to drm-misc-next, thanks!

[1/2] drm/bridge: adv7511: use update latch for AVI infoframes
      commit: 723a170811db366b993437b08f1ca707163f7c84
[2/2] drm/bridge: write full Audio InfoFrame
      commit: f0e7f358e72b10b01361787134ebcbd9e9aa72d9

Best regards,
-- 
With best wishes
Dmitry