aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_wakeref.h
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/guc: Take engine PM when a context is pinned with GuC submissionMatthew Brost2021-10-151-0/+12
* drm/i915: Extend intel_wakeref to support delayed putsChris Wilson2020-03-231-3/+19
* drm/i915/gt: Flush ongoing retires during wait_for_idleChris Wilson2020-01-031-2/+7
* drm/i915: Mark intel_wakeref_get() as a sleeperChris Wilson2019-11-211-2/+17
* drm/i915: Mark up the calling context for intel_wakeref_put()Chris Wilson2019-11-201-9/+21
* drm/i915: Wait until the intel_wakeref idle callback is completeChris Wilson2019-11-191-0/+15
* drm/i915: Push the wakeref->count deferral to the backendChris Wilson2019-08-131-0/+11
* drm/i915: Defer final intel_wakeref_put to process contextChris Wilson2019-08-081-20/+42
* drm/i915: Add a wakeref getter for iff the wakeref is already activeChris Wilson2019-06-261-0/+15
* drm/i915: Rename intel_wakeref_[is]_activeChris Wilson2019-06-251-2/+2
* drm/i915: Local debug BUG_ON for intel_wakerefChris Wilson2019-06-211-0/+7
* drm/i915: make intel_wakeref work on the rpm structDaniele Ceraolo Spurio2019-06-141-9/+9
* drm/i915: Keep user GGTT alive for a minimum of 250msChris Wilson2019-05-281-0/+31
* drm/i915: Prefer checking the wakeref itself rather than the counterChris Wilson2019-05-071-1/+1
* drm/i915: Introduce struct intel_wakerefChris Wilson2019-04-241-0/+133