aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py
diff options
context:
space:
mode:
authorThierry Reding <[email protected]>2014-11-03 11:57:33 +0100
committerThierry Reding <[email protected]>2014-11-13 13:27:22 +0100
commitbdb2b933f2622578b8f737ad21504eb83620024a (patch)
tree29b9b2f8ffa842f8c4fe370ba1da2ab2c11e35ff /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py
parent6d1782919dc9b860c0a1d712f1e1f146af16f6c5 (diff)
drm/omap: gem: dumb: pitch is an output
When creating a dumb buffer object using the DRM_IOCTL_MODE_CREATE_DUMB IOCTL, only the width, height, bpp and flags fields are inputs. The caller is not guaranteed to zero out or set handle, pitch and size. Drivers must not treat these values as possible inputs, otherwise they may use uninitialized memory during the computation of the framebuffer size. The OMAP driver uses the pitch field passed in by userspace as a minimum and only override it if the driver-computed pitch is larger than what userspace provided. To prevent this from causing overallocation, fix the minimum pitch to 0 to enforce the driver-computed pitch. Cc: Tomi Valkeinen <[email protected]> Reviewed-by: Daniel Vetter <[email protected]> Reviewed-by: Rob Clark <[email protected]> Acked-by: Tomi Valkeinen <[email protected]> Signed-off-by: Thierry Reding <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py')
0 files changed, 0 insertions, 0 deletions