dri-devel Archive mirror
 help / color / mirror / Atom feed
From: kuro <kuro.chung@ite.com.tw>
Cc: Allen Chen <allen.chen@ite.com.tw>,
	Pin-yen Lin <treapking@chromium.org>,
	 Kuro Chung <kuro.chung@ite.com.tw>,
	Kenneth Haung <kenneth.hung@ite.com.tw>,
	"open list:DRM DRIVERS" <dri-devel@lists.freedesktop.org>,
	Jernej Skrabec <jernej.skrabec@gmail.com>,
	Jonas Karlman <jonas@kwiboo.se>,
	Laurent Pinchart <Laurent.pinchart@ideasonboard.com>,
	open list <linux-kernel@vger.kernel.org>
Subject: [PATCH v6 0/1] drm/bridge: it6505: fix hibernate to resume no display issue
Date: Tue, 23 Apr 2024 16:27:21 +0800	[thread overview]
Message-ID: <20240423082722.843587-1-kuro.chung@ite.com.tw> (raw)

From: Kuro <kuro.chung@ite.com.tw>

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 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

        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

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

        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 have to wait a period can clear those expected error interrupts
        caused by manual hardware reset in one interrupt handler calling to avoid interrupt looping.

allen (1):
  UPSTREAM: drm/bridge: it6505: fix hibernate to resume no display issue

 drivers/gpu/drm/bridge/ite-it6505.c | 73 +++++++++++++++++++----------
 1 file changed, 49 insertions(+), 24 deletions(-)

-- 
2.25.1


             reply	other threads:[~2024-04-23  8:16 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-23  8:27 kuro [this message]
2024-04-23  8:27 ` [PATCH v6 1/1] drm/bridge: it6505: fix hibernate to resume no display issue kuro
2024-04-23 13:50   ` Robert Foss
2024-05-06  9:13     ` kuro.chung

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240423082722.843587-1-kuro.chung@ite.com.tw \
    --to=kuro.chung@ite.com.tw \
    --cc=Laurent.pinchart@ideasonboard.com \
    --cc=allen.chen@ite.com.tw \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=jernej.skrabec@gmail.com \
    --cc=jonas@kwiboo.se \
    --cc=kenneth.hung@ite.com.tw \
    --cc=linux-kernel@vger.kernel.org \
    --cc=treapking@chromium.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).