diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2012-09-25 16:59:20 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2012-09-25 16:59:20 +0100 |
commit | b880d8e0a9a32acd50333f72d695268c4819c29e (patch) | |
tree | 31058e9f7350c317f7ffc15b8db7cb5346748c93 | |
parent | 74f930fd80c3f97a1b6213e9e79e02f8f51c64b9 (diff) |
sna/gen5: Add WA reference
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
-rw-r--r-- | src/sna/gen5_render.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/sna/gen5_render.c b/src/sna/gen5_render.c index a1417664..afd729e4 100644 --- a/src/sna/gen5_render.c +++ b/src/sna/gen5_render.c @@ -3506,7 +3506,9 @@ gen5_render_context_switch(struct kgem *kgem, if (!kgem->mode) return; - /* Ironlake has a limitation that a 3D or Media command can't + /* WaNonPipelinedStateCommandFlush + * + * Ironlake has a limitation that a 3D or Media command can't * be the first command after a BLT, unless it's * non-pipelined. * |