aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_wakeref.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-23drm/i915: Extend intel_wakeref to support delayed putsChris Wilson1-3/+19
2020-01-03drm/i915/gt: Flush ongoing retires during wait_for_idleChris Wilson1-2/+7
2019-11-21drm/i915: Mark intel_wakeref_get() as a sleeperChris Wilson1-2/+17
2019-11-20drm/i915: Mark up the calling context for intel_wakeref_put()Chris Wilson1-9/+21
2019-11-19drm/i915: Wait until the intel_wakeref idle callback is completeChris Wilson1-0/+15
2019-08-13drm/i915: Push the wakeref->count deferral to the backendChris Wilson1-0/+11
2019-08-08drm/i915: Defer final intel_wakeref_put to process contextChris Wilson1-20/+42
2019-06-26drm/i915: Add a wakeref getter for iff the wakeref is already activeChris Wilson1-0/+15
2019-06-25drm/i915: Rename intel_wakeref_[is]_activeChris Wilson1-2/+2
2019-06-21drm/i915: Local debug BUG_ON for intel_wakerefChris Wilson1-0/+7
2019-06-14drm/i915: make intel_wakeref work on the rpm structDaniele Ceraolo Spurio1-9/+9
2019-05-28drm/i915: Keep user GGTT alive for a minimum of 250msChris Wilson1-0/+31
2019-05-07drm/i915: Prefer checking the wakeref itself rather than the counterChris Wilson1-1/+1
2019-04-24drm/i915: Introduce struct intel_wakerefChris Wilson1-0/+133