Home
last modified time | relevance | path

Searched refs:a6xx_gmu_oob_bits (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.15/drivers/gpu/drm/msm/adreno/
Da6xx_gmu.c248 struct a6xx_gmu_oob_bits { struct
256 static const struct a6xx_gmu_oob_bits a6xx_gmu_oob_bits[] = { argument
301 if (state >= ARRAY_SIZE(a6xx_gmu_oob_bits)) in a6xx_gmu_set_oob()
305 request = a6xx_gmu_oob_bits[state].set; in a6xx_gmu_set_oob()
306 ack = a6xx_gmu_oob_bits[state].ack; in a6xx_gmu_set_oob()
308 request = a6xx_gmu_oob_bits[state].set_new; in a6xx_gmu_set_oob()
309 ack = a6xx_gmu_oob_bits[state].ack_new; in a6xx_gmu_set_oob()
313 a6xx_gmu_oob_bits[state].name); in a6xx_gmu_set_oob()
328 a6xx_gmu_oob_bits[state].name, in a6xx_gmu_set_oob()
344 if (state >= ARRAY_SIZE(a6xx_gmu_oob_bits)) in a6xx_gmu_clear_oob()
[all …]