Searched refs:stack_present (Results 1 – 3 of 3) sorted by relevance
35 u64 stack_present; member
249 pfdev->features.stack_present = gpu_read(pfdev, GPU_STACK_PRESENT_LO); in panfrost_gpu_init_features()250 pfdev->features.stack_present |= (u64)gpu_read(pfdev, GPU_STACK_PRESENT_HI) << 32; in panfrost_gpu_init_features()
51 PANFROST_FEATURE(STACK_PRESENT, stack_present); in panfrost_ioctl_get_param()
Completed in 8 milliseconds