index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
i915_perf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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-18
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-26
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
*
drm/i915: Yet another if/else sort of newer to older platforms.
Rodrigo Vivi
2019-03-04
1
-25
/
+25
*
drm/i915/perf: lock powergating configuration to default when active
Lionel Landwerlin
2019-02-05
1
-4
/
+9
*
drm/i915: small isolated c99 types to kernel types switch
Jani Nikula
2019-01-17
1
-1
/
+1
*
drm/i915/perf: Track the rpm wakeref
Chris Wilson
2019-01-14
1
-3
/
+3
*
drm/i915: Markup paired operations on wakerefs
Chris Wilson
2019-01-14
1
-2
/
+2
*
Merge drm/drm-next into drm-intel-next-queued
Jani Nikula
2019-01-08
1
-1
/
+1
|
\
|
*
Remove 'type' argument from access_ok() function
Linus Torvalds
2019-01-03
1
-1
/
+1
*
|
drm/i915: start moving runtime device info to a separate struct
Jani Nikula
2019-01-02
1
-2
/
+2
*
|
drm/i915: merge gen checks to use range
Lucas De Marchi
2018-12-12
1
-1
/
+1
*
|
drm/i915: replace IS_GEN<N> with IS_GEN(..., N)
Lucas De Marchi
2018-12-12
1
-2
/
+2
*
|
drm/i915: Rename IS_GEN to IS_GEN_RANGE
Lucas De Marchi
2018-12-12
1
-2
/
+2
|
/
*
Revert "drm/i915/perf: Fix warning in documentation"
Joonas Lahtinen
2018-11-19
1
-1
/
+0
*
Revert "drm/i915/perf: add a parameter to control the size of OA buffer"
Joonas Lahtinen
2018-11-19
1
-66
/
+33
*
drm/i915/perf: Fix warning in documentation
Lionel Landwerlin
2018-10-24
1
-0
/
+1
*
drm/i915/perf: add a parameter to control the size of OA buffer
Lionel Landwerlin
2018-10-23
1
-33
/
+66
*
drm/i915/perf: pass stream to vfuncs when possible
Lionel Landwerlin
2018-10-23
1
-18
/
+25
*
drm/i915/perf: remove redundant oa buffer initialization
Lionel Landwerlin
2018-10-23
1
-5
/
+1
*
drm/i915/execlists: Use coherent writes into the context image
Chris Wilson
2018-09-14
1
-1
/
+2
*
i915/oa: Simplify updating contexts
Tvrtko Ursulin
2018-09-13
1
-109
/
+13
*
drm/i915/perf: reuse intel_lrc ctx regs macro
Lionel Landwerlin
2018-08-31
1
-18
/
+16
*
drm/i915/perf: simplify configure all context function
Lionel Landwerlin
2018-08-31
1
-7
/
+4
*
drm/i915: Pull unpin map into vma release
Chris Wilson
2018-07-24
1
-6
/
+4
[next]