mirror of https://gitee.com/openkylin/linux.git
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