Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/panfrost/
H A Dpanfrost_perfcnt.c45 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()
H A Dpanfrost_gpu.c70 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()
359 gpu_write(pfdev, GPU_CMD, GPU_CMD_CYCLE_COUNT_START); in panfrost_cycle_counter_get()
370 gpu_write(pfdev, GPU_CMD, GPU_CMD_CYCLE_COUNT_STOP); in panfrost_cycle_counter_put()
H A Dpanfrost_regs.h45 #define GPU_CMD 0x30 macro
/linux-6.15/drivers/gpu/drm/panthor/
H A Dpanthor_gpu.c400 gpu_write(ptdev, GPU_CMD, GPU_FLUSH_CACHES(l2, lsc, other)); in panthor_gpu_flush_caches()
440 gpu_write(ptdev, GPU_CMD, GPU_SOFT_RESET); in panthor_gpu_soft_reset()
H A Dpanthor_regs.h49 #define GPU_CMD 0x30 macro