index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
stackcollapse.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2020-04-03
drm/i915: Implement port sync for SKL+
Ville Syrjälä
3
-20
/
+59
2020-04-03
drm/i915: Store cpu_transcoder_mask in device info
Ville Syrjälä
7
-30
/
+54
2020-04-03
drm/i915: Avoid setting timer->expires to 0
Chris Wilson
1
-1
/
+2
2020-04-03
drm/i915: Keep a per-engine request pool
Chris Wilson
4
-5
/
+34
2020-04-02
drm/i915/tgl: Make Wa_14010229206 permanent
Swathi Dhanavanthri
1
-6
/
+6
2020-04-02
drm/i915/selftests: Check for has-reset before testing hostile contexts
Chris Wilson
1
-0
/
+3
2020-04-02
drm/i915/gem: Utilize rcu iteration of context engines
Chris Wilson
1
-28
/
+31
2020-04-02
drm/i915/execlists: Peek at the next submission for error interrupts
Chris Wilson
1
-1
/
+40
2020-04-02
drm/i915/uc: Cleanup kerneldoc warnings
Chris Wilson
2
-4
/
+1
2020-04-02
drm/i915/gem: Drop cached obj->bind_count
Chris Wilson
12
-83
/
+13
2020-04-01
drm/i915/gt: Make fence revocation unequivocal
Chris Wilson
4
-20
/
+19
2020-04-01
drm/i915/gt: Store the fence details on the fence
Chris Wilson
2
-60
/
+37
2020-04-01
drm/i915/gt: Only wait for GPU activity before unbinding a GGTT fence
Chris Wilson
3
-4
/
+28
2020-04-01
drm/i915/gem: Try allocating va from free space
Chris Wilson
1
-25
/
+43
2020-04-01
drm/i915/gt: fix spelling mistake "undeflow" -> "underflow"
Chen Zhou
1
-1
/
+1
2020-04-01
drm/i915/gt: Align engine dump active/pending
Chris Wilson
1
-1
/
+1
2020-03-31
drm/i915/gem: Ignore readonly failures when updating relocs
Chris Wilson
1
-4
/
+2
2020-03-31
drm/i915/gt: Fill all the unused space in the GGTT
Chris Wilson
1
-10
/
+27
2020-03-31
drm/i915: Report all failed registers for ctx isolation
Mika Kuoppala
1
-12
/
+13
2020-03-31
drm/i915/gt: Include the execlists CCID of each port in the engine dump
Chris Wilson
1
-49
/
+56
2020-03-31
drm/i915/execlists: Pause CS flow before reset
Chris Wilson
1
-0
/
+1
2020-03-31
drm/i915/selftests: Tidy up an error message for live_error_interrupt
Chris Wilson
1
-4
/
+5
2020-03-31
drm/i915/gt: Include a few tracek for timeslicing
Chris Wilson
2
-3
/
+23
2020-03-31
drm/i915: Defer kicking the tasklet until all rescheduling is complete
Chris Wilson
1
-0
/
+4
2020-03-31
drm/i915/tc/icl: Update TC vswing tables
José Roberto de Souza
1
-20
/
+73
2020-03-31
drm/i915/dp/ehl: Update vswing table for HBR and RBR
José Roberto de Souza
1
-5
/
+4
2020-03-31
drm/i915/dp: Return the right vswing tables
José Roberto de Souza
1
-2
/
+3
2020-03-31
drm/i915/icl+: Don't enable DDI IO power on a TypeC port in TBT mode
Imre Deak
1
-1
/
+5
2020-03-31
drm/i915/execlists: Double check breadcrumb before crying foul
Chris Wilson
1
-7
/
+27
2020-03-31
drm/i915/perf: don't read head/tail pointers outside critical section
Lionel Landwerlin
1
-2
/
+5
2020-03-30
drm/i915/execlists: Explicitly reset both reg and context runtime
Chris Wilson
1
-11
/
+13
2020-03-30
drm/i915/gem: Split eb_vma into its own allocation
Chris Wilson
1
-58
/
+73
2020-03-30
drm/i915/perf: Schedule oa_config after modifying the contexts
Chris Wilson
2
-57
/
+102
2020-03-30
drm/i915: Wrap i915_active in a simple kreffed struct
Chris Wilson
2
-0
/
+57
2020-03-30
drm/i915: Allow for different modes of interruptible i915_active_wait
Chris Wilson
3
-8
/
+14
2020-03-30
drm/i915/selftests: Check timeout before flush and cond checks
Chris Wilson
1
-9
/
+24
2020-03-30
drm/i915/execlists: Include priority info in trace_ports
Chris Wilson
1
-8
/
+21
2020-03-30
drm/i915/huc: Fix HuC register used in debugfs
Michal Wajdeczko
1
-2
/
+2
2020-03-30
drm/i915/huc: Add more errors for I915_PARAM_HUC_STATUS
Michal Wajdeczko
1
-4
/
+18
2020-03-27
drm/i915/tgl: Add definitions for VRR registers and bits
Aditya Swarup
1
-0
/
+90
2020-03-27
drm/i915/execlists: Workaround switching back to a completed context
Chris Wilson
1
-3
/
+23
2020-03-27
drm/i915: Include port sync state in the state dump
Ville Syrjälä
1
-0
/
+5
2020-03-27
drm/i915: Use REG_FIELD_PREP() & co. for TRANS_DDI_FUNC_CTL2
Ville Syrjälä
2
-10
/
+6
2020-03-27
drm/i915: Move icl_get_trans_port_sync_config() into the DDI code
Ville Syrjälä
2
-59
/
+54
2020-03-27
drm/i915: Drop usless master_transcoder assignments
Ville Syrjälä
1
-2
/
+0
2020-03-27
drm/i915: Move TRANS_DDI_FUNC_CTL2 programming where it belongs
Ville Syrjälä
2
-67
/
+40
2020-03-27
drm/i915/mst: Use .compute_config_late() to compute master transcoder
Ville Syrjälä
1
-47
/
+51
2020-03-27
drm/i915: Differentiate between aliasing-ppgtt and ggtt pinning
Chris Wilson
1
-3
/
+22
2020-03-27
drm: Constify adjusted_mode a bit
Ville Syrjälä
1
-2
/
+4
2020-03-27
drm/i915: Get rid of silly void* from MST code
Ville Syrjälä
1
-4
/
+4
[next]