drm/i915: change intel_fill_fb_ggtt_view() to use the real tile size
commitd9b3288ecf2fe33b46335d2c93bc5ae50d486d0b
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 12 Jan 2016 19:08:34 +0000 (12 21:08 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 13 Jan 2016 16:46:36 +0000 (13 18:46 +0200)
treeeb4006afc905e3774621ccad444fefe0720b2854
parent832be82f87c2bf711d8d7aaeb59da925b4573f6c
drm/i915: change intel_fill_fb_ggtt_view() to use the real tile size

Use the actual tile size as to compute stuff in
intel_fill_fb_ggtt_view() instead of assuming it's PAGE_SIZE. I suppose
it doesn't matter since we don't use the results on gen2 platforms
where the tile size is 2k.

v2: Update due to CbCr plane

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-5-git-send-email-ville.syrjala@linux.intel.com
drivers/gpu/drm/i915/intel_display.c