Searched refs:noop_enable (Results 1 – 4 of 4) sorted by relevance
981 iris_batch_prepare_noop(struct iris_batch *batch, bool noop_enable) in iris_batch_prepare_noop() argument983 if (batch->noop_enabled == noop_enable) in iris_batch_prepare_noop()986 batch->noop_enabled = noop_enable; in iris_batch_prepare_noop()
191 bool iris_batch_prepare_noop(struct iris_batch *batch, bool noop_enable);
196 bool crocus_batch_prepare_noop(struct crocus_batch *batch, bool noop_enable);
1035 crocus_batch_prepare_noop(struct crocus_batch *batch, bool noop_enable) in crocus_batch_prepare_noop() argument1037 if (batch->noop_enabled == noop_enable) in crocus_batch_prepare_noop()1040 batch->noop_enabled = noop_enable; in crocus_batch_prepare_noop()