dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Jean-Francois Moine <moinejf@free.fr>
To: Russell King <rmk+kernel@arm.linux.org.uk>,
	dri-devel@lists.freedesktop.org
Subject: [PATCH 0/2] drm: tda998x: Fix a couple of problems
Date: Sat, 29 Nov 2014 09:12:51 +0100	[thread overview]
Message-ID: <cover.1417248771.git.moinejf@free.fr> (raw)

1)
The HDMI registers of the tda998x chips are accessed by pages.
As these HDMI registers may be accessed from different tasks
(video, irq/workqueue, and soon audio), the page register setting
must be protected.

2)
On HDMI reconnect (cable plug-in), the EDID is read too early and
this raises a EDID read timeout. Delaying a bit the connect event
fixes the problem.

Jean-Francois Moine (2):
  drm: tda998x: Protect the page register
  drm: tda998x: Fix EDID read timeout on HDMI connect

 drivers/gpu/drm/i2c/tda998x_drv.c | 47 +++++++++++++++++++++++++++++++--------
 1 file changed, 38 insertions(+), 9 deletions(-)

-- 
2.1.3

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

             reply	other threads:[~2014-11-29  8:25 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-29  8:12 Jean-Francois Moine [this message]
2014-11-29  7:30 ` [PATCH 1/2] drm: tda998x: Protect the page register Jean-Francois Moine
2014-11-29  7:57 ` [PATCH 2/2] drm: tda998x: Fix EDID read timeout on HDMI connect Jean-Francois Moine
2014-12-01 10:49 ` [PATCH 0/2] drm: tda998x: Fix a couple of problems Russell King - ARM Linux

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=cover.1417248771.git.moinejf@free.fr \
    --to=moinejf@free.fr \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=rmk+kernel@arm.linux.org.uk \
    /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