mem_features       37 drivers/gpu/drm/panfrost/panfrost_device.h 	u32 mem_features;
mem_features       58 drivers/gpu/drm/panfrost/panfrost_drv.c 		PANFROST_FEATURE(MEM_FEATURES, mem_features);
mem_features      208 drivers/gpu/drm/panfrost/panfrost_gpu.c 	pfdev->features.mem_features = gpu_read(pfdev, GPU_MEM_FEATURES);
mem_features      293 drivers/gpu/drm/panfrost/panfrost_gpu.c 		 pfdev->features.mem_features,
mem_features      295 drivers/gpu/drm/panfrost/panfrost_perfcnt.c 		nl2c = ((pfdev->features.mem_features >> 8) & GENMASK(3, 0)) + 1;