drm/i915: Refactor intel_surf_alignment()
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 12 Jan 2016 19:08:37 +0000 (21:08 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 13 Jan 2016 16:46:47 +0000 (18:46 +0200)
commit603525d72219f8aee13f2c029b91c7c1435a01a7
treeb913f3776d5abb4cd017a1175f02248b62a51501
parentce1e5c140ce945ef6fc4ee4803f0c2f774873d8f
drm/i915: Refactor intel_surf_alignment()

Pull the code to determine the surface alignment for both linear and
tiled surfaces into a separate function intel_surf_alignment(). This
will be used not only for the vma alignment but actually aligning
the plane SURF once SKL+ starts using intel_compute_page_offset()
(since SKL+ needs >4K alignment for tiled surfaces too).

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: http://patchwork.freedesktop.org/patch/msgid/1452625717-9713-8-git-send-email-ville.syrjala@linux.intel.com
drivers/gpu/drm/i915/intel_display.c
This page took 0.024604 seconds and 5 git commands to generate.