Commit d9da545e authored by Roy Spliet's avatar Roy Spliet Committed by Ben Skeggs

drm/nouveau/pbus/hwsq: Make code size u16

So we can actually use the full 512 byte code space
Signed-off-by: default avatarRoy Spliet <rspliet@eclipso.eu>
Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
parent 3834b632
......@@ -29,7 +29,7 @@ struct nvkm_hwsq {
u32 data;
struct {
u8 data[512];
u8 size;
u16 size;
} c;
};
......
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