]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: s/gen8_setup_page_directory/gen8_setup_pdpe/
authorMatthew Auld <matthew.auld@intel.com>
Tue, 13 Dec 2016 16:05:10 +0000 (16:05 +0000)
committerJoonas Lahtinen <joonas.lahtinen@linux.intel.com>
Mon, 9 Jan 2017 14:43:38 +0000 (16:43 +0200)
commit0d9bb55e4ba193f44f67915c90dcf40be4266347
treeba18d278aad808ce55356b63128a67764a4e1241
parent9ad0d88ddce1a1ee6e4b9134837b4bbc588f3749
drm/i915: s/gen8_setup_page_directory/gen8_setup_pdpe/

The function name gen8_setup_page_directory is misleading, and only
serves to confuse the reader, it's not setting up a pd, but rather
encoding a specific pdpe with a given pd.

Cc: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
Cc: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Matthew Auld <matthew.auld@intel.com>
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
drivers/gpu/drm/i915/i915_gem_gtt.c