mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-11 22:46:43 +07: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:
parent
3834b632b2
commit
d9da545e10
@ -29,7 +29,7 @@ struct nvkm_hwsq {
|
||||
u32 data;
|
||||
struct {
|
||||
u8 data[512];
|
||||
u8 size;
|
||||
u16 size;
|
||||
} c;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user