]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Rename hsw_data_buf_partitioning to intel_ddb_partitioning
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 6 Aug 2013 19:24:04 +0000 (22:24 +0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 8 Aug 2013 12:04:54 +0000 (14:04 +0200)
commit9e30b5d34a10716c3c669afc13c48ba6dbc89888
treedc5e28f31f86c3e1bcac01bcf2e97cfeac7b1db3
parenta11a23f8ea12a47aa1e8531eab067551c49e4f72
drm/i915: Rename hsw_data_buf_partitioning to intel_ddb_partitioning

We're going to use the 1/2 vs. 5/6 split option already on IVB so the
HSW name is not proper. Just give it an intel_ prefix and move it to
i915_drv.h so that we can use it there later.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_drv.h
drivers/gpu/drm/i915/intel_pm.c