mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-07 23:20:32 -04:00
drm/nouveau/pbus/hwsq: Make code size u16
So we can actually use the full 512 byte code space Signed-off-by: Roy Spliet <rspliet@eclipso.eu> Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
This commit is contained in:
@@ -29,7 +29,7 @@ struct nvkm_hwsq {
|
||||
u32 data;
|
||||
struct {
|
||||
u8 data[512];
|
||||
u8 size;
|
||||
u16 size;
|
||||
} c;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user