commit | fabac4840169217de95c8b6d64db2ddd27c192f8 | [log] [tgz] |
---|---|---|
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | Mon Mar 27 21:55:43 2017 +0300 |
committer | Ville Syrjälä <ville.syrjala@linux.intel.com> | Wed May 10 19:28:34 2017 +0300 |
tree | e5db817c0dc33dc6f56abbd5907049d49585ca31 | |
parent | 024faac7d59b97be439cc645ac998dbd184bfeb0 [diff] |
drm/i915: Fix gen3 physical cursor alignment requirements Bspec tells us that gen3 platforms need 4KiB alignment for CURBASE rather than the 256 byte alignment required by i85x. Let's fix that and pull the code to determine the correct alignment to a helper function. Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/20170327185546.2977-13-ville.syrjala@linux.intel.com Reviewed-by: Imre Deak <imre.deak@intel.com>