Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/panfrost/
H A Dpanfrost_gpu.c247 u64 hw_issues = hw_issues_all; in panfrost_gpu_init_features() local
312 hw_issues |= model->issues; in panfrost_gpu_init_features()
322 hw_issues |= model->revs[best].issues; in panfrost_gpu_init_features()
328 bitmap_from_u64(pfdev->features.hw_issues, hw_issues); in panfrost_gpu_init_features()
334 pfdev->features.hw_issues); in panfrost_gpu_init_features()
H A Dpanfrost_issues.h271 return test_bit(issue, pfdev->features.hw_issues); in panfrost_has_hw_issue()
H A Dpanfrost_device.h74 unsigned long hw_issues[64 / BITS_PER_LONG]; member