mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 11:48:06 +02:00
blorp: Fix typo in blorp_xy_block_copy_blt
suppotred -> supported (Thanks to Tapani for catching this.) Reviewed-by: Ivan Briano <ivan.briano@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15183>
This commit is contained in:
parent
759d51c367
commit
a778f3edd3
1 changed files with 1 additions and 1 deletions
|
|
@ -2399,7 +2399,7 @@ blorp_xy_block_copy_blt(struct blorp_batch *batch,
|
|||
const struct blorp_params *params)
|
||||
{
|
||||
#if GFX_VER < 12
|
||||
unreachable("Blitter is only suppotred on Gfx12+");
|
||||
unreachable("Blitter is only supported on Gfx12+");
|
||||
#else
|
||||
UNUSED const struct isl_device *isl_dev = batch->blorp->isl_dev;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue