All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] drm/omap: add color mgmt support
@ 2020-09-23 11:57 Tomi Valkeinen
  2020-09-23 11:57 ` [PATCH 1/5] drm: add legacy support for using degamma for gamma Tomi Valkeinen
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Tomi Valkeinen @ 2020-09-23 11:57 UTC (permalink / raw)
  To: dri-devel, Pekka Paalanen, Daniel Stone, Laurent Pinchart,
	Jyri Sarha, Daniel Vetter
  Cc: Tomi Valkeinen, Nikhil Devshatwar

Hi,

This series is based on patches sent about a year ago:

https://lists.freedesktop.org/archives/dri-devel/2019-September/233966.html
https://lists.freedesktop.org/archives/dri-devel/2019-September/233967.html

I've fixed the minor issues reported, and according to the recent
discussions with Pekka and Daniel, I have changed how the gamma works.

After these patches omapdrm will expose DEGAMMA_LUT (and no GAMMA_LUT),
and the legacy gamma-set ioctl will use DEGAMMA_LUT underneath. And on
top of that, we have the CTM and plane color mgmt.

 Tomi

Jyri Sarha (2):
  drm/omap: Implement CTM property for CRTC using OVL managers CPR
    matrix
  drm/omap: Enable COLOR_ENCODING and COLOR_RANGE properties for planes

Tomi Valkeinen (3):
  drm: add legacy support for using degamma for gamma
  drm/omap: use degamma property for gamma table
  drm/omap: rearrange includes in omapdss.h

 drivers/gpu/drm/drm_atomic_helper.c   |  81 +++++++++++++++-----
 drivers/gpu/drm/omapdrm/dss/dispc.c   | 104 ++++++++++++++++----------
 drivers/gpu/drm/omapdrm/dss/omapdss.h |  12 ++-
 drivers/gpu/drm/omapdrm/omap_crtc.c   |  51 +++++++++++--
 drivers/gpu/drm/omapdrm/omap_plane.c  |  30 ++++++++
 include/drm/drm_atomic_helper.h       |   4 +
 6 files changed, 209 insertions(+), 73 deletions(-)

-- 
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] 8+ messages in thread

end of thread, other threads:[~2020-09-25  8:14 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-23 11:57 [PATCH 0/5] drm/omap: add color mgmt support Tomi Valkeinen
2020-09-23 11:57 ` [PATCH 1/5] drm: add legacy support for using degamma for gamma Tomi Valkeinen
2020-09-25  8:13   ` Pekka Paalanen
2020-09-23 11:57 ` [PATCH 2/5] drm/omap: use degamma property for gamma table Tomi Valkeinen
2020-09-25  8:14   ` Pekka Paalanen
2020-09-23 11:57 ` [PATCH 3/5] drm/omap: Implement CTM property for CRTC using OVL managers CPR matrix Tomi Valkeinen
2020-09-23 11:57 ` [PATCH 4/5] drm/omap: rearrange includes in omapdss.h Tomi Valkeinen
2020-09-23 11:57 ` [PATCH 5/5] drm/omap: Enable COLOR_ENCODING and COLOR_RANGE properties for planes Tomi Valkeinen

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.