diff options
author | Thomas Hellstrom <thellstrom@vmware.com> | 2012-09-19 21:50:40 +0200 |
---|---|---|
committer | Thomas Hellstrom <thellstrom@vmware.com> | 2013-09-30 23:30:00 -0700 |
commit | 45b2457516a9db4bd1d60fbb24a1efbe2d9dd932 (patch) | |
tree | 9a426c82ea06414115620e0f5dc003bc0ab89cc6 /vmwgfx/vmwgfx_saa_priv.h | |
parent | 7192acf9f0bf8e7176ab0b803b861a858623f709 (diff) |
vmwgfx: Get rid of device-specific DMA code
It's rarely used and things seem to work well enough on top of XA.
Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
Reviewed-by: Zack Rusin <zackr@vmware.com>
Diffstat (limited to 'vmwgfx/vmwgfx_saa_priv.h')
-rw-r--r-- | vmwgfx/vmwgfx_saa_priv.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vmwgfx/vmwgfx_saa_priv.h b/vmwgfx/vmwgfx_saa_priv.h index 16583b0..f5f45ba 100644 --- a/vmwgfx/vmwgfx_saa_priv.h +++ b/vmwgfx/vmwgfx_saa_priv.h @@ -50,7 +50,6 @@ struct vmwgfx_saa { int ydiff; RegionRec present_region; uint32_t src_handle; - Bool can_optimize_dma; Bool use_present_opt; Bool only_hw_presents; Bool rendercheck; |