]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - drivers/gpu/drm/i915/i915_gem_gtt.c
drm/i915: s/gen8_setup_page_directory_pointer/gen8_setup_pml4e/
authorMatthew Auld <matthew.auld@intel.com>
Tue, 13 Dec 2016 16:05:11 +0000 (16:05 +0000)
committerJoonas Lahtinen <joonas.lahtinen@linux.intel.com>
Mon, 9 Jan 2017 14:43:38 +0000 (16:43 +0200)
commit5684310760536867cf89efc3162dd2e057fed2ac
treec4927b2bd243c940a31e33288989dd6e5a4e21f8
parent5c693b2b8ae4ec51f0890b7a1368425f8898f0bb
drm/i915: s/gen8_setup_page_directory_pointer/gen8_setup_pml4e/

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

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