aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/i915/gt/intel_gt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2019-11-01drm/i915/gt: Pull timeline initialise to intel_gt_init_earlyChris Wilson1-0/+2
2019-10-30drm/i915/gt: Always track callers to intel_rps_mark_interactive()Chris Wilson1-0/+2
2019-10-26drm/i915: Extract GT render power state managementAndi Shyti1-10/+3
2019-10-23drm/i915/gt: Replace hangcheck by heartbeatsChris Wilson1-1/+0
2019-10-18drm/i915: Pass in intel_gt at some for_each_engine sitesTvrtko Ursulin1-1/+1
2019-10-18drm/i915: Make for_each_engine_masked work on intel_gtTvrtko Ursulin1-1/+1
2019-10-07drm/i915/gt: Prefer local path to runtime powermanagementChris Wilson1-4/+3
2019-10-04drm/i915/stolen: make the object creation interface consistentCQ Tang1-1/+1
2019-10-04drm/i915: Move request runtime management onto gtChris Wilson1-0/+2
2019-10-04drm/i915: Pull i915_vma_pin under the vm->mutexChris Wilson1-2/+3
2019-09-27drm/i915: Extract GT render sleep (rc6) managementAndi Shyti1-1/+4
2019-09-11drm/i915: Move GT init to intel_gt.cTvrtko Ursulin1-1/+91
2019-09-06drm/i915: Hook up GT power managementAndi Shyti1-2/+43
2019-08-15drm/i915: Protect request retirement with timeline->mutexChris Wilson1-2/+0
2019-08-12drm/i915: Extract GT powermanagement interrupt handlingAndi Shyti1-1/+3
2019-08-09drm/i915: extract gem/i915_gem_stolen.h from i915_drv.hJani Nikula1-1/+0
2019-08-02drm/i915: Hide unshrinkable context objects from the shrinkerChris Wilson1-1/+2
2019-08-01drm/i915/uc: Move uC early functions inside the GT onesDaniele Ceraolo Spurio1-0/+2
2019-08-01drm/i915/gt: Move gt_cleanup_early out of gem_cleanup_earlyDaniele Ceraolo Spurio1-1/+1
2019-07-31drm/i915/tgl: Move fault registers to their new offsetLucas De Marchi1-4/+20
2019-07-12drm/i915/gt: Use intel_gt as the primary object for handling resetsChris Wilson1-0/+7
2019-06-21drm/i915: Eliminate dual personality of i915_scratch_offsetTvrtko Ursulin1-0/+38
2019-06-21drm/i915: Store ggtt pointer in intel_gtTvrtko Ursulin1-0/+5
2019-06-21drm/i915: Move i915_gem_chipset_flush to intel_gtTvrtko Ursulin1-1/+8
2019-06-21drm/i915: Convert i915_gem_flush_ggtt_writes to intel_gtTvrtko Ursulin1-0/+41
2019-06-21drm/i915: Make i915_check_and_clear_faults take intel_gtTvrtko Ursulin1-0/+130
2019-06-21drm/i915: Move intel_gt_pm_init under intel_gt_init_earlyTvrtko Ursulin1-0/+3
2019-06-21drm/i915: Store some backpointers in struct intel_gtTvrtko Ursulin1-1/+6
2019-06-21drm/i915: Move intel_gt initialization to a separate fileTvrtko Ursulin1-0/+14