commit | b3cf5c06ca500150fe17b72f411d0fb620b2f864 | [log] [tgz] |
---|---|---|
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | Tue Sep 25 22:37:08 2018 +0300 |
committer | Ville Syrjälä <ville.syrjala@linux.intel.com> | Thu Nov 29 22:02:14 2018 +0200 |
tree | e23c93f7127f9fdafa2eec56ed13c968d309d7c9 | |
parent | 70bbe53c6eacdf01485848b7568609e33372cad0 [diff] |
drm/i915: Decouple SKL stride units from intel_fb_stride_alignment() In the future framebuffer stride alignment requirements won't exactly match the units in which skl+ plane stride is specified. So extract the code for the skl+ stuff into a separate helper. Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20180925193714.25280-3-ville.syrjala@linux.intel.com Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>