diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2020-06-22 20:18:06 +1000 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2020-07-24 18:50:58 +1000 |
commit | 7aa638cfdb285946f989ac1e132e9c3378f26db6 (patch) | |
tree | 763987bdbbaccf913ab07b3871a38c891471f7cc /drivers/gpu/drm/nouveau/nouveau_dma.h | |
parent | 183b70bbdf61c89afa4aa5945a5cda85d005a2ed (diff) | |
download | lwn-7aa638cfdb285946f989ac1e132e9c3378f26db6.tar.gz lwn-7aa638cfdb285946f989ac1e132e9c3378f26db6.zip |
drm/nouveau/fence: convert emit() to new push macros
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Reviewed-by: Lyude Paul <lyude@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nouveau_dma.h')
-rw-r--r-- | drivers/gpu/drm/nouveau/nouveau_dma.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_dma.h b/drivers/gpu/drm/nouveau/nouveau_dma.h index 35318739f7f5..3e6c39d7ea01 100644 --- a/drivers/gpu/drm/nouveau/nouveau_dma.h +++ b/drivers/gpu/drm/nouveau/nouveau_dma.h @@ -45,11 +45,6 @@ void nv50_dma_push(struct nouveau_channel *, u64 addr, int length); */ #define NOUVEAU_DMA_SKIPS (128 / 4) -/* Hardcoded object assignments to subchannels (subchannel id). */ -enum { - NvSubSw = 1, -}; - /* Object handles - for stuff that's doesn't use handle == oclass. */ enum { NvDmaFB = 0x80000002, |