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:
Karol Herbst 2023-07-11 17:53:49 +02:00 committed by Marge Bot
parent 99ffa4043e
commit 44e652af9a

View file

@ -572,8 +572,6 @@ impl PipeContext {
to_device,
content_undefined,
);
} else {
panic!("svm_migrate not implemented but called!");
}
}
}