diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2012-12-06 22:11:32 +0000 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2013-12-11 21:39:40 +0000 |
commit | e017542d10e875260e3eef1b0369f4ea106df0f5 (patch) | |
tree | 577bf674cb2431a38d938c3e49f7d371ae6bcb30 /src/sna/sna.h | |
parent | 610af0c70e755062b36ba9756fbc4288518b7c35 (diff) |
sna/gen8: Initial backend for Broadwell
Should match the functionality of the earlier generations, but untuned.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/sna/sna.h')
-rw-r--r-- | src/sna/sna.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sna/sna.h b/src/sna/sna.h index 7bd3aa4f..0acc9a22 100644 --- a/src/sna/sna.h +++ b/src/sna/sna.h @@ -316,6 +316,7 @@ struct sna { struct gen5_render_state gen5; struct gen6_render_state gen6; struct gen7_render_state gen7; + struct gen8_render_state gen8; } render_state; bool dri_available; |