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 perf stream opening lock
Lionel Landwerlin
2018-03-01
1
-27
/
+13
*
Merge drm-next into drm-intel-next-queued (this time for real)
Joonas Lahtinen
2018-03-01
1
-9
/
+9
|
\
|
*
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
2018-02-11
1
-5
/
+5
|
*
Merge tag 'drm-for-v4.16' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2018-02-02
1
-63
/
+90
|
|
\
|
*
|
the rest of drivers/*: annotate ->poll() instances
Al Viro
2017-11-28
1
-4
/
+4
|
*
|
Backmerge tag 'v4.14-rc7' into drm-next
Dave Airlie
2017-11-02
1
-0
/
+4
|
|
\
\
|
|
*
|
drm/i915/perf: fix perf enable/disable ioctls with 32bits userspace
Lionel Landwerlin
2017-10-25
1
-0
/
+4
*
|
|
|
drm/i915: Rename drm_i915_gem_request to i915_request
Chris Wilson
2018-02-21
1
-14
/
+14
|
|
_
|
/
|
/
|
|
*
|
|
drm/i915: Remove i915.enable_execlists module parameter
Chris Wilson
2017-11-20
1
-4
/
+4
*
|
|
drm/i915/perf: reuse timestamp frequency from device info
Lionel Landwerlin
2017-11-20
1
-31
/
+5
*
|
|
drm/i915: Automatic i915_switch_context for legacy
Chris Wilson
2017-11-20
1
-2
/
+1
*
|
|
drm/i915/perf: replace .reg accesses with i915_mmio_reg_offset
Lionel Landwerlin
2017-11-20
1
-15
/
+24
*
|
|
drm/i915/perf: enable perf support on CNL
Lionel Landwerlin
2017-11-13
1
-1
/
+40
*
|
|
drm/i915/perf: refactor perf setup
Lionel Landwerlin
2017-11-13
1
-23
/
+25
*
|
|
drm/i915/perf: add support for Coffeelake GT3
Lionel Landwerlin
2017-11-13
1
-0
/
+3
*
|
|
drm/i915/perf: complete whitelisting for OA programming on HSW
Lionel Landwerlin
2017-11-13
1
-1
/
+2
*
|
|
drm/i915/perf: fix perf enable/disable ioctls with 32bits userspace
Lionel Landwerlin
2017-10-24
1
-0
/
+4
|
/
/
*
|
drm/i915: Rename global i915 to i915_modparams
Michal Wajdeczko
2017-09-22
1
-3
/
+3
*
|
drm/i915/perf: add support for Coffeelake GT2
Lionel Landwerlin
2017-09-18
1
-0
/
+5
*
|
drm/i915/perf: disable clk ratio reports on gen9
Lionel Landwerlin
2017-09-18
1
-2
/
+1
|
/
*
drm/i915/perf: Drop redundant check for perf.initialised on reset
Chris Wilson
2017-08-10
1
-5
/
+2
*
drm/i915/perf: Drop lockdep assert for i915_oa_init_reg_state()
Chris Wilson
2017-08-10
1
-2
/
+0
*
drm/i915/perf: Initialise dynamic sysfs group before creation
Chris Wilson
2017-08-10
1
-2
/
+1
*
drm/i915/perf: Initialise the dynamic sysfs attr
Chris Wilson
2017-08-04
1
-0
/
+1
*
drm/i915/perf: Implement I915_PERF_ADD/REMOVE_CONFIG interface
Lionel Landwerlin
2017-08-03
1
-14
/
+457
*
drm/i915/perf: disable NOA logic when not used
Lionel Landwerlin
2017-08-03
1
-0
/
+4
*
drm/i915/perf: leave GDT_CHICKEN_BITS programming in configs
Lionel Landwerlin
2017-08-03
1
-7
/
+0
*
drm/i915/perf: prune OA configs
Lionel Landwerlin
2017-08-03
1
-185
/
+131
*
drm/i915/perf: fix flex eu registers programming
Lionel Landwerlin
2017-08-03
1
-2
/
+2
*
drm/i915: Fix error checking/locking in perf/lookup_context()
Imre Deak
2017-07-17
1
-27
/
+5
*
drm/i915: Hold RPM wakelock while initializing OA buffer
sagar.a.kamble@intel.com
2017-07-03
1
-6
/
+6
*
drm/i915: Allow contexts to be unreferenced locklessly
Chris Wilson
2017-06-20
1
-2
/
+2
*
drm/i915: Group all the global context information together
Chris Wilson
2017-06-20
1
-1
/
+1
*
drm/i915/perf: add GLK support
Lionel Landwerlin
2017-06-14
1
-2
/
+15
*
drm/i915/perf: add KBL support
Lionel Landwerlin
2017-06-14
1
-1
/
+29
*
drm/i915/perf: remove perf.hook_lock
Robert Bragg
2017-06-14
1
-22
/
+11
*
drm/i915/perf: per-gen timebase for checking sample freq
Robert Bragg
2017-06-14
1
-11
/
+28
*
drm/i915/perf: Add OA unit support for Gen 8+
Robert Bragg
2017-06-14
1
-73
/
+961
*
drm/i915/perf: rework mux configurations queries
Lionel Landwerlin
2017-06-14
1
-2
/
+5
*
drm/i915/perf: rate limit spurious oa report notice
Robert Bragg
2017-05-13
1
-1
/
+27
*
drm/i915/perf: better pipeline aged/aging tail updates
Robert Bragg
2017-05-13
1
-18
/
+23
*
drm/i915/perf: improve invalid OA format debug message
Robert Bragg
2017-05-13
1
-2
/
+4
*
drm/i915/perf: improve tail race workaround
Robert Bragg
2017-05-13
1
-91
/
+186
*
drm/i915/perf: no head/tail ref in gen7_oa_read
Robert Bragg
2017-05-13
1
-32
/
+18
*
drm/i915/perf: avoid read back of head register
Robert Bragg
2017-05-13
1
-25
/
+21
*
drm/i915/perf: avoid poll, read, EAGAIN busy loops
Robert Bragg
2017-05-13
1
-1
/
+9
*
drm/i915/perf: fix gen7_append_oa_reports comment
Robert Bragg
2017-05-13
1
-1
/
+1
*
drm/i915: Use engine->context_pin() to report the intel_ring
Chris Wilson
2017-05-04
1
-7
/
+6
*
drm/i915/perf: remove user triggerable warn
Matthew Auld
2017-03-28
1
-2
/
+6
*
drm/i915/perf: destroy stream on sample_flags mismatch
Matthew Auld
2017-03-28
1
-1
/
+2
[next]