Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/panfrost/
Dpanfrost_gpu.c201 u64 hw_issues = hw_issues_all; in panfrost_gpu_init_features() local
265 hw_issues |= model->issues; in panfrost_gpu_init_features()
275 hw_issues |= model->revs[best].issues; in panfrost_gpu_init_features()
281 bitmap_from_u64(pfdev->features.hw_issues, hw_issues); in panfrost_gpu_init_features()
287 pfdev->features.hw_issues); in panfrost_gpu_init_features()
Dpanfrost_device.h51 unsigned long hw_issues[64 / BITS_PER_LONG]; member
Dpanfrost_issues.h173 return test_bit(issue, pfdev->features.hw_issues); in panfrost_has_hw_issue()