Searched refs:stack_present (Results 1 – 3 of 3) sorted by relevance
52 u64 stack_present; member
285 pfdev->features.stack_present = gpu_read(pfdev, GPU_STACK_PRESENT_LO); in panfrost_gpu_init_features()286 pfdev->features.stack_present |= (u64)gpu_read(pfdev, GPU_STACK_PRESENT_HI) << 32; in panfrost_gpu_init_features()
76 PANFROST_FEATURE(STACK_PRESENT, stack_present); in panfrost_ioctl_get_param()