summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/gt/intel_gt.c
AgeCommit message (Expand)Author
2021-04-08Merge tag 'drm-intel-gt-next-2021-04-06' of git://anongit.freedesktop.org/drm...Dave Airlie
2021-03-26drm/i915: Request watchdog infrastructureTvrtko Ursulin
2021-03-24drm/i915: Distinction of memory regionsZbigniew Kempczyński
2021-03-24drm/i915: move engine scratch to LMEMMatthew Auld
2021-03-24drm/i915: setup the LMEM regionMatthew Auld
2021-03-24drm/i915: make local-memory probing a GT operationMatthew Auld
2020-12-23drm/i915/gt: Consolidate the CS timestamp clocksChris Wilson
2020-10-06drm/i915/gt: Scrub HW state on removeChris Wilson
2020-09-07drm/i915: Make sure execbuffer always passes ww state to i915_vma_pin.Maarten Lankhorst
2020-09-07drm/i915: Use ww locking in intel_renderstate.Maarten Lankhorst
2020-07-08drm/i915/sseu: Move sseu_info under gt_infoVenkata Sandeep Dhanalakota
2020-07-08drm/i915/sseu: Move sseu detection and dump to intel_sseuDaniele Ceraolo Spurio
2020-07-08drm/i915: Introduce gt_init_mmioDaniele Ceraolo Spurio
2020-07-08drm/i915: Move the engine mask to intel_gt_infoDaniele Ceraolo Spurio
2020-07-06drm/i915: Reboot CI if we get wedged during driver initMichał Winiarski
2020-05-26drm/i915/gt: Force the GT reset on shutdownChris Wilson
2020-04-30drm/i915/gt: Move the batch buffer pool from the engine to the gtChris Wilson
2020-04-29drm/i915/gt: Keep a no-frills swappable copy of the default context stateChris Wilson
2020-04-24drm/i915/gt: Use the RPM config register to determine clk frequenciesChris Wilson
2020-03-26drm/i915/uc: do not free err log on uc_finiDaniele Ceraolo Spurio
2020-03-12drm/i915/gt: Wait for RCUs frees before asserting idle on unloadChris Wilson
2020-02-22drm/i915/gt: Push the GPU cancellation to the backendChris Wilson
2020-02-20drm/i915/uc: Abort early on uc_init failureDaniele Ceraolo Spurio
2020-01-30drm/i915: Use the async worker to avoid reclaim tainting the ggtt->mutexChris Wilson
2020-01-30drm/i915/gt: convert to new logging macros in gt/intel_gt.cWambui Karuga
2020-01-29drm/i915/gt: Hook up CS_MASTER_ERROR_INTERRUPTChris Wilson
2020-01-27drm/i915: Restore the kernel context after verifying the w/aChris Wilson
2020-01-07drm/i915/gtt: split up i915_gem_gttMatthew Auld
2019-12-26drm/i915/gt: Apply sanitiization just before resumeChris Wilson
2019-12-26drm/i915/gt: Stop poking at engine->serial at a high levelChris Wilson
2019-12-22drm/i915/gt: Move pm debug files into a gt aware debugfsAndi Shyti
2019-12-22drm/i915/gt: Merge engine init/setup loopsChris Wilson
2019-12-22drm/i915/gt: Pull intel_gt_init_hw() into intel_gt_resume()Chris Wilson
2019-12-22drm/i915/gt: Pull GT initialisation under intel_gt_init()Chris Wilson
2019-12-21drm/i915: Remove i915->kernel_contextChris Wilson
2019-11-19drm/i915/gt: Only wait for register chipset flush if activeChris Wilson
2019-11-15drm/i915/gt: Flush retire.work timer object on unloadChris Wilson
2019-11-01drm/i915/gt: Call intel_gt_sanitize() directlyChris Wilson
2019-11-01drm/i915/gt: Pull timeline initialise to intel_gt_init_earlyChris Wilson
2019-10-30drm/i915/gt: Always track callers to intel_rps_mark_interactive()Chris Wilson
2019-10-26drm/i915: Extract GT render power state managementAndi Shyti
2019-10-23drm/i915/gt: Replace hangcheck by heartbeatsChris Wilson
2019-10-18drm/i915: Pass in intel_gt at some for_each_engine sitesTvrtko Ursulin
2019-10-18drm/i915: Make for_each_engine_masked work on intel_gtTvrtko Ursulin
2019-10-07drm/i915/gt: Prefer local path to runtime powermanagementChris Wilson
2019-10-04drm/i915/stolen: make the object creation interface consistentCQ Tang
2019-10-04drm/i915: Move request runtime management onto gtChris Wilson
2019-10-04drm/i915: Pull i915_vma_pin under the vm->mutexChris Wilson
2019-09-27drm/i915: Extract GT render sleep (rc6) managementAndi Shyti
2019-09-11drm/i915: Move GT init to intel_gt.cTvrtko Ursulin