[PATCH RESEND] drm/bridge: Fixed a DP link training bug

2023-12-21 Thread xiazhengqiao
be a chance to causes the driver to use the wrong training method and return a training fail result. To Fix this, we reset the retry counter when training state is pass each time. Signed-off-by: Allen Chen Signed-off-by: xiazhengqiao --- drivers/gpu/drm/bridge/ite-it6505.c | 4 +++- 1 file ch

[PATCH] drm/bridge: Fixed a DP link training bug

2023-12-18 Thread xiazhengqiao
be a chance to causes the driver to use the wrong training method and return a training fail result. To Fix this, we reset the retry counter when training state is pass each time. Signed-off-by: Allen Chen Signed-off-by: xiazhengqiao --- drivers/gpu/drm/bridge/ite-it6505.c | 4 +++- 1 file ch

[PATCH v2 RESEND] drm/panel: starry-2081101qfh032011-53g: Fine tune the panel power sequence

2023-11-29 Thread xiazhengqiao
For the "starry, 2081101qfh032011-53g" panel, it is stipulated in the panel spec that MIPI needs to keep the LP11 state before the lcm_reset pin is pulled high. Fixes: 6069b66cd962 ("drm/panel: support for STARRY 2081101QFH032011-53G MIPI-DSI panel") Signed-off-by: xiazh

[PATCH v2 RESEND] drm/panel: starry-2081101qfh032011-53g: Fine tune the panel power sequence

2023-11-21 Thread xiazhengqiao
For the "starry, 2081101qfh032011-53g" panel, it is stipulated in the panel spec that MIPI needs to keep the LP11 state before the lcm_reset pin is pulled high. Fixes: 6069b66cd962 ("drm/panel: support for STARRY 2081101QFH032011-53G MIPI-DSI panel") Signed-off-by: xiazh

[PATCH v2 RESEND] drm/panel: starry-2081101qfh032011-53g: Fine tune the panel power sequence

2023-11-09 Thread xiazhengqiao
For the "starry, 2081101qfh032011-53g" panel, it is stipulated in the panel spec that MIPI needs to keep the LP11 state before the lcm_reset pin is pulled high. Fixes: 6069b66cd962 ("drm/panel: support for STARRY 2081101QFH032011-53G MIPI-DSI panel") Signed-off-by: xiazh

[PATCH v2] drm/panel: starry-2081101qfh032011-53g: Fine tune the panel power sequence

2023-11-06 Thread xiazhengqiao
For the "starry, 2081101qfh032011-53g" panel, it is stipulated in the panel spec that MIPI needs to keep the LP11 state before the lcm_reset pin is pulled high. Fixes: 6069b66cd962 ("drm/panel: support for STARRY 2081101QFH032011-53G MIPI-DSI panel") Signed-off-by: xiazh

[PATCH] drm/panel: starry-2081101qfh032011-53g: Fine tune the panel power sequence

2023-11-02 Thread xiazhengqiao
For "starry, 2081101qfh032011-53g" this panel, it is stipulated in the panel spec that MIPI needs to keep the LP11 state before the lcm_reset pin is pulled high. Signed-off-by: xiazhengqiao --- drivers/gpu/drm/panel/panel-boe-tv101wum-nl6.c | 1 + 1 file changed, 1 insertion(+) di

[v1 2/2] ASoC: mediatek: mt8188-mt6359: add rt5682s support

2023-09-25 Thread xiazhengqiao
To use RT5682S as the codec and MAX98390 as the amp, add a new sound card named mt8188_rt5682. Signed-off-by: xiazhengqiao --- sound/soc/mediatek/Kconfig| 1 + sound/soc/mediatek/mt8188/mt8188-mt6359.c | 154 +- 2 files changed, 154 insertions(+), 1

[v1 1/2] ASoC: dt-bindings: mediatek, mt8188-mt6359: add RT5682S support

2023-09-25 Thread xiazhengqiao
Add compatible string "mediatek,mt8188-rt5682" to support new board with rt5682s codec. --- .../devicetree/bindings/sound/mediatek,mt8188-mt6359.yaml| 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/sound/mediatek,mt8188-mt6359.yaml b/Documentation/dev

[v1 0/2] ASoC: mediatek: mt8188-mt6359: add rt5682s support

2023-09-25 Thread xiazhengqiao
To use RT5682S as the codec and MAX98390 as the amp, add a new sound card named mt8188_rt5682. xiazhengqiao (2): ASoC: dt-bindings: mediatek,mt8188-mt6359: add RT5682S support ASoC: mediatek: mt8188-mt6359: add rt5682s support .../sound/mediatek,mt8188-mt6359.yaml | 1 + sound/soc

[PATCH] drm/panel: Add inx Himax8279d MIPI-DSI LCD panel driver

2021-08-10 Thread xiazhengqiao
Hi, could you help to review this patch? This patch has been applied to our devices which use INX 2081101qfh032011-53g 1200x1920 video panel and it works well. thanks.