Searched refs:dyn_pwrup_reglist (Results 1 – 3 of 3) sorted by relevance
401 const struct adreno_reglist_pipe_list *dyn_pwrup_reglist; in a8xx_patch_pwrup_reglist() local452 dyn_pwrup_reglist = adreno_gpu->info->a6xx->dyn_pwrup_reglist; in a8xx_patch_pwrup_reglist()453 if (!dyn_pwrup_reglist) in a8xx_patch_pwrup_reglist()457 for (i = 0; i < dyn_pwrup_reglist->count; i++) { in a8xx_patch_pwrup_reglist()458 if (!(dyn_pwrup_reglist->regs[i].pipe & BIT(pipe_id))) in a8xx_patch_pwrup_reglist()461 *dest++ = dyn_pwrup_reglist->regs[i].offset; in a8xx_patch_pwrup_reglist()465 dyn_pwrup_reglist->regs[i].offset); in a8xx_patch_pwrup_reglist()
1498 .dyn_pwrup_reglist = &a7xx_dyn_pwrup_reglist,1521 .dyn_pwrup_reglist = &a7xx_dyn_pwrup_reglist,1556 .dyn_pwrup_reglist = &a7xx_dyn_pwrup_reglist,1599 .dyn_pwrup_reglist = &a7xx_dyn_pwrup_reglist,1634 .dyn_pwrup_reglist = &a7xx_dyn_pwrup_reglist,2130 .dyn_pwrup_reglist = &x285_dyn_pwrup_reglist,2172 .dyn_pwrup_reglist = &a840_dyn_pwrup_reglist,
879 const struct adreno_reglist_pipe_list *dyn_pwrup_reglist; in a7xx_patch_pwrup_reglist() local925 dyn_pwrup_reglist = adreno_gpu->info->a6xx->dyn_pwrup_reglist; in a7xx_patch_pwrup_reglist()926 if (dyn_pwrup_reglist) { in a7xx_patch_pwrup_reglist()930 for (i = 0; i < dyn_pwrup_reglist->count; i++) { in a7xx_patch_pwrup_reglist()931 if ((dyn_pwrup_reglist->regs[i].pipe & BIT(pipe_id)) == 0) in a7xx_patch_pwrup_reglist()934 *dest++ = dyn_pwrup_reglist->regs[i].offset; in a7xx_patch_pwrup_reglist()935 *dest++ = gpu_read(gpu, dyn_pwrup_reglist->regs[i].offset); in a7xx_patch_pwrup_reglist()