[PATCH v12] drm/bridge: it6505: fix hibernate to resume no display issue

2024-05-21 Thread kuro
From: Kuro Chung When the system power resumes, the TTL input of IT6505 may experience some noise before the video signal stabilizes, necessitating a video reset. This patch is implemented to prevent a loop of video error interrupts, which can occur when a video reset in the video FIFO error

[PATCH v11] drm/bridge: it6505: fix hibernate to resume no display issue

2024-05-20 Thread kuro
From: Kuro Chung When the system power resumes, the TTL input of IT6505 may experience some noise before the video signal stabilizes, necessitating a video reset. This patch has been implemented to prevent a loop of video error interrupts, which can occur when a video reset in the video FIFO

[PATCH v10] drm/bridge: it6505: fix hibernate to resume no display issue

2024-05-17 Thread kuro
From: Kuro Chung This patch added a FIFO reset bit for input video. When system power resume, the TTL input of it6505 may get some noise before video signal stable and the hardware function reset is required. But the input FIFO reset will also trigger error interrupts of output module rising

[PATCH v9] drm/bridge: it6505: This patch fixes hibernate to resume no display issue

2024-05-16 Thread kuro
From: Kuro Chung This patch added a FIFO reset bit for input video. When system power resume, the TTL input of it6505 may get some noise before video signal stable and the hardware function reset is required. But the input FIFO reset will also trigger error interrupts of output module

[PATCH v8 1/1] drm/bridge: it6505: fix hibernate to resume no display issue

2024-05-15 Thread kuro
From: Kuro ITE added a FIFO reset bit for input video. When system power resume, the TTL input of it6505 may get some noise before video signal stable and the hardware function reset is required. But the input FIFO reset will also trigger error interrupts of output module rising. Thus, it6505

[PATCH v8 0/1] drm/bridge: it6505: fix hibernate to resume no display issue

2024-05-15 Thread kuro
From: Kuro New patch description for v8 patch resolve merge conflict New patch description for v7 patch modify code from it6505_set_bits(it6505, REG_VID_BUS_CTRL1, TX_FIFO_RESET, 0x02); to it6505_set_bits(it6505, REG_VID_BUS_CTRL1, TX_FIFO_RESET

[PATCH v7 1/1] drm/bridge: it6505: fix hibernate to resume no display issue

2024-05-06 Thread kuro
From: Kuro ITE added a FIFO reset bit for input video. When system power resume, the TTL input of it6505 may get some noise before video signal stable and the hardware function reset is required. But the input FIFO reset will also trigger error interrupts of output module rising. Thus, it6505

[PATCH v7 0/1] drm/bridge: it6505: fix hibernate to resume no display issue

2024-05-06 Thread kuro
From: Kuro New patch description for v7 patch modify code from it6505_set_bits(it6505, REG_VID_BUS_CTRL1, TX_FIFO_RESET, 0x02); to it6505_set_bits(it6505, REG_VID_BUS_CTRL1, TX_FIFO_RESET, TX_FIFO_RESET); for macro define New patch description for v6 patch

[PATCH v6 1/1] drm/bridge: it6505: fix hibernate to resume no display issue

2024-04-23 Thread kuro
From: Kuro ITE added a FIFO reset bit for input video. When system power resume, the TTL input of it6505 may get some noise before video signal stable and the hardware function reset is required. But the input FIFO reset will also trigger error interrupts of output module rising. Thus, it6505

[PATCH v6 0/1] drm/bridge: it6505: fix hibernate to resume no display issue

2024-04-23 Thread kuro
From: Kuro New patch description for v6 patch remove the unrelated patch change (split into anoter patch) remove extra line New patch description for v5 patch after customer feedback and test finished, update again, kernel build pass. New patch description

[PATCH v5 1/1] UPSTREAM: drm/bridge: it6505: fix hibernate to resume no display issue

2024-04-19 Thread kuro
From: Kuro ITE added a FIFO reset bit for input video. When system power resume, the TTL input of it6505 may get some noise before video signal stable and the hardware function reset is required. But the input FIFO reset will also trigger error interrupts of output module rising. Thus, it6505

[PATCH v5 0/1] drm/bridge: it6505: fix hibernate to resume no display issue

2024-04-19 Thread kuro
From: Kuro New patch description for v5 patch after customer feedback and test finished, update again, kernel build pass. New patch description for v4 patch update by reviewer Pin-yen Lin comment, remove function it6505_irq_video_fifo_error

[PATCH v4 1/1] drm/bridge: it6505: fix hibernate to resume no display issue

2024-03-08 Thread kuro
From: Kuro ITE added a FIFO reset bit for input video. When system power resume, the TTL input of it6505 may get some noise before video signal stable and the hardware function reset is required. But the input FIFO reset will also trigger error interrupts of output module rising. Thus, it6505

[PATCH v4 0/1] drm/bridge: it6505: fix hibernate to resume no display issue

2024-03-08 Thread kuro
From: Kuro Chung New patch description for v4 patch update by reviewer Pin-yen Lin comment, remove function it6505_irq_video_fifo_error/it6505_irq_io_latch_fifo_overflow update by reviewer Pin-yen Lin comment, update Signed-off-by column New patch description for v3 patch

[PATCH v3 1/1] UPSTREAM: drm/bridge: it6505: fix hibernate to resume no display issue

2024-03-05 Thread kuro
From: kuro chung ITE added a FIFO reset bit for input video. When system power resume, the TTL input of it6505 may get some noise before video signal stable and the hardware function reset is required. But the input FIFO reset will also trigger error interrupts of output module rising. Thus

[PATCH v3 0/1] drm/bridge: it6505: fix hibernate to resume no display issue

2024-03-05 Thread kuro
New patch description for v3 patch update upstream MAINTAINERS mail list New patch description for v2 patch Missing declaration for i variable in function it6505_irq_video_error_handler , add it by this patch Origianl description for v1 patch

[PATCH v2 1/1] UPSTREAM: drm/bridge: it6505: fix hibernate to resume no display issue

2024-03-03 Thread kuro
From: kuro chung ITE added a FIFO reset bit for input video. When system power resume, the TTL input of it6505 may get some noise before video signal stable and the hardware function reset is required. But the input FIFO reset will also trigger error interrupts of output module rising. Thus

[PATCH v2 0/1] drm/bridge: it6505: fix hibernate to resume no display issue patch v2

2024-03-03 Thread kuro
From: kuro chung New patch description for v2 patch Missing declaration for i variable in function it6505_irq_video_error_handler , add it by this patch Origianl description for v1 patch drm/bridge: it6505: fix hibernate to resume no display issue ITE added

[PATCH] drm/bridge: it6505: fix hibernate to resume no display issue

2024-02-21 Thread kuro
From: kuro chung ITE added a FIFO reset bit for input video. When system power resume, the TTL input of it6505 may get some noise before video signal stable and the hardware function reset is required. But the input FIFO reset will also trigger error interrupts of output module rising. Thus

[PATCH] UPSTREAM: drm/bridge: it6505: fix hibernate to resume no display issue

2024-02-06 Thread kuro chung
From: allen chen Change-Id: Iaa3cd9da92a625496f579d87d0ab74ca9c4937c4 --- drivers/gpu/drm/bridge/ite-it6505.c | 42 ++--- 1 file changed, 33 insertions(+), 9 deletions(-) diff --git a/drivers/gpu/drm/bridge/ite-it6505.c b/drivers/gpu/drm/bridge/ite-it6505.c index