summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gt/intel_engine_pm.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Hold irq-off for the entire fake lock periodChris Wilson2019-09-061-10/+18
* drm/i915/gt: Mark up the nested engine-pm timeline lock as irqsafeChris Wilson2019-08-191-0/+18
* drm/i915/gt: Mark context->active_count as protected by timeline->mutexChris Wilson2019-08-161-0/+14
* drm/i915/gt: Track timeline activeness in enter/exitChris Wilson2019-08-151-0/+2
* drm/i915: Push the wakeref->count deferral to the backendChris Wilson2019-08-131-1/+7
* drm/i915: Defer final intel_wakeref_put to process contextChris Wilson2019-08-081-27/+11
* drm/i915: Replace struct_mutex for batch pool serialisationChris Wilson2019-08-041-0/+2
* drm/i915: Allow sharing the idle-barrier from other kernel requestsChris Wilson2019-08-021-1/+1
* drm/i915/gt: Use intel_gt as the primary object for handling resetsChris Wilson2019-07-121-1/+2
* drm/i915: Lift intel_engines_resume() to callersChris Wilson2019-06-261-24/+0
* drm/i915/gt: Pass intel_gt to pm routinesChris Wilson2019-06-251-4/+4
* drm/i915: Make the semaphore saturation mask globalChris Wilson2019-06-191-0/+2
* drm/i915: Keep contexts pinned until after the next kernel context switchChris Wilson2019-06-141-0/+2
* drm/i915: make intel_wakeref work on the rpm structDaniele Ceraolo Spurio2019-06-141-2/+2
* drm/i915/execlists: Flush the tasklet on parkingChris Wilson2019-05-031-5/+22
* drm/i915: Invert the GEM wakeref hierarchyChris Wilson2019-04-241-0/+147