summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_wakeref.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Push the wakeref->count deferral to the backendChris Wilson2019-08-131-3/+1
* drm/i915: Defer final intel_wakeref_put to process contextChris Wilson2019-08-081-21/+61
* drm/i915: Local debug BUG_ON for intel_wakerefChris Wilson2019-06-211-4/+5
* drm/i915: make intel_wakeref work on the rpm structDaniele Ceraolo Spurio2019-06-141-16/+16
* drm/i915: update rpm_get/put to use the rpm structureDaniele Ceraolo Spurio2019-06-141-4/+4
* drm/i915: Remove rpm asserts that use i915Daniele Ceraolo Spurio2019-06-141-1/+1
* drm/i915: Avoid refcount_inc on known zero countChris Wilson2019-05-291-2/+2
* drm/i915: Keep user GGTT alive for a minimum of 250msChris Wilson2019-05-281-0/+63
* drm/i915: Prefer checking the wakeref itself rather than the counterChris Wilson2019-05-071-3/+17
* drm/i915: Introduce struct intel_wakerefChris Wilson2019-04-241-0/+61