tiler_present 28 drivers/gpu/drm/panfrost/panfrost_device.h u64 tiler_present; tiler_present 50 drivers/gpu/drm/panfrost/panfrost_drv.c PANFROST_FEATURE(TILER_PRESENT, tiler_present); tiler_present 228 drivers/gpu/drm/panfrost/panfrost_gpu.c pfdev->features.tiler_present = gpu_read(pfdev, GPU_TILER_PRESENT_LO); tiler_present 229 drivers/gpu/drm/panfrost/panfrost_gpu.c pfdev->features.tiler_present |= (u64)gpu_read(pfdev, GPU_TILER_PRESENT_HI) << 32; tiler_present 320 drivers/gpu/drm/panfrost/panfrost_gpu.c gpu_write(pfdev, TILER_PWRON_LO, pfdev->features.tiler_present); tiler_present 322 drivers/gpu/drm/panfrost/panfrost_gpu.c val, val == pfdev->features.tiler_present, 100, 1000);