sna: Remove extraneous SCANOUT flags

These are now fixed by obeying a minimum alignment restriction.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
Chris Wilson 2012-05-03 17:35:24 +01:00
parent 19fd24a4db
commit dea5d429f7
2 changed files with 2 additions and 2 deletions

View File

@ -1846,7 +1846,7 @@ sna_render_composite_redirect(struct sna *sna,
width, height, bpp,
kgem_choose_tiling(&sna->kgem, I915_TILING_X,
width, height, bpp),
CREATE_SCANOUT | CREATE_TEMPORARY);
CREATE_TEMPORARY);
if (!bo)
return FALSE;

View File

@ -384,7 +384,7 @@ sna_tiling_fill_boxes(struct sna *sna,
tmp.drawable.width,
tmp.drawable.height,
dst->drawable.bitsPerPixel),
CREATE_SCANOUT | CREATE_TEMPORARY);
CREATE_TEMPORARY);
if (bo) {
int16_t dx = this.extents.x1;
int16_t dy = this.extents.y1;