index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
i915_perf.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/i915/perf: fix oa config reconfiguration
Lionel Landwerlin
2019-10-20
1
-5
/
+6
*
drm/i915/perf: allow holding preemption on filtered ctx
Lionel Landwerlin
2019-10-14
1
-3
/
+31
*
drm/i915/perf: Allow dynamic reconfiguration of the OA stream
Chris Wilson
2019-10-14
1
-1
/
+45
*
drm/i915: add support for perf configuration queries
Lionel Landwerlin
2019-10-14
1
-2
/
+1
*
drm/i915/perf: introduce a versioning of the i915-perf uapi
Lionel Landwerlin
2019-10-14
1
-0
/
+10
*
drm/i915/perf: Avoid polluting the i915_oa_config with error pointers
Chris Wilson
2019-10-13
1
-27
/
+25
*
drm/i915/perf: Prefer using the pinned_ctx for emitting delays on config
Chris Wilson
2019-10-12
1
-2
/
+7
*
drm/i915/perf: execute OA configuration from command stream
Lionel Landwerlin
2019-10-12
1
-43
/
+156
*
drm/i915/perf: implement active wait for noa configurations
Lionel Landwerlin
2019-10-12
1
-0
/
+224
*
drm/i915/perf: allow for CS OA configs to be created lazily
Lionel Landwerlin
2019-10-12
1
-46
/
+61
*
drm/i915/perf: Replace global wakeref tracking with engine-pm
Chris Wilson
2019-10-12
1
-4
/
+4
*
drm/i915/perf: Store shortcut to intel_uncore
Chris Wilson
2019-10-10
1
-24
/
+24
*
drm/i915/perf: store the associated engine of a stream
Lionel Landwerlin
2019-10-10
1
-4
/
+26
*
drm/i915/perf: drop list of streams
Lionel Landwerlin
2019-10-08
1
-15
/
+1
*
drm/i915/perf: Set the exclusive stream under perf->lock
Chris Wilson
2019-10-08
1
-11
/
+1
*
drm/i915/perf: Wean ourselves off dev_priv
Chris Wilson
2019-10-08
1
-367
/
+354
*
drm/i915: Move context management under GEM
Chris Wilson
2019-10-04
1
-7
/
+17
*
drm/i915: Remove logical HW ID
Chris Wilson
2019-10-04
1
-14
/
+11
*
drm/i915: Pull i915_vma_pin under the vm->mutex
Chris Wilson
2019-10-04
1
-29
/
+3
*
drm/i915/selftests: Verify the LRC register layout between init and HW
Chris Wilson
2019-09-24
1
-20
/
+15
*
drm/i915/perf: Assert locking for i915_init_oa_perf_state()
Chris Wilson
2019-08-31
1
-0
/
+3
*
drm/i915/tgl/perf: use the same oa ctx_id format as icl
Michel Thierry
2019-08-27
1
-1
/
+2
*
drm/i915: extract i915_perf.h from i915_drv.h
Jani Nikula
2019-08-09
1
-0
/
+1
*
drm/i915/perf: Refactor oa object to better manage resources
Umesh Nerlige Ramappa
2019-08-07
1
-264
/
+276
*
drm/i915/gt: Move the [class][inst] lookup for engines onto the GT
Chris Wilson
2019-08-06
1
-2
/
+1
*
drm/i915: Avoid ce->gem_context->i915
Chris Wilson
2019-07-31
1
-1
/
+1
*
Merge drm/drm-next into drm-intel-next-queued
Rodrigo Vivi
2019-07-29
1
-5
/
+3
|
\
|
*
proc/sysctl: add shared variables for range check
Matteo Croce
2019-07-19
1
-5
/
+3
*
|
drm/i915/perf: Initialise err to 0 before looping over ce->engines
Chris Wilson
2019-07-26
1
-26
/
+35
*
|
drm/i915/oa: Reconfigure contexts on the fly
Chris Wilson
2019-07-17
1
-58
/
+185
*
|
drm/i915/perf: add missing delay for OA muxes configuration
Lionel Landwerlin
2019-07-10
1
-21
/
+28
*
|
drm/i915/perf: ensure we keep a reference on the driver
Lionel Landwerlin
2019-07-09
1
-0
/
+8
*
|
drm/i915: Move OA files to separate folder
Michal Wajdeczko
2019-06-27
1
-14
/
+14
*
|
drm/i915/perf: fix ICL perf register offsets
Lionel Landwerlin
2019-06-25
1
-3
/
+7
|
/
*
drm/i915: update rpm_get/put to use the rpm structure
Daniele Ceraolo Spurio
2019-06-14
1
-3
/
+3
*
drm/i915/perf: fix whitelist on Gen10+
Lionel Landwerlin
2019-06-10
1
-0
/
+1
*
drm/i915: Move more GEM objects under gem/
Chris Wilson
2019-05-28
1
-0
/
+2
*
drm/i915: Move shmem object setup to its own file
Chris Wilson
2019-05-28
1
-1
/
+1
*
drm/i915: Switch back to an array of logical per-engine HW contexts
Chris Wilson
2019-04-26
1
-34
/
+46
*
drm/i915: Export intel_context_instance()
Chris Wilson
2019-04-26
1
-7
/
+14
*
drm/i915: Pass intel_context to i915_request_create()
Chris Wilson
2019-04-24
1
-1
/
+1
*
drm/i915: Move GraphicsTechnology files under gt/
Chris Wilson
2019-04-24
1
-1
/
+2
*
drm/i915: Store the default sseu setup on the engine
Chris Wilson
2019-04-24
1
-1
/
+1
*
drm/i915: switch intel_wait_for_register to uncore
Daniele Ceraolo Spurio
2019-03-26
1
-6
/
+6
*
drm/i915: Flush pages on acquisition
Chris Wilson
2019-03-21
1
-3
/
+1
*
drm/i915: use intel_uncore for all forcewake get/put
Daniele Ceraolo Spurio
2019-03-20
1
-3
/
+3
*
drm/i915/gen11+: First assume next platforms will inherit stuff
Rodrigo Vivi
2019-03-13
1
-1
/
+1
*
drm/i915: Move over to intel_context_lookup()
Chris Wilson
2019-03-08
1
-2
/
+2
*
drm/i915: Pass around the intel_context
Chris Wilson
2019-03-06
1
-16
/
+16
*
drm/i915: Store the BIT(engine->id) as the engine's mask
Chris Wilson
2019-03-05
1
-4
/
+4
[next]