Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/msm/adreno/
H A Da6xx_gmu.c257 struct a6xx_gmu_oob_bits { struct
265 static const struct a6xx_gmu_oob_bits a6xx_gmu_oob_bits[] = { argument
310 if (state >= ARRAY_SIZE(a6xx_gmu_oob_bits)) in a6xx_gmu_set_oob()
314 request = a6xx_gmu_oob_bits[state].set; in a6xx_gmu_set_oob()
315 ack = a6xx_gmu_oob_bits[state].ack; in a6xx_gmu_set_oob()
317 request = a6xx_gmu_oob_bits[state].set_new; in a6xx_gmu_set_oob()
318 ack = a6xx_gmu_oob_bits[state].ack_new; in a6xx_gmu_set_oob()
322 a6xx_gmu_oob_bits[state].name); in a6xx_gmu_set_oob()
337 a6xx_gmu_oob_bits[state].name, in a6xx_gmu_set_oob()
353 if (state >= ARRAY_SIZE(a6xx_gmu_oob_bits)) in a6xx_gmu_clear_oob()
[all …]