Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/panfrost/
H A Dpanfrost_gpu.c254 pfdev->features.tiler_present = gpu_read(pfdev, GPU_TILER_PRESENT_LO); in panfrost_gpu_init_features()
255 pfdev->features.tiler_present |= (u64)gpu_read(pfdev, GPU_TILER_PRESENT_HI) << 32; in panfrost_gpu_init_features()
375 gpu_write(pfdev, TILER_PWRON_LO, pfdev->features.tiler_present); in panfrost_gpu_power_on()
377 val, val == pfdev->features.tiler_present, 100, 1000); in panfrost_gpu_power_on()
393 gpu_write(pfdev, TILER_PWROFF_LO, pfdev->features.tiler_present); in panfrost_gpu_power_off()
H A Dpanfrost_device.h33 u64 tiler_present; member
H A Dpanfrost_drv.c50 PANFROST_FEATURE(TILER_PRESENT, tiler_present); in panfrost_ioctl_get_param()