]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/nouveau: pass cli to nouveau_channel_new() instead of drm+device
authorBen Skeggs <bskeggs@nvidia.com>
Fri, 26 Jul 2024 04:38:22 +0000 (14:38 +1000)
committerDanilo Krummrich <dakr@kernel.org>
Sat, 27 Jul 2024 01:05:43 +0000 (03:05 +0200)
commit5cca41ac70e5877383ed925bd017884c37edf09b
tree26d0c0a2481e2b3fbae92914b596e087ecb97dd0
parent3019023ec9fb2bd7b0d2d82ce847ae2520f24c1b
drm/nouveau: pass cli to nouveau_channel_new() instead of drm+device

Both of these are stored in nouveau_cli already, and also allows the
removal of some void casts.

Signed-off-by: Ben Skeggs <bskeggs@nvidia.com>
Signed-off-by: Danilo Krummrich <dakr@kernel.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20240726043828.58966-32-bskeggs@nvidia.com
drivers/gpu/drm/nouveau/dispnv04/crtc.c
drivers/gpu/drm/nouveau/nouveau_abi16.c
drivers/gpu/drm/nouveau/nouveau_bo.c
drivers/gpu/drm/nouveau/nouveau_chan.c
drivers/gpu/drm/nouveau/nouveau_chan.h
drivers/gpu/drm/nouveau/nouveau_drm.c