index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
i915_perf.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-08-09
drm/i915: extract i915_perf.h from i915_drv.h
Jani Nikula
1
-0
/
+1
2019-08-07
drm/i915/perf: Refactor oa object to better manage resources
Umesh Nerlige Ramappa
1
-264
/
+276
2019-08-06
drm/i915/gt: Move the [class][inst] lookup for engines onto the GT
Chris Wilson
1
-2
/
+1
2019-07-31
drm/i915: Avoid ce->gem_context->i915
Chris Wilson
1
-1
/
+1
2019-07-29
Merge drm/drm-next into drm-intel-next-queued
Rodrigo Vivi
1
-5
/
+3
2019-07-26
drm/i915/perf: Initialise err to 0 before looping over ce->engines
Chris Wilson
1
-26
/
+35
2019-07-18
proc/sysctl: add shared variables for range check
Matteo Croce
1
-5
/
+3
2019-07-17
drm/i915/oa: Reconfigure contexts on the fly
Chris Wilson
1
-58
/
+185
2019-07-10
drm/i915/perf: add missing delay for OA muxes configuration
Lionel Landwerlin
1
-21
/
+28
2019-07-09
drm/i915/perf: ensure we keep a reference on the driver
Lionel Landwerlin
1
-0
/
+8
2019-06-26
drm/i915: Move OA files to separate folder
Michal Wajdeczko
1
-14
/
+14
2019-06-25
drm/i915/perf: fix ICL perf register offsets
Lionel Landwerlin
1
-3
/
+7
2019-06-14
drm/i915: update rpm_get/put to use the rpm structure
Daniele Ceraolo Spurio
1
-3
/
+3
2019-06-10
drm/i915/perf: fix whitelist on Gen10+
Lionel Landwerlin
1
-0
/
+1
2019-05-28
drm/i915: Move more GEM objects under gem/
Chris Wilson
1
-0
/
+2
2019-05-28
drm/i915: Move shmem object setup to its own file
Chris Wilson
1
-1
/
+1
2019-04-26
drm/i915: Switch back to an array of logical per-engine HW contexts
Chris Wilson
1
-34
/
+46
2019-04-26
drm/i915: Export intel_context_instance()
Chris Wilson
1
-7
/
+14
2019-04-24
drm/i915: Pass intel_context to i915_request_create()
Chris Wilson
1
-1
/
+1
2019-04-24
drm/i915: Move GraphicsTechnology files under gt/
Chris Wilson
1
-1
/
+2
2019-04-24
drm/i915: Store the default sseu setup on the engine
Chris Wilson
1
-1
/
+1
2019-03-26
drm/i915: switch intel_wait_for_register to uncore
Daniele Ceraolo Spurio
1
-6
/
+6
2019-03-21
drm/i915: Flush pages on acquisition
Chris Wilson
1
-3
/
+1
2019-03-20
drm/i915: use intel_uncore for all forcewake get/put
Daniele Ceraolo Spurio
1
-3
/
+3
2019-03-13
drm/i915/gen11+: First assume next platforms will inherit stuff
Rodrigo Vivi
1
-1
/
+1
2019-03-08
drm/i915: Move over to intel_context_lookup()
Chris Wilson
1
-2
/
+2
2019-03-06
drm/i915: Pass around the intel_context
Chris Wilson
1
-16
/
+16
2019-03-05
drm/i915: Store the BIT(engine->id) as the engine's mask
Chris Wilson
1
-4
/
+4
2019-03-04
drm/i915: Yet another if/else sort of newer to older platforms.
Rodrigo Vivi
1
-25
/
+25
2019-02-05
drm/i915/perf: lock powergating configuration to default when active
Lionel Landwerlin
1
-4
/
+9
2019-01-17
drm/i915: small isolated c99 types to kernel types switch
Jani Nikula
1
-1
/
+1
2019-01-14
drm/i915/perf: Track the rpm wakeref
Chris Wilson
1
-3
/
+3
2019-01-14
drm/i915: Markup paired operations on wakerefs
Chris Wilson
1
-2
/
+2
2019-01-08
Merge drm/drm-next into drm-intel-next-queued
Jani Nikula
1
-1
/
+1
2019-01-03
Remove 'type' argument from access_ok() function
Linus Torvalds
1
-1
/
+1
2019-01-02
drm/i915: start moving runtime device info to a separate struct
Jani Nikula
1
-2
/
+2
2018-12-12
drm/i915: merge gen checks to use range
Lucas De Marchi
1
-1
/
+1
2018-12-12
drm/i915: replace IS_GEN<N> with IS_GEN(..., N)
Lucas De Marchi
1
-2
/
+2
2018-12-12
drm/i915: Rename IS_GEN to IS_GEN_RANGE
Lucas De Marchi
1
-2
/
+2
2018-11-19
Revert "drm/i915/perf: Fix warning in documentation"
Joonas Lahtinen
1
-1
/
+0
2018-11-19
Revert "drm/i915/perf: add a parameter to control the size of OA buffer"
Joonas Lahtinen
1
-66
/
+33
2018-10-24
drm/i915/perf: Fix warning in documentation
Lionel Landwerlin
1
-0
/
+1
2018-10-23
drm/i915/perf: add a parameter to control the size of OA buffer
Lionel Landwerlin
1
-33
/
+66
2018-10-23
drm/i915/perf: pass stream to vfuncs when possible
Lionel Landwerlin
1
-18
/
+25
2018-10-23
drm/i915/perf: remove redundant oa buffer initialization
Lionel Landwerlin
1
-5
/
+1
2018-09-14
drm/i915/execlists: Use coherent writes into the context image
Chris Wilson
1
-1
/
+2
2018-09-13
i915/oa: Simplify updating contexts
Tvrtko Ursulin
1
-109
/
+13
2018-08-31
drm/i915/perf: reuse intel_lrc ctx regs macro
Lionel Landwerlin
1
-18
/
+16
2018-08-31
drm/i915/perf: simplify configure all context function
Lionel Landwerlin
1
-7
/
+4
2018-07-24
drm/i915: Pull unpin map into vma release
Chris Wilson
1
-6
/
+4
[next]