Home
last modified time | relevance | path

Searched refs:stack_present (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/panfrost/
H A Dpanfrost_device.h52 u64 stack_present; member
H A Dpanfrost_gpu.c285 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()
H A Dpanfrost_drv.c76 PANFROST_FEATURE(STACK_PRESENT, stack_present); in panfrost_ioctl_get_param()