summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_perf.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/perf: add missing delay for OA muxes configurationLionel Landwerlin2019-07-291-21/+28
* drm/i915/perf: ensure we keep a reference on the driverLionel Landwerlin2019-07-291-0/+8
* drm/i915/perf: fix ICL perf register offsetsLionel Landwerlin2019-07-291-3/+7
* proc/sysctl: add shared variables for range checkMatteo Croce2019-07-191-5/+3Star
* 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/+1Star
* 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-041-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-131-1/+1
* | drm/i915: replace IS_GEN<N> with IS_GEN(..., N)Lucas De Marchi2018-12-131-2/+2
* | drm/i915: Rename IS_GEN to IS_GEN_RANGELucas De Marchi2018-12-131-2/+2
|/
* Revert "drm/i915/perf: Fix warning in documentation"Joonas Lahtinen2018-11-191-1/+0Star
* Revert "drm/i915/perf: add a parameter to control the size of OA buffer"Joonas Lahtinen2018-11-191-66/+33Star
* 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/+1Star
* drm/i915/execlists: Use coherent writes into the context imageChris Wilson2018-09-141-1/+2
* i915/oa: Simplify updating contextsTvrtko Ursulin2018-09-131-109/+13Star
* drm/i915/perf: reuse intel_lrc ctx regs macroLionel Landwerlin2018-08-311-18/+16Star
* drm/i915/perf: simplify configure all context functionLionel Landwerlin2018-08-311-7/+4Star
* drm/i915: Pull unpin map into vma releaseChris Wilson2018-07-241-6/+4Star
* drm/i915: Provide a timeout to i915_gem_wait_for_idle()Chris Wilson2018-07-091-1/+3
* drm/i915/perf: make oa format tables constJani Nikula2018-06-141-2/+2
* drm/i915/perf: fix gen11 engine class shiftMichel Thierry2018-06-111-6/+3Star
* drm/i915/perf: use the lrc_desc to get the ctx hw id in gen8-10Michel Thierry2018-06-111-1/+4
* drm/i915/perf: fix ctx_id read with GuC & ICLLionel Landwerlin2018-06-041-32/+91
* drm/i915: Store a pointer to intel_context in i915_requestChris Wilson2018-05-181-14/+11Star
* drm/i915/oa: Check that OA is disabled before unpinningChris Wilson2018-05-111-0/+8
* drm/i915: Split i915_gem_timeline into individual timelinesChris Wilson2018-05-031-7/+3Star