]> git.baikalelectronics.ru Git - kernel.git/commit
drm/nouveau/fifo/tu102: Move Turing specific FIFO functions
authorAlistair Popple <apopple@nvidia.com>
Fri, 30 Oct 2020 02:36:43 +0000 (13:36 +1100)
committerBen Skeggs <bskeggs@redhat.com>
Fri, 29 Jan 2021 06:49:13 +0000 (16:49 +1000)
commit0f8636d6f675f4f9c5be991357d801c8b9e29145
tree9ac5fcbfeafe72a765efdfd71375b4018e1b12ff
parent74f92b4db0ab0d74ee259ad187617de44fda7889
drm/nouveau/fifo/tu102: Move Turing specific FIFO functions

Turing requires some changes to FIFO interrupt handling due to changes
in HW register layout. It also requires some changes to implement robust
channel (RC) recovery. This preparatory patch moves the functions
requiring changes into nvkm/engine/fifo/tu102.c so they can be altered
without affecting gk104 and other users. It should not introduce any
functional changes.

Signed-off-by: Alistair Popple <apopple@nvidia.com>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
drivers/gpu/drm/nouveau/nvkm/engine/fifo/gk104.c
drivers/gpu/drm/nouveau/nvkm/engine/fifo/gk104.h
drivers/gpu/drm/nouveau/nvkm/engine/fifo/tu102.c