drm/nouveau/vfn/r535: Convert comma to semicolonReplace comma between expressions with semicolons.Using a ',' in place of a ';' can have unintended side effects.Although that is not the case her
drm/nouveau/vfn/r535: Convert comma to semicolonReplace comma between expressions with semicolons.Using a ',' in place of a ';' can have unintended side effects.Although that is not the case here, it is seems best to use ';'unless ',' is intended.Found by inspection.No functional change intended.Compile tested only.Signed-off-by: Chen Ni <nichen@iscas.ac.cn>Fixes: cd3c62282b61 ("drm/nouveau/gsp: add usermode class id to gpu hal")Signed-off-by: Dave Airlie <airlied@redhat.com>Link: https://lore.kernel.org/r/20250603061027.1310267-1-nichen@iscas.ac.cn
show more ...
drm/nouveau: improve handling of 64-bit BARsGPUs exist now with a 64-bit BAR0, which mean that BAR1 and BAR2'sindices (as passed to pci_resource_len() etc) are bumped up by one.Modify nvkm_devic
drm/nouveau: improve handling of 64-bit BARsGPUs exist now with a 64-bit BAR0, which mean that BAR1 and BAR2'sindices (as passed to pci_resource_len() etc) are bumped up by one.Modify nvkm_device.resource_addr/size() to take an enum instead ofan integer bar index, and take IORESOURCE_MEM_64 into account whentranslating to the "raw" bar id.[airlied: fixup ERR_PTR]Signed-off-by: Ben Skeggs <bskeggs@nvidia.com>Reviewed-by: Dave Airlie <airlied@redhat.com>Reviewed-by: Timur Tabi <ttabi@nvidia.com>Tested-by: Timur Tabi <ttabi@nvidia.com>Signed-off-by: Dave Airlie <airlied@redhat.com>
drm/nouveau/gsp: add usermode class id to gpu halUse usermode class ID from nvkm_rm_gpu, instead of copying it from thenon-GSP HALs.Signed-off-by: Ben Skeggs <bskeggs@nvidia.com>Reviewed-by: Da
drm/nouveau/gsp: add usermode class id to gpu halUse usermode class ID from nvkm_rm_gpu, instead of copying it from thenon-GSP HALs.Signed-off-by: Ben Skeggs <bskeggs@nvidia.com>Reviewed-by: Dave Airlie <airlied@redhat.com>Reviewed-by: Timur Tabi <ttabi@nvidia.com>Tested-by: Timur Tabi <ttabi@nvidia.com>Signed-off-by: Dave Airlie <airlied@redhat.com>
drm/nouveau/vfn/tu102-: prepare for GSP-RM- add R535 implementation of VFN, minus interrupt tableSigned-off-by: Ben Skeggs <bskeggs@redhat.com>Signed-off-by: Dave Airlie <airlied@redhat.com>Lin
drm/nouveau/vfn/tu102-: prepare for GSP-RM- add R535 implementation of VFN, minus interrupt tableSigned-off-by: Ben Skeggs <bskeggs@redhat.com>Signed-off-by: Dave Airlie <airlied@redhat.com>Link: https://patchwork.freedesktop.org/patch/msgid/20230918202149.4343-23-skeggsb@gmail.com
drm/nouveau/vfn/tu102-: support new-style interrupt tree- switches ampere over now, and removes its hack mc implementationSigned-off-by: Ben Skeggs <bskeggs@redhat.com>Reviewed-by: Lyude Paul <l
drm/nouveau/vfn/tu102-: support new-style interrupt tree- switches ampere over now, and removes its hack mc implementationSigned-off-by: Ben Skeggs <bskeggs@redhat.com>Reviewed-by: Lyude Paul <lyude@redhat.com>
drm/nouveau/vfn: move NV_USERMODE class from host- uses proper class IDs for Turing/AmpereSigned-off-by: Ben Skeggs <bskeggs@redhat.com>Reviewed-by: Lyude Paul <lyude@redhat.com>
drm/nouveau/vfn: add stub subdev for dev_funcInitially for NV_USERMODE class, and Turing/Ampere's new interrupt tree.v2. fixup for ga103 early mergeSigned-off-by: Ben Skeggs <bskeggs@redhat.com>