Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ struct nvkm_hwsq {
	u32 data;
	struct {
		u8 data[512];
		u8 size;
		u16 size;
	} c;
};