History log of /external/libdrm/tests/modetest/buffers.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
1ec3c44bdd38051d870f64d0b2cc7dbd59760386 09-Dec-2015 Thierry Reding <treding@nvidia.com> tests: Split helpers into library

Some of the helpers, such as the pattern drawing helpers or the format
lookup helpers, have potential to be reused. Move them into a separate
library to make it easier to share them.

Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
/external/libdrm/tests/modetest/buffers.h
d7c0a08bc576deb07df6c3f91f393ca8edd0c4bf 09-Dec-2014 Laurent Pinchart <laurent.pinchart@ideasonboard.com> modetest: Allocate dumb buffers with the correct bpp

The modetest application uses libkms to allocate dumb buffers, leading
to overallocation due to the hardcoded 32 bpp value. This can even cause
failures in drivers when the resulting pitch is too large for the
hardware to handle and gets rejected by the driver when creating the
frame buffer.

Fix this by computing the required bpp value and allocating dumb buffers
directly without going through libkms.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
/external/libdrm/tests/modetest/buffers.h
ca9c8f06e0f560082dcd0943e9be29ba9a915ee3 11-Feb-2013 Laurent Pinchart <laurent.pinchart@ideasonboard.com> modetest: Fix warnings

Enable all standard automake warnings except for -Wpointer-arith (as the
test pattern generation code uses void pointer arithmetics) and fix
them.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
/external/libdrm/tests/modetest/buffers.h
db004badef9315ba6a5f165d0974dd5afd5a6178 20-Jul-2012 Laurent Pinchart <laurent.pinchart@ideasonboard.com> modeset: Split buffer allocation to a separate file

As the modeset test application is often referred to as an example of
the KMS API usage, move test pattern generation and buffer allocation to
a separate file to keep it simple and clear.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
/external/libdrm/tests/modetest/buffers.h