summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_perf.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: extract i915_perf.h from i915_drv.hJani Nikula2019-08-091-0/+1
* drm/i915/perf: Refactor oa object to better manage resourcesUmesh Nerlige Ramappa2019-08-071-264/+276
* drm/i915/gt: Move the [class][inst] lookup for engines onto the GTChris Wilson2019-08-061-2/+1
* drm/i915: Avoid ce->gem_context->i915Chris Wilson2019-07-311-1/+1
* Merge drm/drm-next into drm-intel-next-queuedRodrigo Vivi2019-07-291-5/+3
|\
| * proc/sysctl: add shared variables for range checkMatteo Croce2019-07-181-5/+3
* | drm/i915/perf: Initialise err to 0 before looping over ce->enginesChris Wilson2019-07-261-26/+35
* | drm/i915/oa: Reconfigure contexts on the flyChris Wilson2019-07-171-58/+185
* | drm/i915/perf: add missing delay for OA muxes configurationLionel Landwerlin2019-07-101-21/+28
* | drm/i915/perf: ensure we keep a reference on the driverLionel Landwerlin2019-07-091-0/+8
* | drm/i915: Move OA files to separate folderMichal Wajdeczko2019-06-261-14/+14
* | drm/i915/perf: fix ICL perf register offsetsLionel Landwerlin2019-06-251-3/+7
|/
* drm/i915: update rpm_get/put to use the rpm structureDaniele Ceraolo Spurio2019-06-141-3/+3
* drm/i915/perf: fix whitelist on Gen10+Lionel Landwerlin2019-06-101-0/+1
* drm/i915: Move more GEM objects under gem/Chris Wilson2019-05-281-0/+2
* drm/i915: Move shmem object setup to its own fileChris Wilson2019-05-281-1/+1
* drm/i915: Switch back to an array of logical per-engine HW contextsChris Wilson2019-04-261-34/+46
* drm/i915: Export intel_context_instance()Chris Wilson2019-04-261-7/+14
* drm/i915: Pass intel_context to i915_request_create()Chris Wilson2019-04-241-1/+1
* drm/i915: Move GraphicsTechnology files under gt/Chris Wilson2019-04-241-1/+2
* drm/i915: Store the default sseu setup on the engineChris Wilson2019-04-241-1/+1
* drm/i915: switch intel_wait_for_register to uncoreDaniele Ceraolo Spurio2019-03-261-6/+6
* drm/i915: Flush pages on acquisitionChris Wilson2019-03-211-3/+1
* drm/i915: use intel_uncore for all forcewake get/putDaniele Ceraolo Spurio2019-03-201-3/+3
* drm/i915/gen11+: First assume next platforms will inherit stuffRodrigo Vivi2019-03-131-1/+1
* drm/i915: Move over to intel_context_lookup()Chris Wilson2019-03-081-2/+2
* drm/i915: Pass around the intel_contextChris Wilson2019-03-061-16/+16
* drm/i915: Store the BIT(engine->id) as the engine's maskChris Wilson2019-03-051-4/+4
* drm/i915: Yet another if/else sort of newer to older platforms.Rodrigo Vivi2019-03-041-25/+25
* drm/i915/perf: lock powergating configuration to default when activeLionel Landwerlin2019-02-051-4/+9
* drm/i915: small isolated c99 types to kernel types switchJani Nikula2019-01-171-1/+1
* drm/i915/perf: Track the rpm wakerefChris Wilson2019-01-141-3/+3
* drm/i915: Markup paired operations on wakerefsChris Wilson2019-01-141-2/+2
* Merge drm/drm-next into drm-intel-next-queuedJani Nikula2019-01-081-1/+1
|\
| * Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-031-1/+1
* | drm/i915: start moving runtime device info to a separate structJani Nikula2019-01-021-2/+2
* | drm/i915: merge gen checks to use rangeLucas De Marchi2018-12-121-1/+1
* | drm/i915: replace IS_GEN<N> with IS_GEN(..., N)Lucas De Marchi2018-12-121-2/+2
* | drm/i915: Rename IS_GEN to IS_GEN_RANGELucas De Marchi2018-12-121-2/+2
|/
* Revert "drm/i915/perf: Fix warning in documentation"Joonas Lahtinen2018-11-191-1/+0
* Revert "drm/i915/perf: add a parameter to control the size of OA buffer"Joonas Lahtinen2018-11-191-66/+33
* drm/i915/perf: Fix warning in documentationLionel Landwerlin2018-10-241-0/+1
* drm/i915/perf: add a parameter to control the size of OA bufferLionel Landwerlin2018-10-231-33/+66
* drm/i915/perf: pass stream to vfuncs when possibleLionel Landwerlin2018-10-231-18/+25
* drm/i915/perf: remove redundant oa buffer initializationLionel Landwerlin2018-10-231-5/+1
* drm/i915/execlists: Use coherent writes into the context imageChris Wilson2018-09-141-1/+2
* i915/oa: Simplify updating contextsTvrtko Ursulin2018-09-131-109/+13
* drm/i915/perf: reuse intel_lrc ctx regs macroLionel Landwerlin2018-08-311-18/+16
* drm/i915/perf: simplify configure all context functionLionel Landwerlin2018-08-311-7/+4
* drm/i915: Pull unpin map into vma releaseChris Wilson2018-07-241-6/+4