On Fri, Sep 26, 2014 at 06:05:07PM +0200, Egbert Eich wrote: > From: Egbert Eich <[email protected]> > Date: Fri, 26 Sep 2014 17:57:55 +0200 > Subject: [PATCH driver/intel] In sna_create_screen_resources() don't make > sna_pixmap_force_to_gpu() mandatory > > Signed-off-by: Egbert Eich <[email protected]>
Pushed a slight variation, commit f785035d5bd42a778d4be0bf3ff8678bd7a7e503 Author: Chris Wilson <[email protected]> Date: Fri Sep 26 21:01:43 2014 +0100 sna: Allow move-to-gpu to fail during ScreenCreateResources Before we attach the Screen Pixmap to the scanout, we will have to create a GPU bo and apply any fixups as required. Therefore failing to pre-emptively move it during ScreenCreateResource is not fatal and the failure can be simply ignored. Suggested-by: Egbert Eich <[email protected]> Signed-off-by: Chris Wilson <[email protected]> Thanks, -Chris -- Chris Wilson, Intel Open Source Technology Centre _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
