Searched refs:dyn_pwrup_reglist (Results 1 – 3 of 3) sorted by relevance
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,
875 const struct adreno_reglist_pipe_list *dyn_pwrup_reglist; in a7xx_patch_pwrup_reglist() local921 dyn_pwrup_reglist = adreno_gpu->info->a6xx->dyn_pwrup_reglist; in a7xx_patch_pwrup_reglist()922 if (dyn_pwrup_reglist) { in a7xx_patch_pwrup_reglist()926 for (i = 0; i < dyn_pwrup_reglist->count; i++) { in a7xx_patch_pwrup_reglist()927 if ((dyn_pwrup_reglist->regs[i].pipe & BIT(pipe_id)) == 0) in a7xx_patch_pwrup_reglist()930 *dest++ = dyn_pwrup_reglist->regs[i].offset; in a7xx_patch_pwrup_reglist()931 *dest++ = gpu_read(gpu, dyn_pwrup_reglist->regs[i].offset); in a7xx_patch_pwrup_reglist()
48 const struct adreno_reglist_pipe_list *dyn_pwrup_reglist; member