[Mesa-dev] [PATCH] radv: drop unused fields in physical device.

Edward O'Callaghan funfunctor at folklore1984.net
Tue Dec 13 07:47:17 UTC 2016


Reviewed-by: Edward O'Callaghan <funfunctor at folklore1984.net>

On 12/13/2016 02:58 PM, Dave Airlie wrote:
> From: Dave Airlie <airlied at redhat.com>
> 
> Signed-off-by: Dave Airlie <airlied at redhat.com>
> ---
>  src/amd/vulkan/radv_private.h | 6 ------
>  1 file changed, 6 deletions(-)
> 
> diff --git a/src/amd/vulkan/radv_private.h b/src/amd/vulkan/radv_private.h
> index 3d4b111..2ecc48e 100644
> --- 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;
> 

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: OpenPGP digital signature
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20161213/4f91e796/attachment.sig>


More information about the mesa-dev mailing list