diff options
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | 2015-10-15 17:01:58 +0300 |
---|---|---|
committer | Ville Syrjälä <ville.syrjala@linux.intel.com> | 2016-01-18 17:08:14 +0300 |
commit | fa5a7970d372c9c9beb3a0ce79ee1d0c23387d0a (patch) | |
tree | 1c01518463dd666c63e92da52c33782fc931e74e /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | 693bdc28a733dba68b86af295e7509812fec35d9 (diff) | |
download | linux-fa5a7970d372c9c9beb3a0ce79ee1d0c23387d0a.tar.xz |
drm/i915: skl_update_scaler() wants a rotation bitmask instead of bit number
Pass BIT(DRM_ROTATE_0) instead of DRM_ROTATE_0 to skl_update_scaler().
The former is a mask, the latter just the bit number.
Fortunately the only thing skl_update_scaler() does with the rotation
is check if it's 90/270 degrees or not, and so in this case it would
still do the right thing.
Cc: Chandra Konduru <chandra.konduru@intel.com>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/1444917718-28495-1-git-send-email-ville.syrjala@linux.intel.com
Fixes: 6156a45602f9 ("drm/i915: skylake primary plane scaling using shared scalers")
Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions