Skip to content

anv/hasvk: don't report error when intel_get_device_info_from_fd fails

What does this MR do and why?

anv/hasvk: don't report error when intel_get_device_info_from_fd fails

A side effect of the previous change is that we started getting
failures from that function but that only says the device is not
supported, so silently fail and return.

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Fixes: 3fd44345c4 ("intel: Skip ioctls for querying device info when hardware is unsupported")

Merge request reports