Home
last modified time | relevance | path

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

/linux/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.h61 u64 tiler_present; member
/linux/drivers/gpu/drm/panthor/
H A Dpanthor_gpu.c112 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 Dpanthor_drv.c171 PANTHOR_UOBJ_DECL(struct drm_panthor_gpu_info, tiler_present), \
H A Dpanthor_sched.c3437 (group_args->tiler_core_mask & ~ptdev->gpu_info.tiler_present)) in panthor_group_create()
/linux/include/uapi/drm/
H A Dpanthor_drm.h322 /** @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.