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
*
proc/sysctl: add shared variables for range check
Matteo Croce
2019-07-19
1
-5
/
+3
*
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-04
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-13
1
-1
/
+1
*
|
drm/i915: replace IS_GEN<N> with IS_GEN(..., N)
Lucas De Marchi
2018-12-13
1
-2
/
+2
*
|
drm/i915: Rename IS_GEN to IS_GEN_RANGE
Lucas De Marchi
2018-12-13
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
*
drm/i915: Provide a timeout to i915_gem_wait_for_idle()
Chris Wilson
2018-07-09
1
-1
/
+3
*
drm/i915/perf: make oa format tables const
Jani Nikula
2018-06-14
1
-2
/
+2
*
drm/i915/perf: fix gen11 engine class shift
Michel Thierry
2018-06-11
1
-6
/
+3
*
drm/i915/perf: use the lrc_desc to get the ctx hw id in gen8-10
Michel Thierry
2018-06-11
1
-1
/
+4
*
drm/i915/perf: fix ctx_id read with GuC & ICL
Lionel Landwerlin
2018-06-04
1
-32
/
+91
*
drm/i915: Store a pointer to intel_context in i915_request
Chris Wilson
2018-05-18
1
-14
/
+11
*
drm/i915/oa: Check that OA is disabled before unpinning
Chris Wilson
2018-05-11
1
-0
/
+8
*
drm/i915: Split i915_gem_timeline into individual timelines
Chris Wilson
2018-05-03
1
-7
/
+3
*
drm/i915: Wrap engine->context_pin() and engine->context_unpin()
Chris Wilson
2018-04-30
1
-4
/
+5
*
drm/i915/perf: add more debug message on perf open & configs
Lionel Landwerlin
2018-03-29
1
-3
/
+14
*
drm/i915: rename PPGTT/GGTT fields OA registers
Lionel Landwerlin
2018-03-29
1
-3
/
+4
[next]