Home
last modified time | relevance | path

Searched refs:core_features (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/drivers/gpu/drm/panfrost/
H A Dpanfrost_device.h57 u32 core_features; member
H A Dpanfrost_gpu.c255 pfdev->features.core_features = gpu_read(pfdev, GPU_CORE_FEATURES); in panfrost_gpu_init_features()
341 pfdev->features.core_features, in panfrost_gpu_init_features()
H A Dpanfrost_drv.c80 PANFROST_FEATURE(CORE_FEATURES, core_features); in panfrost_ioctl_get_param()
/linux-6.15/include/uapi/drm/
H A Dpanthor_drm.h306 __u32 core_features; member
/linux-6.15/drivers/gpu/drm/panthor/
H A Dpanthor_gpu.c96 ptdev->gpu_info.core_features = gpu_read(ptdev, GPU_CORE_FEATURES); in panthor_gpu_init_info()