All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm: Add properties to control YCbCr to RGB conversion
@ 2017-06-11 21:10 Jyri Sarha
  2017-06-11 21:10 ` [PATCH] drm: Add optional COLOR_ENCODING and COLOR_RANGE properties to drm_plane Jyri Sarha
  0 siblings, 1 reply; 8+ messages in thread
From: Jyri Sarha @ 2017-06-11 21:10 UTC (permalink / raw)
  To: dri-devel; +Cc: Liviu.Dudau, Jyri Sarha, tomi.valkeinen, laurent.pinchart

Changes since v5:
- Fix typo from patch subject
- Remove DRM_MODE_PROP_ATOMIC flag from color_encodeing properties

The previous version of this series (that reduced to one patch) can
be found here:
https://lists.freedesktop.org/archives/dri-devel/2017-May/143075.html

and Ville Syrjälä's comments here:
https://lists.freedesktop.org/archives/dri-devel/2017-June/143746.html
https://lists.freedesktop.org/archives/dri-devel/2017-June/143747.html

Jyri Sarha (1):
  drm: Add optional COLOR_ENCODING and COLOR_RANGE properties to
    drm_plane

 drivers/gpu/drm/drm_atomic.c     |  8 ++++
 drivers/gpu/drm/drm_color_mgmt.c | 91 ++++++++++++++++++++++++++++++++++++++++
 include/drm/drm_color_mgmt.h     | 19 +++++++++
 include/drm/drm_plane.h          |  8 ++++
 4 files changed, 126 insertions(+)

-- 
1.9.1

_______________________________________________
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:[~2018-02-06 21:14 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-11 21:10 [PATCH] drm: Add properties to control YCbCr to RGB conversion Jyri Sarha
2017-06-11 21:10 ` [PATCH] drm: Add optional COLOR_ENCODING and COLOR_RANGE properties to drm_plane Jyri Sarha
2017-06-11 22:00   ` kbuild test robot
2018-02-06 17:58   ` Ville Syrjälä
2018-02-06 18:08     ` Hans Verkuil
2018-02-06 18:16       ` Jyri Sarha
2018-02-06 18:35         ` Ville Syrjälä
2018-02-06 18:45       ` Ville Syrjälä

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.