[PATCH v2 1/3] drm/nouveau: chan: use struct nvif_mclass
Lyude Paul
lyude at redhat.com
Mon Oct 2 18:58:22 UTC 2023
For the whole series:
Reviewed-by: Lyude Paul <lyude at redhat.com>
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 at redhat.com>
> ---
> 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
More information about the dri-devel
mailing list