Commit 0446f48c authored by Ben Skeggs's avatar Ben Skeggs

drm/nouveau/kms/gv100: allow windows to use PACKED8BPP formats

Required for upcoming FP16 scanout support.
Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
parent eb3f4cfa
...@@ -82,7 +82,7 @@ corec37d_init(struct nv50_core *core) ...@@ -82,7 +82,7 @@ corec37d_init(struct nv50_core *core)
for (i = 0; i < windows; i++) { for (i = 0; i < windows; i++) {
evo_mthd(push, 0x1000 + (i * 0x080), 3); evo_mthd(push, 0x1000 + (i * 0x080), 3);
evo_data(push, i >> 1); evo_data(push, i >> 1);
evo_data(push, 0x00000017); evo_data(push, 0x0000001f);
evo_data(push, 0x00000000); evo_data(push, 0x00000000);
evo_mthd(push, 0x1010 + (i * 0x080), 1); evo_mthd(push, 0x1010 + (i * 0x080), 1);
evo_data(push, 0x00127fff); evo_data(push, 0x00127fff);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment