Searched refs:VIVS_PM_POWER_CONTROLS (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/gpu/drm/etnaviv/ |
H A D | etnaviv_dump.c | 42 VIVS_PM_POWER_CONTROLS, 90 if (read_addr >= VIVS_PM_POWER_CONTROLS && in etnaviv_core_dump_registers()
|
H A D | etnaviv_gpu.c | 546 gpu_write_power(gpu, VIVS_PM_POWER_CONTROLS, 0x0); in etnaviv_hw_reset() 638 ppc = gpu_read_power(gpu, VIVS_PM_POWER_CONTROLS); in etnaviv_gpu_enable_mlcg() 646 gpu_write_power(gpu, VIVS_PM_POWER_CONTROLS, ppc); in etnaviv_gpu_enable_mlcg() 1357 val = gpu_read_power(gpu, VIVS_PM_POWER_CONTROLS); in sync_point_perfmon_sample_pre() 1359 gpu_write_power(gpu, VIVS_PM_POWER_CONTROLS, val); in sync_point_perfmon_sample_pre() 1378 val = gpu_read_power(gpu, VIVS_PM_POWER_CONTROLS); in sync_point_perfmon_sample_post() 1380 gpu_write_power(gpu, VIVS_PM_POWER_CONTROLS, val); in sync_point_perfmon_sample_post()
|