Home
last modified time | relevance | path

Searched refs:mem_features (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/gpu/drm/panthor/
H A Dpanthor_gpu.c99 ptdev->gpu_info.mem_features = gpu_read(ptdev, GPU_MEM_FEATURES); in panthor_gpu_init_info()
141 ptdev->gpu_info.mem_features, in panthor_gpu_init_info()
/linux/drivers/gpu/drm/panfrost/
H A Dpanfrost_device.h59 u32 mem_features; member
H A Dpanfrost_gpu.c257 pfdev->features.mem_features = gpu_read(pfdev, GPU_MEM_FEATURES); in panfrost_gpu_init_features()
343 pfdev->features.mem_features, in panfrost_gpu_init_features()
H A Dpanfrost_perfcnt.c302 nl2c = ((pfdev->features.mem_features >> 8) & GENMASK(3, 0)) + 1; in panfrost_perfcnt_init()
H A Dpanfrost_drv.c82 PANFROST_FEATURE(MEM_FEATURES, mem_features); in panfrost_ioctl_get_param()
/linux/include/uapi/drm/
H A Dpanthor_drm.h308 __u32 mem_features; member