index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
Age
Commit message (
Expand
)
Author
Files
Lines
2019-10-08
drm/i915: Fix Kconfig indentation
Krzysztof Kozlowski
2
-78
/
+78
2019-10-07
drm/i915/gt: Treat a busy timeline as 'active' while waiting
Chris Wilson
1
-1
/
+3
2019-10-07
drm/i915/selftests: Appease lockdep
Chris Wilson
1
-2
/
+2
2019-10-07
drm/i915/execlists: Fix annotation for decoupling virtual request
Chris Wilson
1
-1
/
+2
2019-10-07
drm/i915/gt: Prefer local path to runtime powermanagement
Chris Wilson
14
-30
/
+28
2019-10-07
drm/i915: make array hw_engine_mask static, makes object smaller
Colin Ian King
1
-3
/
+3
2019-10-07
drm/i915/vbt: Child device size remains unchanged through VBT 229
Matt Roper
1
-1
/
+1
2019-10-07
drm/i915/perf: move perf types to their own header
Lionel Landwerlin
3
-299
/
+330
2019-10-07
drm/i915/gt: Restore dropped 'interruptible' flag
Chris Wilson
1
-1
/
+1
2019-10-07
drm/i915: Update DRIVER_DATE to 20191007
Joonas Lahtinen
1
-2
/
+2
2019-10-06
drm/i915: move gmbus setup down to intel_modeset_init()
Jani Nikula
2
-4
/
+2
2019-10-06
drm/i915: split out i915_switcheroo.[ch] from i915_drv.c
Jani Nikula
5
-56
/
+92
2019-10-06
drm/i915/vga: rename intel_vga_msr_write() to intel_vga_reset_io_mem()
Jani Nikula
3
-3
/
+3
2019-10-04
drm/i915/stolen: make the object creation interface consistent
CQ Tang
7
-29
/
+36
2019-10-04
drm/i915: Implement a better i945gm vblank irq vs. C-states workaround
Ville Syrjälä
5
-81
/
+22
2019-10-04
drm/i915: Drop struct_mutex from around GEM initialisation
Chris Wilson
3
-18
/
+0
2019-10-04
drm/i915/selftests: Drop vestigal struct_mutex guards
Chris Wilson
8
-161
/
+27
2019-10-04
drm/i915: Drop struct_mutex from suspend state save/restore
Chris Wilson
1
-8
/
+0
2019-10-04
drm/i915: Remove struct_mutex guard for debugfs/opregion
Chris Wilson
1
-11
/
+1
2019-10-04
drm/i915: Drop struct_mutex guard from debugfs/framebuffer_info
Chris Wilson
1
-6
/
+0
2019-10-04
drm/i915/overlay: Drop struct_mutex guard
Chris Wilson
3
-23
/
+1
2019-10-04
drm/i915: Move context management under GEM
Chris Wilson
28
-354
/
+394
2019-10-04
drm/i915: Remove logical HW ID
Chris Wilson
18
-302
/
+57
2019-10-04
drm/i915: Move global activity tracking from GEM to GT
Chris Wilson
2
-10
/
+6
2019-10-04
drm/i915: Move request runtime management onto gt
Chris Wilson
21
-158
/
+213
2019-10-04
drm/i915/gem: Retire directly for mmap-offset shrinking
Chris Wilson
1
-12
/
+5
2019-10-04
drm/i915: Merge wait_for_timelines with retire_request
Chris Wilson
14
-96
/
+50
2019-10-04
drm/i915: Remove the GEM idle worker
Chris Wilson
5
-49
/
+2
2019-10-04
drm/i915: Drop struct_mutex from around i915_retire_requests()
Chris Wilson
26
-460
/
+213
2019-10-04
drm/i915: Move idle barrier cleanup into engine-pm
Chris Wilson
3
-19
/
+16
2019-10-04
drm/i915: Coordinate i915_active with its own mutex
Chris Wilson
24
-572
/
+298
2019-10-04
drm/i915: Push the i915_active.retire into a worker
Chris Wilson
9
-9
/
+55
2019-10-04
drm/i915: Pull i915_vma_pin under the vm->mutex
Chris Wilson
40
-706
/
+824
2019-10-04
drm/i915: Mark up address spaces that may need to allocate
Chris Wilson
2
-0
/
+5
2019-10-04
drm/i915: Only track bound elements of the GTT
Chris Wilson
5
-36
/
+8
2019-10-04
drm/i915: Use helpers for drm_mm_node booleans
Chris Wilson
6
-13
/
+13
2019-10-04
drm/i915: Restrict L3 remapping sysfs interface to dwords
Chris Wilson
1
-28
/
+29
2019-10-04
drm/i915: extend audio CDCLK>=2*BCLK constraint to more platforms
Kai Vehmanen
1
-2
/
+2
2019-10-04
drm/i915: Fix audio power up sequence for gen10+ display
Kai Vehmanen
2
-0
/
+7
2019-10-04
drm/i915/dp: remove static variable for aux last status
Jani Nikula
2
-3
/
+3
2019-10-04
drm/i915/execlists: Skip redundant resubmission
Chris Wilson
1
-1
/
+16
2019-10-04
drm/i915/tgl: Add the Thunderbolt PLL divider values
Imre Deak
1
-2
/
+40
2019-10-03
drm/i915: use DRM_DEBUG_KMS() instead of drm_dbg(DRM_UT_KMS, ...)
Jani Nikula
1
-4
/
+4
2019-10-03
drm/i915: use DRM_ERROR() instead of drm_err()
Jani Nikula
1
-4
/
+4
2019-10-03
drm/i915/selftests: Exercise potential false lite-restore
Chris Wilson
2
-4
/
+194
2019-10-02
drm/i915/mg: Use tc_port instead of port parameter to MG registers
José Roberto de Souza
2
-83
/
+81
2019-10-02
drm/i915: Clean up encoder->crtc_mask setup
Ville Syrjälä
7
-15
/
+14
2019-10-02
drm/i915: Populate possible_crtcs correctly
Ville Syrjälä
1
-1
/
+16
2019-10-02
drm/i915/gem: Refactor tests on obj->ops->flags
Chris Wilson
1
-5
/
+12
2019-10-02
drm/i915/selftests: Extract random_offset() for use with a prng
Chris Wilson
3
-5
/
+33
[next]