commit | 07464c7c0cf773b86372d128d17a892529c0775a | [log] [tgz] |
---|---|---|
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | Thu Nov 01 17:05:56 2018 +0200 |
committer | Ville Syrjälä <ville.syrjala@linux.intel.com> | Fri Nov 09 19:11:19 2018 +0200 |
tree | d1535d5d387dfbb8d35c87408509ac6c8e28342c | |
parent | 7b012bd62db951384a73943311822d1fb447e416 [diff] |
drm/i915: Clean up skl+ PLANE_POS vs. scaler handling On skl+ the scaler (when enabled) will take care of the plane output position. Make the code less ugly by just setting crtc_x/y to 0 when the scaler is enabled. Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20181101150605.18235-6-ville.syrjala@linux.intel.com Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>