Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/msm/adreno/
Da5xx_power.c266 unsigned int cmds_size; in a5xx_gpmu_ucode_init() local
289 cmds_size = data[0] - data[2] - 2; in a5xx_gpmu_ucode_init()
295 bosize = (cmds_size + (cmds_size / TYPE4_MAX_PAYLOAD) + 1) << 2; in a5xx_gpmu_ucode_init()
303 while (cmds_size > 0) { in a5xx_gpmu_ucode_init()
305 uint32_t _size = cmds_size > TYPE4_MAX_PAYLOAD ? in a5xx_gpmu_ucode_init()
306 TYPE4_MAX_PAYLOAD : cmds_size; in a5xx_gpmu_ucode_init()
315 cmds_size -= _size; in a5xx_gpmu_ucode_init()