mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-29 01:30:08 +01:00
iris: Silence unused function warning
This commit is contained in:
parent
c5f65bfe6c
commit
529ace7887
1 changed files with 1 additions and 1 deletions
|
|
@ -653,7 +653,7 @@ iris_emit_default_l3_config(struct iris_batch *batch,
|
|||
iris_emit_l3_config(batch, cfg, has_slm, wants_dc_cache);
|
||||
}
|
||||
|
||||
#if GEN_GEN >= 9
|
||||
#if GEN_GEN == 9 || GEN_GEN == 10
|
||||
static void
|
||||
iris_enable_obj_preemption(struct iris_batch *batch, bool enable)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue