]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Extract GT ring management
authorAndi Shyti <andi.shyti@intel.com>
Sun, 20 Oct 2019 18:41:39 +0000 (19:41 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Sun, 20 Oct 2019 19:45:18 +0000 (20:45 +0100)
commit1f4e5d0d8e865e2697ba2120f2bcf409db3281c2
treeb84c083daf23ec5bd936ace8ac6d79095f16af13
parent471b397e5895c69e58ece07dda8910ac89fa6f23
drm/i915: Extract GT ring management

Although the ring management is much smaller compared to the other GT
power management functions, continue the theme of extracting it out of
the huge intel_pm.c for maintenance.

Based on a patch by Chris Wilson.

Signed-off-by: Andi Shyti <andi.shyti@intel.com>
Cc: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Link: https://patchwork.freedesktop.org/patch/msgid/20191020184139.9145-1-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/Makefile
drivers/gpu/drm/i915/gt/intel_gt_types.h
drivers/gpu/drm/i915/gt/intel_llc.c [new file with mode: 0644]
drivers/gpu/drm/i915/gt/intel_llc.h [new file with mode: 0644]
drivers/gpu/drm/i915/gt/intel_llc_types.h [new file with mode: 0644]
drivers/gpu/drm/i915/gt/selftest_gt_pm.c
drivers/gpu/drm/i915/gt/selftest_llc.c [new file with mode: 0644]
drivers/gpu/drm/i915/gt/selftest_llc.h [new file with mode: 0644]
drivers/gpu/drm/i915/i915_drv.h
drivers/gpu/drm/i915/intel_pm.c