diff options
author | Timur Tabi | 2024-02-02 17:06:08 -0600 |
---|---|---|
committer | Danilo Krummrich | 2024-02-05 18:41:09 +0100 |
commit | 34e659f34a7559ecfd9c1f5b24d4c291f3f54711 (patch) | |
tree | 0fd44eb1bd3fa0c4b6fc18f9326ca74013d9546a /rust | |
parent | 042b5f83841fbf7ce39474412db3b5e4765a7ea7 (diff) |
drm/nouveau: nvkm_gsp_radix3_sg() should use nvkm_gsp_mem_ctor()
Function nvkm_gsp_radix3_sg() uses nvkm_gsp_mem objects to allocate the
radix3 tables, but it unnecessarily creates those objects manually
instead of using the standard nvkm_gsp_mem_ctor() function like the
rest of the code does.
Signed-off-by: Timur Tabi <ttabi@nvidia.com>
Signed-off-by: Danilo Krummrich <dakr@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240202230608.1981026-2-ttabi@nvidia.com
Diffstat (limited to 'rust')
0 files changed, 0 insertions, 0 deletions