Searched refs:stack_present (Results 1 – 3 of 3) sorted by relevance
235 pfdev->features.stack_present = gpu_read(pfdev, GPU_STACK_PRESENT_LO); in panfrost_gpu_init_features()236 pfdev->features.stack_present |= (u64)gpu_read(pfdev, GPU_STACK_PRESENT_HI) << 32; in panfrost_gpu_init_features()312 gpu_write(pfdev, STACK_PWRON_LO, pfdev->features.stack_present); in panfrost_gpu_power_on()314 val, val == pfdev->features.stack_present, 100, 1000); in panfrost_gpu_power_on()
30 u64 stack_present; member
52 PANFROST_FEATURE(STACK_PRESENT, stack_present); in panfrost_ioctl_get_param()