Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/msm/adreno/
Da5xx_power.c331 unsigned int cmds_size; in a5xx_gpmu_ucode_init() local
357 cmds_size = data[0] - data[2] - 2; in a5xx_gpmu_ucode_init()
363 bosize = (cmds_size + (cmds_size / TYPE4_MAX_PAYLOAD) + 1) << 2; in a5xx_gpmu_ucode_init()
373 while (cmds_size > 0) { in a5xx_gpmu_ucode_init()
375 uint32_t _size = cmds_size > TYPE4_MAX_PAYLOAD ? in a5xx_gpmu_ucode_init()
376 TYPE4_MAX_PAYLOAD : cmds_size; in a5xx_gpmu_ucode_init()
385 cmds_size -= _size; in a5xx_gpmu_ucode_init()