mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 13:58:04 +02:00
radv: drop unused fields in physical device.
Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
parent
8b43f42011
commit
41969f0d06
1 changed files with 0 additions and 6 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue