Searched refs:tiler_present (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/gpu/drm/panfrost/ |
H A D | panfrost_gpu.c | 254 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 D | panfrost_device.h | 33 u64 tiler_present; member
|
H A D | panfrost_drv.c | 50 PANFROST_FEATURE(TILER_PRESENT, tiler_present); in panfrost_ioctl_get_param()
|