On Fri, Jul 20, 2012 at 7:50 AM, Laurent Pinchart <laurent.pinch...@ideasonboard.com> wrote: > Hi everybody, > > I've enhanced the modetest utility to test various features of the SH Mobile > LCDC DRM driver. Here are the corresponding patches. They mostly touch buffer > allocation cleanup (1/7), adding test patterns for different formats (2/7 to > 5/7) and making frame buffer format configurable on the command line (6/7 and > 7/7).
Cool, thanks.. although one small comment, maybe modetest is getting big enough that it might be a good idea to split the allocation and test pattern stuff into a separate file? It is useful to point people at modetest when they want to know about how to use kms, so perhaps splitting the mode from buffer stuff is not such a bad idea. BR, -R > Laurent Pinchart (7): > modetest: Unify buffer allocation > modetest: Add SMPTE test pattern > modetest: Add test pattern support for missing packed YUV formats > modetest: Add test pattern support for missing planar YUV formats > modetest: Add test pattern support for missing RGB formats > modetest: Move connector and plane parsing to separate functions > modetest: Make frame buffer format configurable on the command line > > tests/modetest/modetest.c | 1254 > +++++++++++++++++++++++++++++++++++---------- > 1 files changed, 988 insertions(+), 266 deletions(-) > > -- > Regards, > > Laurent Pinchart > > _______________________________________________ > dri-devel mailing list > dri-devel@lists.freedesktop.org > http://lists.freedesktop.org/mailman/listinfo/dri-devel _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/dri-devel