-
- Downloads
drm/nouveau/fence: un-port from nouveau_exec_engine interfaces
Still the same code, but not an "engine" anymore. The fence code is more of
a policy decision rather than exposing mechanisms, so it's not appropriate
to port it to the new engine subsystem.
Signed-off-by:
Ben Skeggs <bskeggs@redhat.com>
Showing
- drivers/gpu/drm/nouveau/nouveau_channel.c 7 additions, 3 deletionsdrivers/gpu/drm/nouveau/nouveau_channel.c
- drivers/gpu/drm/nouveau/nouveau_drv.c 11 additions, 0 deletionsdrivers/gpu/drm/nouveau/nouveau_drv.c
- drivers/gpu/drm/nouveau/nouveau_drv.h 3 additions, 1 deletiondrivers/gpu/drm/nouveau/nouveau_drv.h
- drivers/gpu/drm/nouveau/nouveau_fence.c 9 additions, 6 deletionsdrivers/gpu/drm/nouveau/nouveau_fence.c
- drivers/gpu/drm/nouveau/nouveau_fence.h 9 additions, 5 deletionsdrivers/gpu/drm/nouveau/nouveau_fence.h
- drivers/gpu/drm/nouveau/nv04_fence.c 14 additions, 28 deletionsdrivers/gpu/drm/nouveau/nv04_fence.c
- drivers/gpu/drm/nouveau/nv10_fence.c 18 additions, 30 deletionsdrivers/gpu/drm/nouveau/nv10_fence.c
- drivers/gpu/drm/nouveau/nv84_fence.c 18 additions, 30 deletionsdrivers/gpu/drm/nouveau/nv84_fence.c
- drivers/gpu/drm/nouveau/nvc0_fence.c 35 additions, 35 deletionsdrivers/gpu/drm/nouveau/nvc0_fence.c
Loading
Please register or sign in to comment