On Fri, Jun 17, 2022 at 04:05:58PM -0700, Lucas De Marchi wrote:
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 7a5c922377b4 ("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@xxxxxxxxx> Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@xxxxxxxxx>
I was in doubt if drm-intel-gt-next would be the most appropriate to push this patch to, but after checking the last 20 commits (which goes back to 2015) touching drivers/char/agp/intel-gtt.c, 17 of them came from drm-intel-next/drm-intel-gt-next/drm-intel-next-queued Applied both patches to drm-intel-gt-next. thanks Lucas De Marchi