Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/panfrost/
H A Dpanfrost_gpu.c270 pfdev->features.js_present = gpu_read(pfdev, GPU_JS_PRESENT); in panfrost_gpu_init_features()
271 num_js = hweight32(pfdev->features.js_present); in panfrost_gpu_init_features()
346 pfdev->features.js_present); in panfrost_gpu_init_features()
H A Dpanfrost_device.h54 u32 js_present; member
H A Dpanfrost_drv.c78 PANFROST_FEATURE(JS_PRESENT, js_present); in panfrost_ioctl_get_param()