index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
zte
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-01-16
drm/i915: Serialise concurrent calls to i915_gem_set_wedged()
Chris Wilson
3
-9
/
+28
2019-01-16
drm/i915: Pass down rc in intel_encoder->compute_config()
Lyude Paul
13
-112
/
+122
2019-01-16
drm/i915/userptr: Fix error handling of mutex_lock_killable()
Chris Wilson
1
-1
/
+1
2019-01-15
drm/i915: Move intel_execlists_show_requests() aside
Chris Wilson
3
-52
/
+71
2019-01-15
drm/i915/userptr: Avoid struct_mutex recursion for mmu_invalidate_range_start
Chris Wilson
4
-126
/
+139
2019-01-15
drm/i915/icl: Detect port F presence via VBT
Imre Deak
1
-1
/
+7
2019-01-15
drm/i915/ddi: Move DDI port detection to the corresponding helper
Imre Deak
2
-3
/
+10
2019-01-15
drm/i915: Only dump GPU state on set-wedged if interesting
Chris Wilson
1
-1
/
+1
2019-01-15
drm/i915/perf: Annotate i915_perf.wakeref for keneldoc
Chris Wilson
1
-0
/
+4
2019-01-15
drm/i915: Fix the static code analysis warning in debugfs
Radhakrishna Sripada
1
-3
/
+2
2019-01-15
drm/i915/cnl: Fix CNL macros for Voltage Swing programming
Aditya Swarup
1
-7
/
+7
2019-01-15
drm/i915: Prevent concurrent GGTT update and use on Braswell (again)
Chris Wilson
1
-1
/
+2
2019-01-14
drm/i915: Differentiate between ggtt->mutex and ppgtt->mutex
Chris Wilson
3
-8
/
+10
2019-01-14
drm/i915: Fix ILK-IVB primary plane enable delays
Juha-Pekka Heikkila
1
-1
/
+4
2019-01-14
drm/i915: Mark up Ironlake ips with rpm wakerefs
Chris Wilson
3
-105
/
+102
2019-01-14
drm/i915: Combined gt.awake/gt.power wakerefs
Chris Wilson
3
-9
/
+5
2019-01-14
drm/i915: Complain if hsw_get_pipe_config acquires the same power well twice
Chris Wilson
1
-0
/
+6
2019-01-14
drm/i915/dp: Markup pps lock power well
Chris Wilson
1
-110
/
+121
2019-01-14
drm/i915: Track the wakeref used to initialise display power domains
Chris Wilson
3
-68
/
+88
2019-01-14
drm/i915: Markup paired operations on display power domains
Chris Wilson
23
-190
/
+347
2019-01-14
drm/i915: Syntatic sugar for using intel_runtime_pm
Chris Wilson
17
-241
/
+209
2019-01-14
drm/i915/selftests: Mark up rpm wakerefs
Chris Wilson
12
-78
/
+138
2019-01-14
drm/i915/panel: Track temporary rpm wakeref
Chris Wilson
1
-2
/
+3
2019-01-14
drm/i915/hotplug: Track temporary rpm wakeref
Chris Wilson
1
-2
/
+3
2019-01-14
drm/i915/fb: Track rpm wakerefs
Chris Wilson
2
-6
/
+8
2019-01-14
drm/i915/gem: Track the rpm wakerefs
Chris Wilson
7
-48
/
+81
2019-01-14
drm/i915/guc: Track the rpm wakeref
Chris Wilson
2
-8
/
+12
2019-01-14
drm/i915/pmu: Track rpm wakeref
Chris Wilson
1
-9
/
+17
2019-01-14
drm/i915/perf: Track the rpm wakeref
Chris Wilson
2
-3
/
+5
2019-01-14
drm/i915: Mark up debugfs with rpm wakeref tracking
Chris Wilson
1
-53
/
+82
2019-01-14
drm/i915: Mark up sysfs with rpm wakeref tracking
Chris Wilson
1
-10
/
+14
2019-01-14
drm/i915: Track the rpm wakerefs for error handling
Chris Wilson
1
-2
/
+3
2019-01-14
drm/i915: Track GT wakeref
Chris Wilson
2
-5
/
+8
2019-01-14
drm/i915: Markup paired operations on wakerefs
Chris Wilson
37
-139
/
+209
2019-01-14
drm/i915: Track all held rpm wakerefs
Chris Wilson
7
-50
/
+324
2019-01-11
drm/i915: Update DRIVER_DATE to 20190110
Rodrigo Vivi
1
-2
/
+2
2019-01-10
drm/i915: Removing polling for struct_mutex from vmap shrinker
Chris Wilson
1
-31
/
+4
2019-01-10
drm/i915: Use mutex_lock_killable() from inside the shrinker
Chris Wilson
1
-5
/
+5
2019-01-10
drm/i915: Guard error capture against unpinned vma
Chris Wilson
1
-1
/
+1
2019-01-10
drm/i915: drop DPF code for gen8+
Daniele Ceraolo Spurio
2
-7
/
+0
2019-01-10
drm/i915: init per-engine WAs for all engines
Daniele Ceraolo Spurio
1
-1
/
+2
2019-01-10
drm/i915/selftests: recreate WA lists inside the selftest
Daniele Ceraolo Spurio
2
-67
/
+119
2019-01-09
drm/i915: Reduce i915_request_alloc retirement to local context
Chris Wilson
1
-22
/
+33
2019-01-09
drm/i915/intel_dsi_vbt: Add support for PMIC MIPI sequences
Hans de Goede
1
-1
/
+21
2019-01-09
ACPI / PMIC: Add generic intel_soc_pmic_exec_mipi_pmic_seq_element handling
Hans de Goede
3
-0
/
+12
2019-01-09
ACPI / PMIC: Implement exec_mipi_pmic_seq_element for CHT Whiskey Cove PMIC
Hans de Goede
1
-0
/
+19
2019-01-09
ACPI / PMIC: Add support for executing PMIC MIPI sequence elements
Hans de Goede
3
-0
/
+57
2019-01-09
drm/i915: drop all drmP.h includes
Jani Nikula
51
-51
/
+3
2019-01-08
drm/i915: Downgrade scare message for unknown HuC firmware
Chris Wilson
3
-10
/
+8
2019-01-08
Ndrm/i915/debugfs: store rotation string buffer on stack
Jani Nikula
1
-6
/
+6
[next]