index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-27
drm/i915: Reduce nested prepare_remote_context() to a trylock
drm-intel-next-fixes-2019-11-28
Chris Wilson
1
-4
/
+17
2019-11-27
drm/i915: Default to a more lenient forced preemption timeout
Chris Wilson
1
-1
/
+1
2019-11-26
drm/i915/gt: Make intel_ring_unpin() safe for concurrent pint
Chris Wilson
1
-9
/
+4
2019-11-25
drm/i915/gt: Schedule request retirement when timeline idles
Chris Wilson
7
-3
/
+108
2019-11-25
drm/i915/gt: Adapt engine_park synchronisation rules for engine_retire
Chris Wilson
1
-6
/
+21
2019-11-25
drm/i915/execlists: Fixup cancel_port_requests()
Chris Wilson
1
-9
/
+7
2019-11-25
drm/i915/gt: Mark the execlists->active as the primary volatile access
Chris Wilson
2
-13
/
+18
2019-11-25
drm/i915/gt: Unlock engine-pm after queuing the kernel context switch
Chris Wilson
1
-7
/
+40
2019-11-25
drm/i915/gt: Close race between engine_park and intel_gt_retire_requests
Chris Wilson
3
-12
/
+32
2019-11-25
drm/i915: Mark up the calling context for intel_wakeref_put()
Chris Wilson
11
-25
/
+54
2019-11-25
drm/i915: Wait until the intel_wakeref idle callback is complete
Chris Wilson
2
-2
/
+26
2019-11-25
drm/i915/gt: Fixup config ifdeffery for pm_suspend_target_state
Chris Wilson
1
-1
/
+1
2019-11-25
drm/i915/query: Align flavour of engine data lookup
Tvrtko Ursulin
1
-2
/
+5
2019-11-25
drm/i915/tgl: Add DKL PHY vswing table for HDMI
Matt Roper
1
-5
/
+24
2019-11-25
drm/i915/ehl: Update voltage level checks
Matt Roper
1
-1
/
+3
2019-11-22
Revert "drm/i915/gt: Wait for new requests in intel_gt_retire_requests()"
drm-intel-next-fixes-2019-11-22
Chris Wilson
1
-2
/
+7
2019-11-20
Merge tag 'gvt-next-fixes-2019-11-12' of https://github.com/intel/gvt-linux i...
drm-intel-next-fixes-2019-11-20
Joonas Lahtinen
1
-0
/
+4
2019-11-20
drm/i915: Split i915_active.mutex into an irq-safe spinlock for the rbtree
Chris Wilson
2
-29
/
+29
2019-11-18
drm/i915: fix accidental static variable use
Jani Nikula
1
-1
/
+1
2019-11-18
drm/i915/guc: Skip suspend/resume GuC action on platforms w/o GuC submission
Don Hiatt
2
-0
/
+21
2019-11-18
drm/i915/gt: Wait for new requests in intel_gt_retire_requests()
Chris Wilson
1
-8
/
+3
2019-11-18
drm/i915: Restore GT coarse power gating workaround
Imre Deak
1
-2
/
+7
2019-11-18
drm/i915/fbdev: Restore physical addresses for fb_mmap()
Chris Wilson
1
-4
/
+5
2019-11-18
drm/i915/perf: don't forget noa wait after oa config
Lionel Landwerlin
1
-2
/
+7
2019-11-18
drm/i915: Avoid atomic context for error capture
Bruce Chang
1
-4
/
+4
2019-11-18
drm/i915/display: Fix TRANS_DDI_MST_TRANSPORT_SELECT definition
José Roberto de Souza
1
-1
/
+1
2019-11-18
drm/i915: Fix detection for a CMP-V PCH
Imre Deak
2
-2
/
+6
2019-11-18
drm/i915: Flush context free work on cleanup
Chris Wilson
1
-0
/
+1
2019-11-15
Merge branch 'vmwgfx-next' of git://people.freedesktop.org/~thomash/linux int...
Dave Airlie
6
-10
/
+11
2019-11-15
Merge tag 'drm-intel-next-fixes-2019-11-14' of git://anongit.freedesktop.org/...
Dave Airlie
15
-79
/
+181
2019-11-14
drm/vmwgfx: remove set but not used variable 'srf'
YueHaibing
1
-2
/
+0
2019-11-14
drm/ttm, drm/vmwgfx: Use a configuration option for the TTM dma page pool
Thomas Hellstrom
5
-8
/
+11
2019-11-14
Backmerge i915 security patches from commit 'ea0b163b13ff' into drm-next
Dave Airlie
10
-168
/
+460
2019-11-14
drm/i915/gen8+: Add RC6 CTX corruption WA
Imre Deak
7
-2
/
+86
2019-11-14
Merge tag 'arcpgu-updates-2019.07.18' of github.com:abrodkin/linux into drm-next
Dave Airlie
1
-3
/
+13
2019-11-14
Merge tag 'drm-misc-next-fixes-2019-11-13' of git://anongit.freedesktop.org/d...
Dave Airlie
1
-5
/
+1
2019-11-14
Merge tag 'drm-next-5.5-2019-11-08' of git://people.freedesktop.org/~agd5f/li...
Dave Airlie
30
-62
/
+406
2019-11-13
drm/msm: fix memleak on release
drm-misc-next-fixes-2019-11-13
Johan Hovold
1
-5
/
+1
2019-11-14
Merge v5.4-rc7 into drm-next
Dave Airlie
878
-4577
/
+11396
2019-11-13
drm/i915: Split a setting of MSA to MST and SST
drm-intel-next-fixes-2019-11-14
Gwan-gyeong Mun
2
-4
/
+8
2019-11-13
drm/i915/execlists: Move reset_active() from schedule-out to schedule-in
Chris Wilson
1
-56
/
+62
2019-11-12
drm/i915/userptr: Try to acquire the page lock around set_page_dirty()
Chris Wilson
1
-1
/
+21
2019-11-12
drm/i915/pmu: "Frequency" is reported as accumulated cycles
Chris Wilson
1
-2
/
+2
2019-11-12
drm/i915: Protect context while grabbing its name for the request
Chris Wilson
1
-0
/
+2
2019-11-12
drm/i915/perf: always consider holding preemption a privileged op
Lionel Landwerlin
1
-10
/
+10
2019-11-11
drm/i915/cmdparser: Fix jump whitelist clearing
Ben Hutchings
1
-3
/
+2
2019-11-11
drm/i915: Preload LUTs if the hw isn't currently using them
Ville Syrjälä
4
-0
/
+69
2019-11-11
drm/i915: Don't oops in dumb_create ioctl if we have no crtcs
Ville Syrjälä
1
-0
/
+3
2019-11-11
drm/i915: Leave the aliasing-ppgtt size alone
Chris Wilson
1
-2
/
+0
2019-11-11
drm/i915/display: only include intel_dp_link_training.h where needed
Jani Nikula
2
-1
/
+1
[next]