Home
last modified time | relevance | path

Searched refs:js_present (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/panfrost/
Dpanfrost_gpu.c220 pfdev->features.js_present = gpu_read(pfdev, GPU_JS_PRESENT); in panfrost_gpu_init_features()
221 num_js = hweight32(pfdev->features.js_present); in panfrost_gpu_init_features()
296 pfdev->features.js_present); in panfrost_gpu_init_features()
Dpanfrost_device.h32 u32 js_present; member
Dpanfrost_drv.c54 PANFROST_FEATURE(JS_PRESENT, js_present); in panfrost_ioctl_get_param()