]> git.baikalelectronics.ru Git - kernel.git/commit
agp/intel: Rename intel-gtt symbols
authorLucas De Marchi <lucas.demarchi@intel.com>
Fri, 17 Jun 2022 23:05:58 +0000 (16:05 -0700)
committerLucas De Marchi <lucas.demarchi@intel.com>
Wed, 22 Jun 2022 22:52:55 +0000 (15:52 -0700)
commitd20dd903c327498f7b5596ef372530a353144771
treeb53d3fb3f35c9a520018834ed2484ce618dbb948
parent5e269e09424490ed0570e5452dce2e0f1d3bd9fd
agp/intel: Rename intel-gtt symbols

Exporting the symbols like intel_gtt_* creates some confusion inside
i915 that has symbols named similarly. In an attempt to isolate
platforms needing intel-gtt.ko, commit edbff705bde5 ("drm/i915/gt: Split
intel-gtt functions by arch") moved way too much
inside gt/intel_gt_gmch.c, even the functions that don't callout to this
module. Rename the symbols to make the separation clear.

Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220617230559.2109427-1-lucas.demarchi@intel.com
drivers/char/agp/intel-gtt.c
drivers/gpu/drm/i915/gt/intel_gt_gmch.c
include/drm/intel-gtt.h