sna/gen5: Add DBG for context switching
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
fec78ddc60
commit
edc1427f3d
|
|
@ -3516,6 +3516,8 @@ gen5_render_context_switch(struct kgem *kgem,
|
|||
*/
|
||||
if (kgem->mode == KGEM_BLT) {
|
||||
struct sna *sna = to_sna_from_kgem(kgem);
|
||||
DBG(("%s: forcing drawrect on next state emission\n",
|
||||
__FUNCTION__));
|
||||
sna->render_state.gen5.drawrect_limit = -1;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue