948062ee84
Tiler context emission will differ on v10. Given pan_emit_tiler_ctx() was only used in the gallium driver, and its implementation is relatively simple, inline the code in panfrost_batch_get_bifrost_tiler(). This way we will avoid the churn caused by the function prototype change. Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com> Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26249>