[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200519172105.GB1101627@kroah.com>
Date: Tue, 19 May 2020 19:21:05 +0200
From: Greg KH <gregkh@...uxfoundation.org>
To: Sasha Levin <sashal@...nel.org>
Cc: alexander.deucher@....com, chris@...is-wilson.co.uk,
ville.syrjala@...ux.intel.com, Hawking.Zhang@....com,
tvrtko.ursulin@...el.com, linux-kernel@...r.kernel.org,
linux-hyperv@...r.kernel.org, kys@...rosoft.com,
haiyangz@...rosoft.com, sthemmin@...rosoft.com, wei.liu@...nel.org,
spronovo@...rosoft.com, iourit@...rosoft.com,
dri-devel@...ts.freedesktop.org, linux-fbdev@...r.kernel.org
Subject: Re: [RFC PATCH 1/4] gpu: dxgkrnl: core code
On Tue, May 19, 2020 at 12:32:31PM -0400, Sasha Levin wrote:
> +
> +#define DXGK_MAX_LOCK_DEPTH 64
> +#define W_MAX_PATH 260
We already have a max path number, why use a different one?
> +#define d3dkmt_handle u32
> +#define d3dgpu_virtual_address u64
> +#define winwchar u16
> +#define winhandle u64
> +#define ntstatus int
> +#define winbool u32
> +#define d3dgpu_size_t u64
These are all ripe for a simple search/replace in your editor before you
do your next version :)
thanks,
greg k-h
Powered by blists - more mailing lists