Home
last modified time | relevance | path

Searched refs:GPU_STACK_PRESENT_HI (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/panfrost/
H A Dpanfrost_regs.h106 #define GPU_STACK_PRESENT_HI 0xE04 /* (RO) Core stack present bitmap, high word */ macro
H A Dpanfrost_gpu.c283 pfdev->features.stack_present |= (u64)gpu_read(pfdev, GPU_STACK_PRESENT_HI) << 32; in panfrost_gpu_init_features()