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:
parent
19fd24a4db
commit
dea5d429f7
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue