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

/linux-master/drivers/gpu/drm/panfrost/
H A Dpanfrost_device.h52 u64 stack_present; member in struct:panfrost_features
H A Dpanfrost_gpu.c282 pfdev->features.stack_present = gpu_read(pfdev, GPU_STACK_PRESENT_LO);
283 pfdev->features.stack_present |= (u64)gpu_read(pfdev, GPU_STACK_PRESENT_HI) << 32;
H A Dpanfrost_drv.c52 PANFROST_FEATURE(STACK_PRESENT, stack_present);

Completed in 207 milliseconds