Searched refs:tiler_present (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/gpu/drm/panfrost/ |
H A D | panfrost_gpu.c | 278 pfdev->features.tiler_present = gpu_read(pfdev, GPU_TILER_PRESENT_LO); in panfrost_gpu_init_features() 279 pfdev->features.tiler_present |= (u64)gpu_read(pfdev, GPU_TILER_PRESENT_HI) << 32; in panfrost_gpu_init_features() 445 gpu_write(pfdev, TILER_PWRON_LO, pfdev->features.tiler_present); in panfrost_gpu_power_on() 447 val, val == pfdev->features.tiler_present, 10, 1000); in panfrost_gpu_power_on() 463 gpu_write(pfdev, TILER_PWROFF_LO, pfdev->features.tiler_present); in panfrost_gpu_power_off()
|
H A D | panfrost_device.h | 61 u64 tiler_present; member
|
/linux/drivers/gpu/drm/panthor/ |
H A D | panthor_gpu.c | 112 ptdev->gpu_info.tiler_present = gpu_read64(ptdev, GPU_TILER_PRESENT); in panthor_gpu_init_info() 141 "shader_present=0x%0llx l2_present=0x%0llx tiler_present=0x%0llx", in panthor_gpu_init_info() 143 ptdev->gpu_info.tiler_present); in panthor_gpu_init_info()
|
H A D | panthor_drv.c | 171 PANTHOR_UOBJ_DECL(struct drm_panthor_gpu_info, tiler_present), \
|
H A D | panthor_sched.c | 3437 (group_args->tiler_core_mask & ~ptdev->gpu_info.tiler_present)) in panthor_group_create()
|
/linux/include/uapi/drm/ |
H A D | panthor_drm.h | 322 /** @tiler_present: Bitmask encoding the tiler units exposed by the GPU. */ 323 __u64 tiler_present; member 792 * The bits set here should also be set in drm_panthor_gpu_info::tiler_present.
|