提交 d9da545e 编写于 作者: R Roy Spliet 提交者: Ben Skeggs

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

So we can actually use the full 512 byte code space
Signed-off-by: NRoy Spliet <rspliet@eclipso.eu>
Signed-off-by: NBen Skeggs <bskeggs@redhat.com>
上级 3834b632
...@@ -29,7 +29,7 @@ struct nvkm_hwsq { ...@@ -29,7 +29,7 @@ struct nvkm_hwsq {
u32 data; u32 data;
struct { struct {
u8 data[512]; u8 data[512];
u8 size; u16 size;
} c; } c;
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册