commit | 9cc545e1d90b36fcce2eeed1235f0b19b764b508 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Wed Feb 21 14:47:35 2018 +0000 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Wed Feb 21 21:30:30 2018 +0000 |
tree | 1ec97af491d8c347b735e2dff26e12396c4b2f79 | |
parent | 960e55a87d7b7d7385063e37cc9f281df2be8037 [diff] |
igt/kms_fbcon_fbt: Handle ENODEV when checking i915_fbc_info for chipset support If the machine doesn't support FBC, it will return -ENODEV from i915_fbc_info, which we want to interpret as unsupported. Reported-by: Marta Lofstedt<marta.lofstedt@intel.com> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Marta Lofstedt<marta.lofstedt@intel.com>