diff options
author | Dave Airlie <[email protected]> | 2016-10-14 06:36:17 +0100 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2016-10-19 10:15:43 +1000 |
commit | ec0bc14a700c2503d834ac0763f4cfbe312998fa (patch) | |
tree | ceb16baecd0050bf6ade26e6aec9f425bdbe2b31 /src/intel/vulkan/anv_private.h | |
parent | 971523410fd2235e13c617b6a1569f70486258d7 (diff) |
anv/wsi: remove all anv references from WSI common code
the WSI code should be now be clean for sharing.
Reviewed-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'src/intel/vulkan/anv_private.h')
-rw-r--r-- | src/intel/vulkan/anv_private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intel/vulkan/anv_private.h b/src/intel/vulkan/anv_private.h index 3a60199b40b..0e258276c60 100644 --- a/src/intel/vulkan/anv_private.h +++ b/src/intel/vulkan/anv_private.h @@ -473,7 +473,7 @@ struct anv_physical_device { uint32_t eu_total; uint32_t subslice_total; - struct anv_wsi_device wsi_device; + struct wsi_device wsi_device; }; struct anv_instance { |