diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2015-03-24 21:05:58 +0000 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2015-03-24 21:05:58 +0000 |
commit | d377fd3d11a6ed29f8bce9e7b05a8db82e33764e (patch) | |
tree | 385917cb5659b49524c09c42b0db84d64e8b97df /src/sna/kgem.h | |
parent | 019402f8ca670234908df00f52650d2173a5011a (diff) |
sna: Detect Y-tiled scanout feature
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/sna/kgem.h')
-rw-r--r-- | src/sna/kgem.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sna/kgem.h b/src/sna/kgem.h index f98d3b6d..51072e29 100644 --- a/src/sna/kgem.h +++ b/src/sna/kgem.h @@ -190,6 +190,7 @@ struct kgem { uint32_t can_blt_cpu :1; uint32_t can_render_y :1; + uint32_t can_scanout_y :1; uint16_t fence_max; uint16_t half_cpu_cache_pages; |