mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 02:28:10 +02:00
rusticl/mesa: make svm_migrate optional
It's just a hint and drivers might want to ignore implementing it for now. Signed-off-by: Karol Herbst <git@karolherbst.de> Reviewed-by: Dave Airlie <airlied@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24092>
This commit is contained in:
parent
99ffa4043e
commit
44e652af9a
1 changed files with 0 additions and 2 deletions
|
|
@ -572,8 +572,6 @@ impl PipeContext {
|
|||
to_device,
|
||||
content_undefined,
|
||||
);
|
||||
} else {
|
||||
panic!("svm_migrate not implemented but called!");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue