aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_perf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-07-09drm/i915: Provide a timeout to i915_gem_wait_for_idle()Chris Wilson1-1/+3
2018-06-14drm/i915/perf: make oa format tables constJani Nikula1-2/+2
2018-06-11drm/i915/perf: fix gen11 engine class shiftMichel Thierry1-6/+3
2018-06-11drm/i915/perf: use the lrc_desc to get the ctx hw id in gen8-10Michel Thierry1-1/+4
2018-06-04drm/i915/perf: fix ctx_id read with GuC & ICLLionel Landwerlin1-32/+91
2018-05-18drm/i915: Store a pointer to intel_context in i915_requestChris Wilson1-14/+11
2018-05-11drm/i915/oa: Check that OA is disabled before unpinningChris Wilson1-0/+8
2018-05-02drm/i915: Split i915_gem_timeline into individual timelinesChris Wilson1-7/+3
2018-04-30drm/i915: Wrap engine->context_pin() and engine->context_unpin()Chris Wilson1-4/+5
2018-03-29drm/i915/perf: add more debug message on perf open & configsLionel Landwerlin1-3/+14
2018-03-29drm/i915: rename PPGTT/GGTT fields OA registersLionel Landwerlin1-3/+4
2018-03-29drm/i915/perf: remove empty lineLionel Landwerlin1-1/+0