diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2020-06-20 01:44:11 +0300 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2020-07-24 11:50:52 +0300 |
commit | cfb4120dae34538e0ac14c9f972d4b3b80159224 (patch) | |
tree | d433cb5ff2c5159b0aaa650381144a8f4175f755 /drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c | |
parent | 72587dca9658a0428518e658247c4490a0e0a09f (diff) | |
download | linux-cfb4120dae34538e0ac14c9f972d4b3b80159224.tar.xz |
drm/nouveau/kms/nv50-: convert wndw csc_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/wndwc37e.c')
-rw-r--r-- | drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c b/drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c index aebaf409a355..8ed979836d63 100644 --- a/drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c +++ b/drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c @@ -29,9 +29,10 @@ #include <nvif/clc37e.h> #include <nvif/pushc37b.h> -static void +static int wndwc37e_csc_clr(struct nv50_wndw *wndw) { + return 0; } static int |