diff options
author | Dave Airlie <airlied@redhat.com> | 2022-07-27 03:11:59 +0300 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2022-07-27 04:34:07 +0300 |
commit | 2bc7ea71a73747a77e7f83bc085b0d2393235410 (patch) | |
tree | 3074dccd252f2adce56a8234d1a539e412366484 /drivers/gpu/drm/nouveau/include/nvif/cl507c.h | |
parent | ee8b1ef9a6b089abf7a9c7d094b6e93fa05f15b9 (diff) | |
parent | dfc4005f8c172eea359f9db08c3b2b0ff0153699 (diff) | |
download | linux-2bc7ea71a73747a77e7f83bc085b0d2393235410.tar.xz |
Merge tag 'topic/nouveau-misc-2022-07-27' of git://anongit.freedesktop.org/drm/drm into drm-next
drm/nouveau-misc: display patches.
These are just some precursor and cleanup display patches from Ben,
tested by Lyude.
Signed-off-by: Dave Airlie <airlied@redhat.com>
From: Dave Airlie <airlied@gmail.com>
Link: https://patchwork.freedesktop.org/patch/msgid/CAPM=9ty0R37q0mohBr_CegpYLXK2=fAH54QfAsMhHfPygTsdQA@mail.gmail.com
Diffstat (limited to 'drivers/gpu/drm/nouveau/include/nvif/cl507c.h')
-rw-r--r-- | drivers/gpu/drm/nouveau/include/nvif/cl507c.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/drivers/gpu/drm/nouveau/include/nvif/cl507c.h b/drivers/gpu/drm/nouveau/include/nvif/cl507c.h deleted file mode 100644 index 7da8813f4f5c..000000000000 --- a/drivers/gpu/drm/nouveau/include/nvif/cl507c.h +++ /dev/null @@ -1,13 +0,0 @@ -/* SPDX-License-Identifier: MIT */ -#ifndef __NVIF_CL507C_H__ -#define __NVIF_CL507C_H__ - -struct nv50_disp_base_channel_dma_v0 { - __u8 version; - __u8 head; - __u8 pad02[6]; - __u64 pushbuf; -}; - -#define NV50_DISP_BASE_CHANNEL_DMA_V0_NTFY_UEVENT 0x00 -#endif |