summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/dispnv50/ovly907e.c
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2020-06-20 08:29:31 +1000
committerBen Skeggs <bskeggs@redhat.com>2020-07-24 18:50:52 +1000
commitfe8a2eec7dd654636102dfe348aa9d37971133be (patch)
tree7a1273928af4867bef0f9c6a1623cc4ac460e995 /drivers/gpu/drm/nouveau/dispnv50/ovly907e.c
parentc686051a5a01ed7d14ff652229af02c545d9895c (diff)
downloadlinux-stable-fe8a2eec7dd654636102dfe348aa9d37971133be.tar.gz
linux-stable-fe8a2eec7dd654636102dfe348aa9d37971133be.tar.bz2
linux-stable-fe8a2eec7dd654636102dfe348aa9d37971133be.zip
drm/nouveau/kms/nv50-: convert wndw ntfy_set() 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/ovly907e.c')
-rw-r--r--drivers/gpu/drm/nouveau/dispnv50/ovly907e.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/dispnv50/ovly907e.c b/drivers/gpu/drm/nouveau/dispnv50/ovly907e.c
index 9efe5e9d5ce4..255a8415eb45 100644
--- a/drivers/gpu/drm/nouveau/dispnv50/ovly907e.c
+++ b/drivers/gpu/drm/nouveau/dispnv50/ovly907e.c
@@ -51,7 +51,7 @@ const struct nv50_wndw_func
ovly907e = {
.acquire = ovly507e_acquire,
.release = ovly507e_release,
- .ntfy_set = ovly507e_ntfy_set,
+ .ntfy_set = base507c_ntfy_set,
.ntfy_clr = ovly507e_ntfy_clr,
.ntfy_reset = ovly827e_ntfy_reset,
.ntfy_wait_begun = ovly827e_ntfy_wait_begun,