All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] tda998x updates
@ 2019-01-25  9:40 Russell King - ARM Linux admin
  2019-01-25  9:43 ` [PATCH 1/5] drm/i2c: tda998x: add support for pixel repeated modes Russell King
                   ` (6 more replies)
  0 siblings, 7 replies; 17+ messages in thread
From: Russell King - ARM Linux admin @ 2019-01-25  9:40 UTC (permalink / raw)
  To: dri-devel; +Cc: David Airlie

Hi,

This series adds support for programming the SPD and vendor infoframes.

It also adds support for pixel repeated modes - we were not rejecting
these modes, but we also didn't have the implementation to support
them.  As their implementation is simple, add it rather than rejecting
the modes.

Support is also added for the bridge timing information, that upstream
components may wish to use to adjust their output appropriately.

Lastly, rather than merely passing through the full-range RGB from the
CRTC, adapt the RGB range to the capabilities of the display and the
default range for the mode.  This means that if the display does not
support the Q bit in the video infoframe, and the mode is defined to
have limited range RGB, we will compress the output RGB range to
limited range.

Tested on 4.20 with a Panasonic TV.

      drm/i2c: tda998x: add support for pixel repeated modes
      drm/i2c: tda998x: add bridge timing information
      drm/i2c: tda998x: add support for writing SPD
      drm/i2c: tda998x: add vendor specific infoframe support
      drm/i2c: tda998x: improve correctness of quantisation range

 drivers/gpu/drm/i2c/tda998x_drv.c | 120 +++++++++++++++++++++++++++++++++-----
 1 file changed, 105 insertions(+), 15 deletions(-)

-- 
RMK's Patch system: https://www.armlinux.org.uk/developer/patches/
FTTC broadband for 0.8mile line in suburbia: sync at 12.1Mbps down 622kbps up
According to speedtest.net: 11.9Mbps down 500kbps up
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

end of thread, other threads:[~2019-02-27 10:53 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-25  9:40 [PATCH 0/5] tda998x updates Russell King - ARM Linux admin
2019-01-25  9:43 ` [PATCH 1/5] drm/i2c: tda998x: add support for pixel repeated modes Russell King
2019-01-25  9:43 ` [PATCH 2/5] drm/i2c: tda998x: add bridge timing information Russell King
2019-01-25  9:43 ` [PATCH 3/5] drm/i2c: tda998x: add support for writing SPD Russell King
2019-01-30 15:41   ` Brian Starkey
2019-01-30 17:23     ` Russell King - ARM Linux admin
2019-01-30 17:52       ` Brian Starkey
2019-01-25  9:43 ` [PATCH 4/5] drm/i2c: tda998x: add vendor specific infoframe support Russell King
2019-01-30 15:57   ` Brian Starkey
2019-01-25  9:43 ` [PATCH 5/5] drm/i2c: tda998x: improve correctness of quantisation range Russell King
2019-01-30 15:53   ` Brian Starkey
2019-01-30 18:18     ` Russell King - ARM Linux admin
2019-01-31 10:53       ` Brian Starkey
2019-01-25 11:45 ` [PATCH 0/5] tda998x updates Brian Starkey
2019-01-25 11:56   ` Russell King - ARM Linux admin
2019-01-25 12:01     ` Brian Starkey
2019-02-27 10:53 ` Russell King - ARM Linux admin

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.