OSDN Git Service

drm: Verify gamma/degamma LUT size
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 15 Mar 2018 15:22:41 +0000 (17:22 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 16 Mar 2018 13:44:01 +0000 (15:44 +0200)
commitd2a24edb532e6599755fc1bbd080cf57e0dd72c3
tree16fbbdb16966850e02319f342ac29ca82dfdd06d
parent11b83e3fbc419678828982fbbf5c07ef9bf202f0
drm: Verify gamma/degamma LUT size

While we want to potentially support multiple different gamma/degamma
LUT sizes we can (and should) at least check that the blob length
is a multiple of the LUT entry size.

v2: s/expected_size_mod/expected_elem_size/ (Daniel)
    Add kernel doc (Daniel)
v3: s/we/were/ typo in the docs

Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20180315152241.7113-1-ville.syrjala@linux.intel.com
Documentation/gpu/drm-kms.rst
drivers/gpu/drm/drm_atomic.c