aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/dispnv50/head.h
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2021-08-10 19:29:57 +1000
committerBen Skeggs <bskeggs@redhat.com>2021-08-18 19:00:08 +1000
commite78b1b545c6cfe9f87fc577128e00026fff230ba (patch)
tree480aa03c18f7cfa5d7e9911ed57b49520bd4bfa1 /drivers/gpu/drm/nouveau/dispnv50/head.h
parentdrm/nouveau/disp: power down unused DP links during init (diff)
downloadlinux-dev-e78b1b545c6cfe9f87fc577128e00026fff230ba.tar.xz
linux-dev-e78b1b545c6cfe9f87fc577128e00026fff230ba.zip
drm/nouveau/kms/nv50: workaround EFI GOP window channel format differences
Should fix some initial modeset failures on (at least) Ampere boards. Signed-off-by: Ben Skeggs <bskeggs@redhat.com> Reviewed-by: Lyude Paul <lyude@redhat.com>
Diffstat (limited to '')
-rw-r--r--drivers/gpu/drm/nouveau/dispnv50/head.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/dispnv50/head.h b/drivers/gpu/drm/nouveau/dispnv50/head.h
index dae841dc05fd..0bac6be9ba34 100644
--- a/drivers/gpu/drm/nouveau/dispnv50/head.h
+++ b/drivers/gpu/drm/nouveau/dispnv50/head.h
@@ -21,6 +21,7 @@ struct nv50_head {
struct nv50_head *nv50_head_create(struct drm_device *, int index);
void nv50_head_flush_set(struct nv50_head *head, struct nv50_head_atom *asyh);
+void nv50_head_flush_set_wndw(struct nv50_head *head, struct nv50_head_atom *asyh);
void nv50_head_flush_clr(struct nv50_head *head,
struct nv50_head_atom *asyh, bool flush);