Searched refs:GPU_CMD (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/panfrost/ |
D | panfrost_perfcnt.c | 45 gpu_write(pfdev, GPU_CMD, GPU_CMD_CLEAN_CACHES); in panfrost_perfcnt_sample_done() 60 gpu_write(pfdev, GPU_CMD, GPU_CMD_PERFCNT_SAMPLE); in panfrost_perfcnt_dump_locked() 122 gpu_write(pfdev, GPU_CMD, GPU_CMD_PERFCNT_CLEAR); in panfrost_perfcnt_enable_locked() 123 gpu_write(pfdev, GPU_CMD, GPU_CMD_CLEAN_INV_CACHES); in panfrost_perfcnt_enable_locked()
|
D | panfrost_gpu.c | 70 gpu_write(pfdev, GPU_CMD, GPU_CMD_SOFT_RESET); in panfrost_gpu_soft_reset() 77 gpu_write(pfdev, GPU_CMD, GPU_CMD_HARD_RESET); in panfrost_gpu_soft_reset() 356 gpu_write(pfdev, GPU_CMD, GPU_CMD_CYCLE_COUNT_START); in panfrost_cycle_counter_get() 367 gpu_write(pfdev, GPU_CMD, GPU_CMD_CYCLE_COUNT_STOP); in panfrost_cycle_counter_put()
|
D | panfrost_regs.h | 45 #define GPU_CMD 0x30 macro
|
/linux-6.12.1/drivers/gpu/drm/panthor/ |
D | panthor_gpu.c | 390 gpu_write(ptdev, GPU_CMD, GPU_FLUSH_CACHES(l2, lsc, other)); in panthor_gpu_flush_caches() 430 gpu_write(ptdev, GPU_CMD, GPU_SOFT_RESET); in panthor_gpu_soft_reset()
|
D | panthor_regs.h | 49 #define GPU_CMD 0x30 macro
|