Searched refs:tiler_present (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/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 | 50 u64 tiler_present; member
|
| H A D | panfrost_drv.c | 74 PANFROST_FEATURE(TILER_PRESENT, tiler_present); in panfrost_ioctl_get_param()
|
| /linux-6.15/drivers/gpu/drm/panthor/ |
| H A D | panthor_gpu.c | 114 ptdev->gpu_info.tiler_present = gpu_read(ptdev, GPU_TILER_PRESENT_LO); in panthor_gpu_init_info() 115 ptdev->gpu_info.tiler_present |= (u64)gpu_read(ptdev, GPU_TILER_PRESENT_HI) << 32; in panthor_gpu_init_info() 148 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 | 3435 (group_args->tiler_core_mask & ~ptdev->gpu_info.tiler_present)) in panthor_group_create()
|
| /linux-6.15/include/uapi/drm/ |
| H A D | panthor_drm.h | 303 __u64 tiler_present; member
|