drm/nouveau: add support for GB20xThis commit adds support for the GB20x GPUs found on GeForce RTX 50xxseries boards.Beyond a few miscellaneous register moves and HW class ID plumbing,this reus
drm/nouveau: add support for GB20xThis commit adds support for the GB20x GPUs found on GeForce RTX 50xxseries boards.Beyond a few miscellaneous register moves and HW class ID plumbing,this reuses most of the code added to support GH100/GB10x.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>
show more ...
drm/nouveau: add support for GB10xThis commit enables basic support for the GB100/GB102 Blackwell GPUs.Beyond HW class ID plumbing there's very little change here vs GH100.Signed-off-by: Ben Sk
drm/nouveau: add support for GB10xThis commit enables basic support for the GB100/GB102 Blackwell GPUs.Beyond HW class ID plumbing there's very little change here vs GH100.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: add support for GH100This commit enables basic support for Hopper GPUs, and is intendedprimarily as a base supporting Blackwell GPUs, which reuse most ofthe code added here.Advance
drm/nouveau: add support for GH100This commit enables basic support for Hopper GPUs, and is intendedprimarily as a base supporting Blackwell GPUs, which reuse most ofthe code added here.Advanced features such as Confidential Compute are not supported.Beyond a few miscellaneous register moves and HW class ID plumbing,the bulk of the changes implemented here are to support the GSP-RMboot sequence used on Hopper/Blackwell GPUs, as well as a new pagetable layout.There should be no changes here that impact prior GPUs.Signed-off-by: Ben Skeggs <bskeggs@nvidia.com>Co-developed-by: Timur Tabi <ttabi@nvidia.com>Signed-off-by: Timur Tabi <ttabi@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>