index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
i915_trace.h
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-14
Merge drm/drm-next into drm-intel-next
Rodrigo Vivi
1
-15
/
+0
2022-11-11
drm/i915: stop including i915_irq.h from i915_trace.h
Jani Nikula
1
-1
/
+0
2022-10-12
drm/i915/trace: Remove unused frequency trace
Andi Shyti
1
-15
/
+0
2021-12-09
drm/i915/trace: split out display trace to a separate file
Jani Nikula
1
-573
/
+0
2021-12-09
drm/i915/trace: clean up boilerplate organization
Jani Nikula
1
-4
/
+6
2021-12-03
drm/i915/fbc: Track FBC usage per-plane
Ville Syrjälä
1
-6
/
+12
2021-12-02
drm/i915/crtc: rename intel_get_crtc_for_pipe() to intel_crtc_for_pipe()
Jani Nikula
1
-2
/
+2
2021-11-22
Merge drm/drm-next into drm-intel-next
Jani Nikula
1
-5
/
+2
2021-11-10
drm/i915: Use vblank workers for gamma updates
Ville Syrjälä
1
-0
/
+42
2021-11-04
drm/i915: Split update_plane() into update_noarm() + update_arm()
Ville Syrjälä
1
-2
/
+31
2021-11-03
Merge tag 'drm-next-2021-11-03' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-8
/
+4
2021-10-28
drm/i915: Revert 'guc_id' from i915_request tracepoint
Joonas Lahtinen
1
-5
/
+2
2021-09-13
drm/i915/guc: Drop guc_active move everything into guc_state
Matthew Brost
1
-1
/
+1
2021-09-13
drm/i915/guc: Move fields protected by guc->contexts_lock into sub structure
Matthew Brost
1
-2
/
+2
2021-09-13
drm/i915/guc: Move GuC priority fields in context under guc_active
Matthew Brost
1
-1
/
+1
2021-09-13
drm/i915/guc: Rework and simplify locking
Matthew Brost
1
-5
/
+1
2021-09-06
drm/i915: Drop __rcu from gem_context->vm
Daniel Vetter
1
-1
/
+1
2021-07-28
drm/i915/guc: Implement GuC priority management
Matthew Brost
1
-2
/
+15
2021-07-28
drm/i915/guc: Implement banned contexts for GuC submission
Matthew Brost
1
-0
/
+10
2021-07-28
drm/i915/guc: Handle context reset notification
Matthew Brost
1
-0
/
+10
2021-07-22
drm/i915: Add intel_context tracing
Matthew Brost
1
-0
/
+145
2021-07-22
drm/i915/guc: Add trace point for GuC submit
Matthew Brost
1
-4
/
+19
2021-04-28
drm/i915: Add frontbuffer tracking tracepoints
Ville Syrjälä
1
-0
/
+38
2021-04-28
drm/i915/display: move crtc and dpll declarations where they belong
Jani Nikula
1
-0
/
+1
2020-06-03
drm/i915: Drop i915_request.i915 backpointer
Chris Wilson
1
-5
/
+5
2020-01-28
drm/i915/trace: i915_request.prio is a signed value
Chris Wilson
1
-2
/
+2
2020-01-15
drm/i915/fbc: Add fbc tracepoints
Ville Syrjälä
1
-0
/
+62
2019-12-19
drm/i915: Rename pipe update tracepoints
Ville Syrjälä
1
-3
/
+3
2019-10-04
drm/i915: Move context management under GEM
Chris Wilson
1
-1
/
+1
2019-10-04
drm/i915: Remove logical HW ID
Chris Wilson
1
-26
/
+12
2019-08-07
drm/i915: rename intel_drv.h to display/intel_display_types.h
Jani Nikula
1
-1
/
+1
2019-08-06
drm/i915/gt: Move the [class][inst] lookup for engines onto the GT
Chris Wilson
1
-5
/
+5
2019-07-11
drm/i915: Copy name string into ring buffer for intel_update/disable_plane tr...
Steven Rostedt (VMware)
1
-6
/
+6
2019-06-26
drm/i915: Fix various tracepoints for gen2
Ville Syrjälä
1
-43
/
+33
2019-06-19
drm/i915: Stop passing I915_WAIT_LOCKED to i915_request_wait()
Chris Wilson
1
-2
/
+1
2019-06-11
drm/i915: Pull kref into i915_address_space
Chris Wilson
1
-1
/
+1
2019-04-30
drm/i915: extract i915_irq.h from intel_drv.h and i915_drv.h
Jani Nikula
1
-0
/
+1
2019-04-24
drm/i915: Move GraphicsTechnology files under gt/
Chris Wilson
1
-1
/
+2
2019-02-26
drm/i915: Remove i915_request.global_seqno
Chris Wilson
1
-17
/
+8
2019-02-20
Merge drm/drm-next into drm-intel-next-queued
Joonas Lahtinen
1
-0
/
+2
2019-02-15
drm/i915: Add pipe enable/disable tracepoints
Ville Syrjälä
1
-0
/
+56
2019-02-15
drm/i915: Add pipe crc tracepoint
Ville Syrjälä
1
-0
/
+25
2019-02-04
Merge tag 'drm-intel-next-2019-02-02' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
1
-25
/
+0
2019-01-30
drm/i915: Remove the intel_engine_notify tracepoint
Chris Wilson
1
-25
/
+0
2019-01-24
drm: Split out drm_probe_helper.h
Daniel Vetter
1
-0
/
+2
2019-01-09
drm/i915: drop all drmP.h includes
Jani Nikula
1
-1
/
+0
2018-12-28
drm/i915: Remove HW semaphores for gen7 inter-engine synchronisation
Chris Wilson
1
-29
/
+0
2018-06-11
drm/i915/ringbuffer: Fix context restore upon reset
Chris Wilson
1
-33
/
+0
2018-06-05
drm/i915/gtt: Rename i915_hw_ppgtt base member
Chris Wilson
1
-2
/
+2
2018-06-05
drm/i915/trace: Context field needs to be 64-bit wide
Tvrtko Ursulin
1
-10
/
+10
[next]