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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-03
Merge tag 'drm-intel-fixes-2016-01-02' of git://anongit.freedesktop.org/drm-i...
Linus Torvalds
2
-5
/
+9
2015-12-30
drm/i915: increase the tries for HDMI hotplug live status checking
Gary Wang
1
-1
/
+1
2015-12-23
Merge tag 'drm-intel-fixes-2015-12-23' of git://anongit.freedesktop.org/drm-i...
Linus Torvalds
7
-61
/
+154
2015-12-23
drm/i915: Unbreak check_digital_port_conflicts()
Ville Syrjälä
1
-4
/
+8
2015-12-22
drm/i915: Correct max delay for HDMI hotplug live status checking
Gary Wang
1
-3
/
+4
2015-12-22
drm/i915: mdelay(10) considered harmful
Daniel Vetter
1
-1
/
+1
2015-12-22
drm/i915: Kill intel_crtc->cursor_bo
Ville Syrjälä
2
-6
/
+0
2015-12-22
drm/i915: Workaround CHV pipe C cursor fail
Ville Syrjälä
1
-0
/
+17
2015-12-22
drm/i915: Only spin whilst waiting on the current request
Chris Wilson
2
-9
/
+26
2015-12-22
drm/i915: Limit the busy wait on requests to 5us not 10ms!
Chris Wilson
1
-2
/
+45
2015-12-22
drm/i915: Break busywaiting for requests on pending signals
Chris Wilson
1
-5
/
+8
2015-12-22
drm/i915: Disable primary plane if we fail to reconstruct BIOS fb (v2)
Matt Roper
1
-0
/
+15
2015-12-22
drm/i915: Set the map-and-fenceable flag for preallocated objects
Chris Wilson
4
-19
/
+27
2015-12-22
drm/i915: Drop the broken cursor base==0 special casing
Ville Syrjälä
1
-17
/
+12
2015-12-20
drm/exynos: atomic check only enabled crtc states
Andrzej Hajda
1
-0
/
+3
2015-12-19
Merge branch 'linux-4.4' of git://github.com/skeggsb/linux into drm-fixes
Dave Airlie
1
-0
/
+1
2015-12-18
drm/nouveau/bios/fan: hardcode the fan mode to linear
Martin Peres
1
-0
/
+1
2015-12-16
drm/amdgpu: fix user fence handling
Christian König
2
-22
/
+44
2015-12-15
drm: Don't overwrite UNVERFIED mode status to OK
Ville Syrjälä
1
-1
/
+2
2015-12-15
Merge tag 'drm-intel-fixes-2015-12-11' of git://anongit.freedesktop.org/drm-i...
Dave Airlie
3
-6
/
+5
2015-12-14
drm/omap: fix fbdev pix format to support all platforms
Tomi Valkeinen
1
-4
/
+1
2015-12-11
vgaarb: fix signal handling in vga_get()
Kirill A. Shutemov
1
-2
/
+4
2015-12-11
Merge branch 'drm-fixes-4.4' of git://people.freedesktop.org/~agd5f/linux int...
Dave Airlie
3
-55
/
+59
2015-12-10
drm/i915: Do a better job at disabling primary plane in the noatomic case.
Maarten Lankhorst
1
-1
/
+3
2015-12-09
radeon: Fix VCE IB test on Big-Endian systems
Oded Gabbay
1
-34
/
+34
2015-12-09
radeon: Fix VCE ring test for Big-Endian systems
Oded Gabbay
1
-16
/
+16
2015-12-09
radeon/cik: Fix GFX IB test on Big-Endian
Oded Gabbay
1
-5
/
+1
2015-12-09
drm/amdgpu: fix the lost duplicates checking
Chunming Zhou
1
-0
/
+8
2015-12-09
Merge tag 'vmwgfx-fixes-4.4-151208' of git://people.freedesktop.org/~thomash/...
Dave Airlie
9
-20
/
+63
2015-12-09
Merge branch 'linux-4.4' of https://github.com/skeggsb/linux into drm-fixes
Dave Airlie
3
-35
/
+5
2015-12-09
drm/nouveau/pmu: remove whitelist for PGOB-exit WAR, enable by default
Ben Skeggs
3
-35
/
+5
2015-12-08
drm/i915/skl: Double RC6 WRL always on
Mika Kuoppala
1
-2
/
+1
2015-12-08
drm/i915/skl: Disable coarse power gating up until F0
Mika Kuoppala
1
-1
/
+1
2015-12-08
drm/vmwgfx: Implement the cursor_set2 callback v2
Thomas Hellstrom
7
-18
/
+61
2015-12-08
drm/i915: Remove incorrect warning in context cleanup
Tvrtko Ursulin
1
-2
/
+0
2015-12-05
Merge branch 'drm-fixes-4.4' of git://people.freedesktop.org/~agd5f/linux int...
Dave Airlie
30
-91
/
+387
2015-12-04
drm/amdgpu: Fixup hw vblank counter/ts for new drm_update_vblank_count() (v3)
Alex Deucher
6
-30
/
+140
2015-12-04
drm/radeon: Fixup hw vblank counter/ts for new drm_update_vblank_count() (v2)
Mario Kleiner
9
-29
/
+164
2015-12-04
drm/radeon: Retry DDC probing on DVI on failure if we got an HPD interrupt
Lyude
10
-12
/
+32
2015-12-04
drm/amdgpu: add spin lock to protect freed list in vm (v2)
jimqu
2
-3
/
+15
2015-12-04
drm/amdgpu: partially revert "drm/amdgpu: fix VM_CONTEXT*_PAGE_TABLE_END_ADDR...
Christian König
2
-2
/
+2
2015-12-04
drm/amdgpu: take a BO reference for the user fence
Christian König
1
-2
/
+4
2015-12-04
drm/amdgpu: take a BO reference in the display code
Christian König
1
-3
/
+3
2015-12-04
drm/amdgpu: set snooped flags only on system addresses v2
Christian König
1
-3
/
+4
2015-12-04
drm/nouveau: Fix pre-nv50 pageflip events (v4)
Daniel Vetter
2
-9
/
+64
2015-12-04
drm: Fix an unwanted master inheritance v2
Thomas Hellstrom
2
-28
/
+61
2015-12-04
Merge tag 'imx-drm-fixes-2015-12-01' of git://git.pengutronix.de/git/pza/linu...
Dave Airlie
8
-88
/
+70
2015-12-04
Merge tag 'drm-intel-fixes-2015-12-03' of git://anongit.freedesktop.org/drm-i...
Dave Airlie
9
-77
/
+94
2015-12-02
drm/amdgpu: fix race condition in amd_sched_entity_push_job
Nicolai Hähnle
1
-2
/
+3
2015-12-02
drm/amdgpu: add err check for pin userptr
Chunming Zhou
1
-3
/
+7
[next]