Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/panfrost/
H A Dpanfrost_gpu.c227 u64 hw_issues = hw_issues_all; in panfrost_gpu_init_features() local
292 hw_issues |= model->issues; in panfrost_gpu_init_features()
302 hw_issues |= model->revs[best].issues; in panfrost_gpu_init_features()
308 bitmap_from_u64(pfdev->features.hw_issues, hw_issues); in panfrost_gpu_init_features()
314 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.h57 unsigned long hw_issues[64 / BITS_PER_LONG]; member