diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2021-08-10 11:29:57 +0200 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2021-08-18 11:00:08 +0200 |
commit | e78b1b545c6cfe9f87fc577128e00026fff230ba (patch) | |
tree | 480aa03c18f7cfa5d7e9911ed57b49520bd4bfa1 /drivers/gpu/drm/nouveau/dispnv50/head.h | |
parent | drm/nouveau/disp: power down unused DP links during init (diff) | |
download | linux-e78b1b545c6cfe9f87fc577128e00026fff230ba.tar.xz linux-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.h | 1 |
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); |