Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/panfrost/
A Dpanfrost_device.h35 u64 stack_present; member
A Dpanfrost_gpu.c249 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()
A Dpanfrost_drv.c51 PANFROST_FEATURE(STACK_PRESENT, stack_present); in panfrost_ioctl_get_param()

Completed in 8 milliseconds