projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b43f42
)
radv: drop unused fields in physical device.
author
Dave Airlie
<airlied@redhat.com>
Tue, 13 Dec 2016 03:55:04 +0000
(13:55 +1000)
committer
Dave Airlie
<airlied@redhat.com>
Mon, 9 Jan 2017 06:48:14 +0000
(16:48 +1000)
Signed-off-by: Dave Airlie <airlied@redhat.com>
src/amd/vulkan/radv_private.h
patch
|
blob
|
history
diff --git
a/src/amd/vulkan/radv_private.h
b/src/amd/vulkan/radv_private.h
index f76d38dba68f4a05928eb7b3a083c3c09c292e28..d6ea0e324715380d137d27bdc4f43a498454a42e 100644
(file)
--- a/
src/amd/vulkan/radv_private.h
+++ b/
src/amd/vulkan/radv_private.h
@@
-263,14
+263,8
@@
struct radv_physical_device {
struct radeon_winsys *ws;
struct radeon_info rad_info;
- uint32_t chipset_id;
char path[20];
const char * name;
- uint64_t aperture_size;
- int cmd_parser_version;
- uint32_t pci_vendor_id;
- uint32_t pci_device_id;
-
uint8_t uuid[VK_UUID_SIZE];
struct wsi_device wsi_device;