commit | d7ff281c6d27d6a5329a426e5782d31f44073538 | [log] [tgz] |
---|---|---|
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | Wed Apr 22 19:19:17 2020 +0300 |
committer | Ville Syrjälä <ville.syrjala@linux.intel.com> | Fri Apr 24 17:37:22 2020 +0300 |
tree | b9cd8dcca677c024e2b7fc94bbb71c8753cbda4f | |
parent | 4cecc7c0cc2b5d6e5d8350f77d210d189a25dfb8 [diff] |
drm/i915: Have pfit calculations return an error code Change intel_{gmch,pch}_panel_fitting() to return a normal error vs. success int. We'll need this later to validate that the margin properties aren't misconfigured. Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20200422161917.17389-6-ville.syrjala@linux.intel.com Reviewed-by: Manasi Navare <manasi.d.navare@intel.com>