All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] drm: tda998x: Fix a couple of problems
@ 2014-11-29  8:12 Jean-Francois Moine
  2014-11-29  7:30 ` [PATCH 1/2] drm: tda998x: Protect the page register Jean-Francois Moine
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Jean-Francois Moine @ 2014-11-29  8:12 UTC (permalink / raw)
  To: Russell King, dri-devel

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-12-01 10:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-29  8:12 [PATCH 0/2] drm: tda998x: Fix a couple of problems Jean-Francois Moine
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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.