aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gt/intel_gt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-05drm/i915/dg2: Update steering tablesMatt Roper1-1/+10
2021-08-05drm/i915/xehpsdv: Define steering tablesMatt Roper1-1/+18
2021-08-05drm/i915/xehp: handle new steering optionsDaniele Ceraolo Spurio1-1/+39
2021-08-03drm/i915/guc/slpc: Gate Host RPS when SLPC is enabledVinay Belgaumkar1-1/+1
2021-07-27drm/i915/guc: Add golden context to GuC ADSJohn Harrison1-0/+2
2021-07-22drm/i915/gt: fix platform prefixLucas De Marchi1-2/+2
2021-07-22drm/i915/guc: Update intel_gt_wait_for_idle to work with GuCMatthew Brost1-0/+19
2021-06-17drm/i915: Add support for explicit L3BANK steeringMatt Roper1-0/+18
2021-06-17drm/i915: Add GT support for multiple types of multicast steeringMatt Roper1-0/+84
2021-06-17drm/i915/gt: Setup a default migration context on the GTChris Wilson1-0/+4
2021-06-05drm/i915/gt: replace IS_GEN and friends with GRAPHICS_VERLucas De Marchi1-13/+14
2021-06-02drm/i915/ttm Initialize the ttm device and memory managersThomas Hellström1-2/+0
2021-04-08Merge tag 'drm-intel-gt-next-2021-04-06' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie1-2/+42
2021-03-26drm/i915: Request watchdog infrastructureTvrtko Ursulin1-0/+3
2021-03-24drm/i915: Distinction of memory regionsZbigniew Kempczyński1-0/+2
2021-03-24drm/i915: move engine scratch to LMEMMatthew Auld1-2/+6
2021-03-24drm/i915: setup the LMEM regionMatthew Auld1-1/+3
2021-03-24drm/i915: make local-memory probing a GT operationMatthew Auld1-0/+32
2020-12-23drm/i915/gt: Consolidate the CS timestamp clocksChris Wilson1-2/+2
2020-10-06drm/i915/gt: Scrub HW state on removeChris Wilson1-5/+6
2020-09-07drm/i915: Make sure execbuffer always passes ww state to i915_vma_pin.Maarten Lankhorst1-1/+1
2020-09-07drm/i915: Use ww locking in intel_renderstate.Maarten Lankhorst1-9/+12
2020-07-08drm/i915/sseu: Move sseu_info under gt_infoVenkata Sandeep Dhanalakota1-0/+2
2020-07-08drm/i915/sseu: Move sseu detection and dump to intel_sseuDaniele Ceraolo Spurio1-0/+1
2020-07-08drm/i915: Introduce gt_init_mmioDaniele Ceraolo Spurio1-0/+7
2020-07-08drm/i915: Move the engine mask to intel_gt_infoDaniele Ceraolo Spurio1-0/+6
2020-07-06drm/i915: Reboot CI if we get wedged during driver initMichał Winiarski1-1/+1
2020-05-26drm/i915/gt: Force the GT reset on shutdownChris Wilson1-0/+5
2020-04-30drm/i915/gt: Move the batch buffer pool from the engine to the gtChris Wilson1-0/+3
2020-04-29drm/i915/gt: Keep a no-frills swappable copy of the default context stateChris Wilson1-52/+8
2020-04-24drm/i915/gt: Use the RPM config register to determine clk frequenciesChris Wilson1-0/+3
2020-03-26drm/i915/uc: do not free err log on uc_finiDaniele Ceraolo Spurio1-2/+1
2020-03-12drm/i915/gt: Wait for RCUs frees before asserting idle on unloadChris Wilson1-0/+3
2020-02-22drm/i915/gt: Push the GPU cancellation to the backendChris Wilson1-0/+7
2020-02-20drm/i915/uc: Abort early on uc_init failureDaniele Ceraolo Spurio1-1/+3
2020-01-30drm/i915: Use the async worker to avoid reclaim tainting the ggtt->mutexChris Wilson1-1/+1
2020-01-30drm/i915/gt: convert to new logging macros in gt/intel_gt.cWambui Karuga1-22/+21
2020-01-29drm/i915/gt: Hook up CS_MASTER_ERROR_INTERRUPTChris Wilson1-0/+5
2020-01-27drm/i915: Restore the kernel context after verifying the w/aChris Wilson1-0/+4
2020-01-07drm/i915/gtt: split up i915_gem_gttMatthew Auld1-1/+1
2019-12-26drm/i915/gt: Apply sanitiization just before resumeChris Wilson1-6/+0
2019-12-26drm/i915/gt: Stop poking at engine->serial at a high levelChris Wilson1-4/+3
2019-12-22drm/i915/gt: Move pm debug files into a gt aware debugfsAndi Shyti1-0/+3
2019-12-22drm/i915/gt: Merge engine init/setup loopsChris Wilson1-5/+0
2019-12-22drm/i915/gt: Pull intel_gt_init_hw() into intel_gt_resume()Chris Wilson1-7/+1
2019-12-22drm/i915/gt: Pull GT initialisation under intel_gt_init()Chris Wilson1-5/+252
2019-12-21drm/i915: Remove i915->kernel_contextChris Wilson1-1/+24
2019-11-19drm/i915/gt: Only wait for register chipset flush if activeChris Wilson1-1/+1
2019-11-15drm/i915/gt: Flush retire.work timer object on unloadChris Wilson1-0/+1
2019-11-01drm/i915/gt: Call intel_gt_sanitize() directlyChris Wilson1-2/+4