lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date: Thu, 23 May 2024 13:34:43 -0400
From: Rodrigo Vivi <rodrigo.vivi@...el.com>
To: <linux@...blig.org>
CC: <matthew.d.roper@...el.com>, <lucas.demarchi@...el.com>,
	<maarten.lankhorst@...ux.intel.com>, <airlied@...il.com>,
	<intel-xe@...ts.freedesktop.org>, <dri-devel@...ts.freedesktop.org>,
	<linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] drm/xe: remove unused struct 'xe_gt_desc'

On Wed, May 22, 2024 at 06:58:40PM +0100, linux@...blig.org wrote:
> From: "Dr. David Alan Gilbert" <linux@...blig.org>
> 
> 'xe_gt_desc' is unused since
> commit 1e6c20be6c83 ("drm/xe: Drop extra_gts[] declarations and
> XE_GT_TYPE_REMOTE").
> 
> Remove it.
> 
> Signed-off-by: Dr. David Alan Gilbert <linux@...blig.org>

Reviewed-by: Rodrigo Vivi <rodrigo.vivi@...el.com>

and applying it right now...
thanks for the patch

> ---
>  drivers/gpu/drm/xe/xe_pci.c | 6 ------
>  1 file changed, 6 deletions(-)
> 
> diff --git a/drivers/gpu/drm/xe/xe_pci.c b/drivers/gpu/drm/xe/xe_pci.c
> index f326dbb1cecd..2ca210480bd1 100644
> --- a/drivers/gpu/drm/xe/xe_pci.c
> +++ b/drivers/gpu/drm/xe/xe_pci.c
> @@ -40,12 +40,6 @@ struct xe_subplatform_desc {
>  	const u16 *pciidlist;
>  };
>  
> -struct xe_gt_desc {
> -	enum xe_gt_type type;
> -	u32 mmio_adj_limit;
> -	u32 mmio_adj_offset;
> -};
> -
>  struct xe_device_desc {
>  	/* Should only ever be set for platforms without GMD_ID */
>  	const struct xe_graphics_desc *graphics;
> -- 
> 2.45.1
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ