stack_present 30 drivers/gpu/drm/panfrost/panfrost_device.h u64 stack_present; stack_present 52 drivers/gpu/drm/panfrost/panfrost_drv.c PANFROST_FEATURE(STACK_PRESENT, stack_present); stack_present 235 drivers/gpu/drm/panfrost/panfrost_gpu.c pfdev->features.stack_present = gpu_read(pfdev, GPU_STACK_PRESENT_LO); stack_present 236 drivers/gpu/drm/panfrost/panfrost_gpu.c pfdev->features.stack_present |= (u64)gpu_read(pfdev, GPU_STACK_PRESENT_HI) << 32; stack_present 312 drivers/gpu/drm/panfrost/panfrost_gpu.c gpu_write(pfdev, STACK_PWRON_LO, pfdev->features.stack_present); stack_present 314 drivers/gpu/drm/panfrost/panfrost_gpu.c val, val == pfdev->features.stack_present, 100, 1000);