Home
last modified time | relevance | path

Searched refs:tiler_present (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/drivers/gpu/drm/panfrost/
H A Dpanfrost_gpu.c278 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 Dpanfrost_device.h50 u64 tiler_present; member
H A Dpanfrost_drv.c74 PANFROST_FEATURE(TILER_PRESENT, tiler_present); in panfrost_ioctl_get_param()
/linux-6.15/drivers/gpu/drm/panthor/
H A Dpanthor_gpu.c114 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 Dpanthor_drv.c171 PANTHOR_UOBJ_DECL(struct drm_panthor_gpu_info, tiler_present), \
H A Dpanthor_sched.c3435 (group_args->tiler_core_mask & ~ptdev->gpu_info.tiler_present)) in panthor_group_create()
/linux-6.15/include/uapi/drm/
H A Dpanthor_drm.h303 __u64 tiler_present; member