All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/3] video: Fix issues with edid parsing
@ 2017-04-29 12:43 Jernej Skrabec
  2017-04-29 12:43 ` [U-Boot] [PATCH 1/3] edid: Set timings flags according to edid Jernej Skrabec
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Jernej Skrabec @ 2017-04-29 12:43 UTC (permalink / raw)
  To: u-boot

This series fixes some issues with edid parsing, which prevents some
board/monitors combinations to work properly. Those issues were mainly
found by using sunxi board (OrangePi 2) and DVI screen (Waveshare 10
inch, 1024x600). However, improvements should help other platforms too.

Patch 1 initializes and sets flags in timing info.

Patch 2 adds support for distinguishing HDMI and DVI monitor based on
edid data.

Patch 3 use newly added flag in dw_hdmi driver to properly select DVI or
HDMI mode.

Best regards,
Jernej


Jernej Skrabec (3):
  edid: Set timings flags according to edid
  edid: Add HDMI flag to timing info
  video: dw_hdmi: Select HDMI mode only if monitor supports it

 common/edid.c           | 56 +++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/video/dw_hdmi.c | 31 ++++++++++++++-------------
 include/edid.h          | 14 +++++++++++++
 include/fdtdec.h        |  1 +
 4 files changed, 87 insertions(+), 15 deletions(-)

-- 
2.12.2

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

end of thread, other threads:[~2017-05-15 18:41 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-29 12:43 [U-Boot] [PATCH 0/3] video: Fix issues with edid parsing Jernej Skrabec
2017-04-29 12:43 ` [U-Boot] [PATCH 1/3] edid: Set timings flags according to edid Jernej Skrabec
2017-04-30  3:49   ` Simon Glass
2017-05-15 18:31   ` Anatolij Gustschin
2017-04-29 12:43 ` [U-Boot] [PATCH 2/3] edid: Add HDMI flag to timing info Jernej Skrabec
2017-04-30  3:49   ` Simon Glass
2017-05-15 18:37   ` Anatolij Gustschin
2017-04-29 12:43 ` [U-Boot] [PATCH 3/3] video: dw_hdmi: Select HDMI mode only if monitor supports it Jernej Skrabec
2017-04-30  3:49   ` Simon Glass
2017-05-15 18:41   ` Anatolij Gustschin

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.