Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/panfrost/
Dpanfrost_gpu.c234 pfdev->features.js_present = gpu_read(pfdev, GPU_JS_PRESENT); in panfrost_gpu_init_features()
235 num_js = hweight32(pfdev->features.js_present); in panfrost_gpu_init_features()
310 pfdev->features.js_present); in panfrost_gpu_init_features()
Dpanfrost_device.h36 u32 js_present; member
Dpanfrost_drv.c53 PANFROST_FEATURE(JS_PRESENT, js_present); in panfrost_ioctl_get_param()