Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/msm/adreno/
H A Da6xx_gmu.c251 struct a6xx_gmu_oob_bits { struct
259 static const struct a6xx_gmu_oob_bits a6xx_gmu_oob_bits[] = { argument
304 if (state >= ARRAY_SIZE(a6xx_gmu_oob_bits)) in a6xx_gmu_set_oob()
308 request = a6xx_gmu_oob_bits[state].set; in a6xx_gmu_set_oob()
309 ack = a6xx_gmu_oob_bits[state].ack; in a6xx_gmu_set_oob()
312 ack = a6xx_gmu_oob_bits[state].ack_new; in a6xx_gmu_set_oob()
316 a6xx_gmu_oob_bits[state].name); in a6xx_gmu_set_oob()
331 a6xx_gmu_oob_bits[state].name, in a6xx_gmu_set_oob()
347 if (state >= ARRAY_SIZE(a6xx_gmu_oob_bits)) in a6xx_gmu_clear_oob()
351 bit = a6xx_gmu_oob_bits[state].clear; in a6xx_gmu_clear_oob()
[all …]