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