commit | 2430bf908517d59644a81374bc809a9751bfaf83 | [log] [tgz] |
---|---|---|
author | Lofstedt, Marta <marta.lofstedt@intel.com> | Thu Feb 22 10:00:10 2018 +0200 |
committer | Petri Latvala <petri.latvala@intel.com> | Thu Feb 22 14:05:09 2018 +0200 |
tree | c6c1e90e4c7403a8ca3c00eaa42aa0bca9033cdd | |
parent | f09f5c6a197424cef702222d6864416ac1f4fd23 [diff] |
igt/kms_fbcon_fbt: Handle ENODEV when checking i915_edp_psr_status for chipset support If the machine doesn't support PSR, it will return -ENODEV from i915_edp_psr_status, which we want to interpret as unsupported. This is in line with what Chris just fixed for FBC. V2: Copy-pasted to the correct position. Signed-off-by: Marta Lofstedt <marta.lofstedt@intel.com> Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>