[Intel-gfx] [PATCH 3/3] drm/i915: Make num_sprites a per-pipe value

Chris Wilson chris at chris-wilson.co.uk
Fri Feb 28 18:30:02 CET 2014


On Fri, Feb 28, 2014 at 04:42:15PM +0000, Damien Lespiau wrote:
> In the future, we need to be able to specify per-pipe number of
> planes/sprites. Let's start today!

But today, what's wrong with:
for_each_pipe(pipe) info->num_sprites[pipe] = IS_VLV(dev) ? 2 : 1;
-Chris

-- 
Chris Wilson, Intel Open Source Technology Centre



More information about the Intel-gfx mailing list