dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/2] drm: Add properties to control YCbCr to RGB conversion
@ 2017-05-18 19:52 Jyri Sarha
  2017-05-18 19:52 ` [PATCH v4 1/2] drm: Add const to name field declaration in struct drm_prop_enum_list Jyri Sarha
  2017-05-18 19:52 ` [PATCH v4 2/2] drm: Add optinal COLOR_ENCODING and COLOR_RANGE properties to drm_plane Jyri Sarha
  0 siblings, 2 replies; 3+ messages in thread
From: Jyri Sarha @ 2017-05-18 19:52 UTC (permalink / raw)
  To: dri-devel; +Cc: Liviu.Dudau, Jyri Sarha, tomi.valkeinen, laurent.pinchart

Changes since v3 RFC version:
 - Add: "drm: Add const to name field declaration in struct drm_prop_enum_list"
 - Fix typos found by Eric Engestrom
 - Restructure kernel doc
 - Add consts to name sting tables
 - Loop variables from unsigned to signed int
 - Use len variable to index temporary enum_list
 - Initialize state variables if present
 - Reorder bitmask test
 - Remove drm_property_destroy() call from drm_plane_cleanup()
 - Do not initialize the first enum to zero
 - Remove struct drm_prop_enum_list declaration from drm_color_mgmt.h

The previous version can be found here:
https://lists.freedesktop.org/archives/dri-devel/2017-May/141766.html

Jyri Sarha (2):
  drm: Add const to name field declaration in struct drm_prop_enum_list
  drm: Add optinal COLOR_ENCODING and COLOR_RANGE properties to
    drm_plane

 drivers/gpu/drm/drm_atomic.c     |  8 ++++
 drivers/gpu/drm/drm_color_mgmt.c | 92 ++++++++++++++++++++++++++++++++++++++++
 include/drm/drm_color_mgmt.h     | 19 +++++++++
 include/drm/drm_plane.h          |  8 ++++
 include/drm/drm_property.h       |  2 +-
 5 files changed, 128 insertions(+), 1 deletion(-)

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

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

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-18 19:52 [PATCH v4 0/2] drm: Add properties to control YCbCr to RGB conversion Jyri Sarha
2017-05-18 19:52 ` [PATCH v4 1/2] drm: Add const to name field declaration in struct drm_prop_enum_list Jyri Sarha
2017-05-18 19:52 ` [PATCH v4 2/2] drm: Add optinal COLOR_ENCODING and COLOR_RANGE properties to drm_plane Jyri Sarha

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).