[PATCH v3] drm/mediatek: Fix color format MACROs in OVL

2024-10-16 Thread Hsin-Te Yuan
n value to be incorrect. Fix the typos to ensure the return value remains unchanged. Fixes: 9f428b95ac89 ("drm/mediatek: Add new color format MACROs in OVL") Reviewed-by: Douglas Anderson Reviewed-by: Matthias Brugger Signed-off-by: Hsin-Te Yuan --- Changes in v3: - Add missing Revie

[PATCH v2] drm/mediatek: Fix color format MACROs in OVL

2024-10-16 Thread Hsin-Te Yuan
n value to be incorrect. Fix the typos to ensure the return value remains unchanged. Fixes: 9f428b95ac89 ("drm/mediatek: Add new color format MACROs in OVL") Signed-off-by: Hsin-Te Yuan --- Changes in v2: - Clarify that the commit get fixed was intended to be a no-op cleanup - Fix the t

[PATCH] drm/mediatek: Fix color format MACROs in OVL

2024-10-15 Thread Hsin-Te Yuan
ensure the return value remains unchanged. Fix: 9f428b95ac89 ("drm/mediatek: Add new color format MACROs in OVL") Signed-off-by: Hsin-Te Yuan --- drivers/gpu/drm/mediatek/mtk_disp_ovl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/mediatek/mtk_disp_

Re: [PATCH 1/2] dt-bindings: drm/bridge: anx7625: Add a perporty to change TDM setting

2024-05-03 Thread Hsin-Te Yuan
On Sat, May 4, 2024 at 12:45 AM Conor Dooley wrote: > > On Fri, May 03, 2024 at 02:58:16PM +0800, Hsin-Te Yuan wrote: > > On Thu, May 2, 2024 at 10:47 PM Conor Dooley wrote: > > > > > > On Thu, May 02, 2024 at 09:03:31AM +, Hsin-Te Yuan wrote: > > &g

Re: [PATCH 1/2] dt-bindings: drm/bridge: anx7625: Add a perporty to change TDM setting

2024-05-02 Thread Hsin-Te Yuan
On Thu, May 2, 2024 at 10:47 PM Conor Dooley wrote: > > On Thu, May 02, 2024 at 09:03:31AM +, Hsin-Te Yuan wrote: > > Add a perporty to indicate whether anx7625 should shift the first audio > > data bit. The default TDM setting is to shift the first audio data bit. > >

[PATCH 2/2] drm/bridge: anx7625: Change TDM setting accroding to dt property

2024-05-02 Thread Hsin-Te Yuan
For some SoCs, the TDM setting is not to shift the first audio data bit, which is not the default setting of anx7625. In such cases, the TDM setting should be changed according to the device tree property. Signed-off-by: Hsin-Te Yuan --- drivers/gpu/drm/bridge/analogix/anx7625.c | 8

[PATCH 1/2] dt-bindings: drm/bridge: anx7625: Add a perporty to change TDM setting

2024-05-02 Thread Hsin-Te Yuan
Add a perporty to indicate whether anx7625 should shift the first audio data bit. The default TDM setting is to shift the first audio data bit. Signed-off-by: Hsin-Te Yuan --- .../devicetree/bindings/display/bridge/analogix,anx7625.yaml | 4 1 file changed, 4 insertions(+) diff

[PATCH 0/2] Add TDM setting support

2024-05-02 Thread Hsin-Te Yuan
The anx7625 supports two different TDM settings, which determine whether or not the first audio data bit should be shifted. This series adds the support for configuring TDM setting through a property in the device tree. Signed-off-by: Hsin-Te Yuan --- Hsin-Te Yuan (2): dt-bindings: drm

[PATCH RESEND v3] drm/bridge: anx7625: Update audio status while detecting

2024-04-16 Thread Hsin-Te Yuan
Previously, the audio status was not updated during detection, leading to a persistent audio despite hot plugging events. To resolve this issue, update the audio status during detection. Fixes: 566fef1226c1 ("drm/bridge: anx7625: add HDMI audio function") Signed-off-by: Hsin-Te Yuan --

[PATCH RESEND v3] drm/bridge: anx7625: Update audio status while detecting

2024-03-25 Thread Hsin-Te Yuan
Previously, the audio status was not updated during detection, leading to a persistent audio despite hot plugging events. To resolve this issue, update the audio status during detection. Fixes: 566fef1226c1 ("drm/bridge: anx7625: add HDMI audio function") Signed-off-by: Hsin-Te Yuan -

[PATCH v3] drm/bridge: anx7625: Update audio status while detecting

2024-03-06 Thread Hsin-Te Yuan
Previously, the audio status was not updated during detection, leading to a persistent audio despite hot plugging events. To resolve this issue, update the audio status during detection. Fixes: 566fef1226c1 ("drm/bridge: anx7625: add HDMI audio function") Signed-off-by: Hsin-Te Yuan -

[PATCH v2] drm/bridge: anx7625: Update audio status while detecting

2024-03-05 Thread Hsin-Te Yuan
Previously, the audio status was not updated during detection, leading to a persistent audio despite hot plugging events. To resolve this issue, update the audio status during detection. Signed-off-by: Hsin-Te Yuan --- Changes in v2: - Add a space after the colons in the subject line. - Link to

[PATCH] drm/bridge:anx7625:Update audio status while detecting

2024-03-05 Thread Hsin-Te Yuan
Previously, the audio status was not updated during detection, leading to a persistent audio despite hot plugging events. To resolve this issue, update the audio status during detection. Signed-off-by: Hsin-Te Yuan --- drivers/gpu/drm/bridge/analogix/anx7625.c | 9 - 1 file changed, 8