Home
last modified time | relevance | path

Searched refs:hw_issues (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/panfrost/
H A Dpanfrost_gpu.c217 u64 hw_issues = hw_issues_all; in panfrost_gpu_init_features() local
281 hw_issues |= model->issues; in panfrost_gpu_init_features()
291 hw_issues |= model->revs[best].issues; in panfrost_gpu_init_features()
297 bitmap_from_u64(pfdev->features.hw_issues, hw_issues); in panfrost_gpu_init_features()
303 pfdev->features.hw_issues); in panfrost_gpu_init_features()
H A Dpanfrost_device.h55 unsigned long hw_issues[64 / BITS_PER_LONG]; member
H A Dpanfrost_issues.h254 return test_bit(issue, pfdev->features.hw_issues); in panfrost_has_hw_issue()
/kernel/linux/linux-6.6/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

Completed in 5 milliseconds