diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2020-06-20 00:32:28 +0200 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2020-07-24 10:50:52 +0200 |
commit | bcae99c282aad70d5aaf7b34f878c465a675089e (patch) | |
tree | 29f8b09a4052670f6a9760cece030fa7e1a684c2 /drivers/gpu/drm/nouveau/dispnv50/ovly.h | |
parent | drm/nouveau/kms/nv50-: convert wndw ntfy_set() to new push macros (diff) | |
download | linux-bcae99c282aad70d5aaf7b34f878c465a675089e.tar.xz linux-bcae99c282aad70d5aaf7b34f878c465a675089e.zip |
drm/nouveau/kms/nv50-: convert wndw ntfy_clr() 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/dispnv50/ovly.h')
-rw-r--r-- | drivers/gpu/drm/nouveau/dispnv50/ovly.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/dispnv50/ovly.h b/drivers/gpu/drm/nouveau/dispnv50/ovly.h index dee606213d27..1048fc6bc778 100644 --- a/drivers/gpu/drm/nouveau/dispnv50/ovly.h +++ b/drivers/gpu/drm/nouveau/dispnv50/ovly.h @@ -10,7 +10,6 @@ int ovly507e_acquire(struct nv50_wndw *, struct nv50_wndw_atom *, struct nv50_head_atom *); void ovly507e_release(struct nv50_wndw *, struct nv50_wndw_atom *, struct nv50_head_atom *); -void ovly507e_ntfy_clr(struct nv50_wndw *); void ovly507e_image_clr(struct nv50_wndw *); void ovly507e_scale_set(struct nv50_wndw *, struct nv50_wndw_atom *); void ovly507e_update(struct nv50_wndw *, u32 *); |