[PATCH libdrm 1/3] modetest: Pass format_info to fill_tiles functions

2013-04-18 Thread ville.syrj...@linux.intel.com
From: Ville Syrj?l? 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? --- tests/modetest/buffers.c | 27 --

[PATCH libdrm 1/3] modetest: Pass format_info to fill_tiles functions

2013-04-18 Thread Laurent Pinchart
On Thursday 18 April 2013 18:26:57 ville.syrjala at linux.intel.com wrote: > From: Ville Syrj?l? > > 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. > > Si

Re: [PATCH libdrm 1/3] modetest: Pass format_info to fill_tiles functions

2013-04-18 Thread Laurent Pinchart
On Thursday 18 April 2013 18:26:57 ville.syrj...@linux.intel.com wrote: > From: Ville Syrjälä > > 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. > > Signe

[PATCH libdrm 1/3] modetest: Pass format_info to fill_tiles functions

2013-04-18 Thread ville . syrjala
From: Ville Syrjälä 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ä --- tests/modetest/buffers.c | 27 --