modeset: Split buffer allocation to a separate file
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Fri, 20 Jul 2012 14:37:00 +0000 (16:37 +0200)
committerRob Clark <rob@ti.com>
Fri, 20 Jul 2012 15:30:47 +0000 (10:30 -0500)
commitdb004badef9315ba6a5f165d0974dd5afd5a6178
treefe25a2e68eea573297ecc5bd320cd84cfd1f0e5d
parentcc90ffa9b18fc6f925a3a2c36131332b8af558f8
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>
tests/modetest/Makefile.am
tests/modetest/buffers.c [new file with mode: 0644]
tests/modetest/buffers.h [new file with mode: 0644]
tests/modetest/modetest.c