mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 06:40:08 +01:00
nouveau/mme: Take a const nv_device_info in mme_builder_init
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24326>
This commit is contained in:
parent
b664b42fce
commit
94ea7cad3a
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ struct mme_builder {
|
|||
};
|
||||
|
||||
static inline void
|
||||
mme_builder_init(struct mme_builder *b, struct nv_device_info *dev)
|
||||
mme_builder_init(struct mme_builder *b, const struct nv_device_info *dev)
|
||||
{
|
||||
memset(b, 0, sizeof(*b));
|
||||
b->cls = dev->cls_eng3d;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue