as_present         31 drivers/gpu/drm/panfrost/panfrost_device.h 	u32 as_present;
as_present         53 drivers/gpu/drm/panfrost/panfrost_drv.c 		PANFROST_FEATURE(AS_PRESENT, as_present);
as_present        218 drivers/gpu/drm/panfrost/panfrost_gpu.c 	pfdev->features.as_present = gpu_read(pfdev, GPU_AS_PRESENT);
as_present        295 drivers/gpu/drm/panfrost/panfrost_gpu.c 		 pfdev->features.as_present,
as_present        167 drivers/gpu/drm/panfrost/panfrost_mmu.c 	if (!(BIT(as) & pfdev->features.as_present)) {