All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCHv2 0/7] drm/omap: misc improvements
@ 2019-09-30 10:38 Tomi Valkeinen
  2019-09-30 10:38 ` [PATCHv2 1/7] drm/omap: drop unneeded locking from mgr_fld_write() Tomi Valkeinen
                   ` (6 more replies)
  0 siblings, 7 replies; 17+ messages in thread
From: Tomi Valkeinen @ 2019-09-30 10:38 UTC (permalink / raw)
  To: dri-devel, Laurent Pinchart; +Cc: Tomi Valkeinen, Jyri Sarha

Hi,

This is v2 of the series. Changes compared to v1:

Dropped (Jyri will work on them):
 - drm/omap: Implement CTM property for CRTC using OVL managers CPR matrix
 - drm/omap: Enable COLOR_ENCODING and COLOR_RANGE properties for planes

Added:
 - drm/omap: avoid copy in mgr_fld_read/write
 - drm/omap: hdmi4: fix use of uninitialized var

Fixed the issues pointed out by Laurent.

 Tomi

Alejandro Hernandez (1):
  drm/omap: tweak HDMI DDC timings

Jyri Sarha (1):
  drm/omap: dss: move platform_register_drivers() to dss.c and remove
    core.c

Tomi Valkeinen (5):
  drm/omap: drop unneeded locking from mgr_fld_write()
  drm/omap: avoid copy in mgr_fld_read/write
  drm/omap: fix missing scaler pixel fmt limitations
  drm/omap: hdmi5: automatically choose limited/full range output
  drm/omap: hdmi4: fix use of uninitialized var

 drivers/gpu/drm/omapdrm/dss/Makefile     |   2 +-
 drivers/gpu/drm/omapdrm/dss/core.c       |  55 ----------
 drivers/gpu/drm/omapdrm/dss/dispc.c      |  46 ++++++---
 drivers/gpu/drm/omapdrm/dss/dss.c        |  37 +++++++
 drivers/gpu/drm/omapdrm/dss/hdmi4_core.c |   5 +-
 drivers/gpu/drm/omapdrm/dss/hdmi5_core.c | 125 ++++++++++++-----------
 6 files changed, 137 insertions(+), 133 deletions(-)
 delete mode 100644 drivers/gpu/drm/omapdrm/dss/core.c

-- 
Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki.
Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki

_______________________________________________
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-10-11 16:10 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-30 10:38 [PATCHv2 0/7] drm/omap: misc improvements Tomi Valkeinen
2019-09-30 10:38 ` [PATCHv2 1/7] drm/omap: drop unneeded locking from mgr_fld_write() Tomi Valkeinen
2019-09-30 10:38 ` [PATCHv2 2/7] drm/omap: avoid copy in mgr_fld_read/write Tomi Valkeinen
2019-10-04  7:02   ` Laurent Pinchart
2019-09-30 10:38 ` [PATCHv2 3/7] drm/omap: tweak HDMI DDC timings Tomi Valkeinen
2019-09-30 10:38 ` [PATCHv2 4/7] drm/omap: fix missing scaler pixel fmt limitations Tomi Valkeinen
2019-09-30 10:38 ` [PATCHv2 5/7] drm/omap: dss: move platform_register_drivers() to dss.c and remove core.c Tomi Valkeinen
2019-09-30 10:38 ` [PATCHv2 6/7] drm/omap: hdmi5: automatically choose limited/full range output Tomi Valkeinen
2019-09-30 10:38 ` [PATCHv2 7/7] drm/omap: hdmi4: fix use of uninitialized var Tomi Valkeinen
2019-10-04  7:03   ` Laurent Pinchart
2019-10-08 14:13   ` Tony Lindgren
2019-10-08 14:16     ` Tomi Valkeinen
2019-10-08 14:21       ` Tony Lindgren
2019-10-10  6:47         ` Tomi Valkeinen
2019-10-10 13:24           ` Tony Lindgren
2019-10-11 10:25             ` Tomi Valkeinen
2019-10-11 16:10               ` Tony Lindgren

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.