commit | 6649a0b6501d78042fd0fffaaefab1aeee27e75d | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Mon Jan 09 16:16:08 2017 +0000 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Tue Jan 10 08:12:09 2017 +0000 |
tree | 80d82be56d01ea4c0746cda2bd36be697c950167 | |
parent | 9e65a37872174bd3615b16fa556377ebf5a3f0cd [diff] |
drm/i915: Extract tile_row_size for fencing Computing the tile row size of a tiled object (for use with fence registers) is repeated, so extract it to a common helper. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Link: http://patchwork.freedesktop.org/patch/msgid/20170109161613.11881-1-chris@chris-wilson.co.uk Reviewed-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>