Re: [PATCH v2 1/3] drm/nouveau: chan: use struct nvif_mclass

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]<

 



For the whole series:

Reviewed-by: Lyude Paul <lyude@xxxxxxxxxx>

On Mon, 2023-10-02 at 15:46 +0200, Danilo Krummrich wrote:
> Use actual struct nvif_mclass instead of identical anonymous struct.
> 
> Signed-off-by: Danilo Krummrich <dakr@xxxxxxxxxx>
> ---
>  drivers/gpu/drm/nouveau/nouveau_chan.c | 5 +----
>  1 file changed, 1 insertion(+), 4 deletions(-)
> 
> diff --git a/drivers/gpu/drm/nouveau/nouveau_chan.c b/drivers/gpu/drm/nouveau/nouveau_chan.c
> index 1fd5ccf41128..dffbee59be6a 100644
> --- a/drivers/gpu/drm/nouveau/nouveau_chan.c
> +++ b/drivers/gpu/drm/nouveau/nouveau_chan.c
> @@ -259,10 +259,7 @@ static int
>  nouveau_channel_ctor(struct nouveau_drm *drm, struct nvif_device *device, bool priv, u64 runm,
>  		     struct nouveau_channel **pchan)
>  {
> -	static const struct {
> -		s32 oclass;
> -		int version;
> -	} hosts[] = {
> +	const struct nvif_mclass hosts[] = {
>  		{  AMPERE_CHANNEL_GPFIFO_B, 0 },
>  		{  AMPERE_CHANNEL_GPFIFO_A, 0 },
>  		{  TURING_CHANNEL_GPFIFO_A, 0 },

-- 
Cheers,
 Lyude Paul (she/her)
 Software Engineer at Red Hat





[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [eCos]     [Asterisk Internet PBX]     [Linux API]

  Powered by Linux