mbox series

[v3,0/2] Add gamma/degamma LUT validation helper

Message ID 20181214182932.32727-1-matthew.d.roper@intel.com (mailing list archive)
Headers show
Series Add gamma/degamma LUT validation helper | expand

Message

Matt Roper Dec. 14, 2018, 6:29 p.m. UTC
Previous version of the series was here:
  https://lists.freedesktop.org/archives/dri-devel/2018-December/200505.html

The only change in this version is dropping the extra LUT size test I
added in v2; Alexandru pointed out that that already gets tested when a
new atomic blob is uploaded.


Matt Roper (2):
  drm: Add color management LUT validation helper (v3)
  drm/i915: Validate userspace-provided color management LUT's (v3)

 drivers/gpu/drm/drm_color_mgmt.c   | 54 ++++++++++++++++++++++++++++++++++++++
 drivers/gpu/drm/i915/intel_color.c | 16 +++++++++++
 include/drm/drm_color_mgmt.h       |  5 ++++
 3 files changed, 75 insertions(+)