OSDN Git Service

modetest: Pass format_info to fill_tiles functions
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 18 Apr 2013 15:26:57 +0000 (15:26 +0000)
committerJerome Glisse <jglisse@redhat.com>
Thu, 18 Apr 2013 18:53:02 +0000 (14:53 -0400)
commit3f024f85d816a648473373bccc8ccc915951886a
tree98b32f3cbd25cbe657608a546081482d6f80533c
parent2c26a106fcfb692badef4c42faaed46508a3d1d3
modetest: Pass format_info to fill_tiles functions

The fourcc is inside the format_info structure, so if we want to use
it inside the various fill_tiles functions, we need to pass down the
whole format_info, not just the rgb/yuv infos.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
tests/modetest/buffers.c