Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/panfrost/
Dpanfrost_gpu.c248 pfdev->features.tiler_present = gpu_read(pfdev, GPU_TILER_PRESENT_LO); in panfrost_gpu_init_features()
249 pfdev->features.tiler_present |= (u64)gpu_read(pfdev, GPU_TILER_PRESENT_HI) << 32; in panfrost_gpu_init_features()
359 gpu_write(pfdev, TILER_PWRON_LO, pfdev->features.tiler_present); in panfrost_gpu_power_on()
361 val, val == pfdev->features.tiler_present, 100, 1000); in panfrost_gpu_power_on()
Dpanfrost_device.h32 u64 tiler_present; member
Dpanfrost_drv.c49 PANFROST_FEATURE(TILER_PRESENT, tiler_present); in panfrost_ioctl_get_param()