Searched refs:batch_reset (Results 1 – 3 of 3) sorted by relevance
116 enum pipe_reset_status batch_reset = in crocus_get_device_reset_status() local119 if (batch_reset == PIPE_NO_RESET) in crocus_get_device_reset_status()123 worst_reset = batch_reset; in crocus_get_device_reset_status()126 worst_reset = MIN2(worst_reset, batch_reset); in crocus_get_device_reset_status()
102 enum pipe_reset_status batch_reset = in iris_get_device_reset_status() local105 if (batch_reset == PIPE_NO_RESET) in iris_get_device_reset_status()109 worst_reset = batch_reset; in iris_get_device_reset_status()112 worst_reset = MIN2(worst_reset, batch_reset); in iris_get_device_reset_status()
273 batch_reset(struct fd_batch *batch) assert_dt in batch_reset() function291 batch_reset(batch); in fd_batch_reset()