index
:
~agd5f/linux
DAL-wip
amd-15.31
amd-17.50
amd-18.10
amd-18.20
amd-18.30
amd-18.40
amd-18.50
amd-19.10
amd-19.20
amd-19.30
amd-19.50
amd-20.10
amd-20.20
amd-20.30
amd-20.40
amd-20.45
amd-22.20
amd-mainline-dkms-4.18-baseline1
amd-staging-drm-next
amd-staging-security-opensource-4.4
backlight_wip
drm-fixes
drm-fixes-5.0
drm-fixes-5.1
drm-fixes-5.10
drm-fixes-5.2
drm-fixes-5.3
drm-fixes-5.4
drm-fixes-5.5
drm-fixes-5.6
drm-fixes-5.7
drm-fixes-5.8
drm-fixes-5.9
drm-next
drm-next-5.1
drm-next-5.10
drm-next-5.11
drm-next-5.2
drm-next-5.3
drm-next-5.4
drm-next-5.5
drm-next-5.6
drm-next-5.7
drm-next-5.8
drm-next-5.9
hmm-fixup-5.3
renoir-acp
renoir-acp-2
rv6xx-dpm-fixes
si_dc_support
tmz
Unnamed repository; edit this file 'description' to name the repository.
agd5f
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
Age
Commit message (
Expand
)
Author
Files
Lines
2013-09-22
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
22
-193
/
+273
2013-09-20
Merge branch 'msm-fixes-3.12' of git://people.freedesktop.org/~robclark/linux...
Dave Airlie
7
-45
/
+107
2013-09-20
Merge branch 'exynos-drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...
Dave Airlie
3
-6
/
+8
2013-09-20
Merge tag 'drm-intel-fixes-2013-09-19' of git://people.freedesktop.org/~danve...
Dave Airlie
9
-74
/
+122
2013-09-20
Revert "drm: mark context support as a legacy subsystem"
Dave Airlie
3
-68
/
+36
2013-09-18
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
54
-259
/
+832
2013-09-19
drm/fb-helper: don't sleep for screen unblank when an oops is in progress
Daniel Vetter
1
-0
/
+8
2013-09-19
drm, ttm Fix uninitialized warning
Prarit Bhargava
1
-1
/
+1
2013-09-19
drm/ttm: fix the tt_populated check in ttm_tt_destroy()
Ben Skeggs
1
-1
/
+1
2013-09-19
Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/...
Dave Airlie
4
-27
/
+36
2013-09-18
drm/i915: Don't enable the cursor on a disable pipe
Ville Syrjälä
1
-2
/
+4
2013-09-18
drm/i915: do not update cursor in crtc mode set
Jani Nikula
1
-9
/
+0
2013-09-18
drm/nouveau/ttm: prevent double-free in nouveau_sgdma_create_ttm() failure path
Ben Skeggs
1
-3
/
+1
2013-09-18
drm/nouveau/bios/init: fix thinko in INIT_CONFIGURE_MEM
Ben Skeggs
1
-1
/
+1
2013-09-18
drm/nouveau/kms: enable for non-vga pci classes
Ben Skeggs
2
-21
/
+17
2013-09-18
drm/nouveau/bios/init: stub opcode 0xaa
Ben Skeggs
1
-2
/
+17
2013-09-16
drm/exynos: fix return value check in lowlevel_buffer_allocate()
Wei Yongjun
1
-2
/
+2
2013-09-16
drm/exynos: Fix address space warnings in exynos_drm_fbdev.c
Sachin Kamat
1
-2
/
+3
2013-09-16
drm/exynos: Fix address space warning in exynos_drm_buf.c
Sachin Kamat
1
-1
/
+2
2013-09-16
drm/exynos: Remove redundant OF dependency
Sachin Kamat
1
-1
/
+1
2013-09-16
drm/msm: drop unnecessary set_need_resched()
Rob Clark
1
-1
/
+0
2013-09-15
drm/radeon: avoid UVD corruptions on AGP cards
Christian König
1
-3
/
+5
2013-09-15
drm/radeon: fix panel scaling with eDP and LVDS bridges
Alex Deucher
1
-3
/
+31
2013-09-15
drm/radeon/dpm: rework auto performance level enable
Alex Deucher
11
-47
/
+9
2013-09-15
drm/radeon: Fix hmdi typo
Damien Lespiau
3
-3
/
+3
2013-09-15
drm/radeon/dpm/rs780: fix force_performance state for same sclks
Alex Deucher
1
-2
/
+4
2013-09-15
drm/radeon/dpm/rs780: don't enable sclk scaling if not required
Alex Deucher
1
-0
/
+3
2013-09-15
drm/radeon/dpm/rs780: add some sanity checking to sclk scaling
Alex Deucher
1
-0
/
+6
2013-09-15
drm/radeon/dpm/rs780: use drm_mode_vrefresh()
Alex Deucher
1
-3
/
+1
2013-09-16
drm/udl: rip out set_need_resched
Daniel Vetter
1
-1
/
+0
2013-09-16
Merge branch 'drm-fixes-3.12' of git://people.freedesktop.org/~agd5f/linux in...
Dave Airlie
36
-170
/
+726
2013-09-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
4
-62
/
+119
2013-09-12
drm/i915: kill set_need_resched
Daniel Vetter
1
-7
/
+4
2013-09-12
drm/msm: fix potential NULL pointer dereference
Wei Yongjun
1
-1
/
+2
2013-09-12
drm/ast: fix the ast open key function
Dave Airlie
1
-1
/
+1
2013-09-12
drm/i915/dvo: set crtc timings again for panel fixed modes
Daniel Vetter
1
-0
/
+2
2013-09-12
drm/i915/sdvo: Robustify the dtd<->drm_mode conversions
Daniel Vetter
1
-29
/
+34
2013-09-11
drm/msm: workaround for missing irq
Rob Clark
1
-2
/
+5
2013-09-11
drm/msm: return -EBUSY if bo still active
Rob Clark
3
-18
/
+44
2013-09-11
drm/msm: fix return value check in ERR_PTR()
Wei Yongjun
1
-2
/
+2
2013-09-11
drm/radeon/dpm: add bapm callback for kb/kv
Alex Deucher
3
-0
/
+22
2013-09-11
drm/radeon/dpm: add bapm callback for trinity
Alex Deucher
4
-0
/
+17
2013-09-11
drm/radeon/dpm: add infrastructure to properly handle bapm
Alex Deucher
2
-1
/
+12
2013-09-11
drm/radeon/dpm: handle bapm on kb/kv
Alex Deucher
3
-0
/
+17
2013-09-11
drm/radeon/dpm: handle bapm on trinity
Alex Deucher
4
-0
/
+13
2013-09-11
drm/radeon: expose DPM thermal thresholds through sysfs
Jean Delvare
1
-0
/
+38
2013-09-11
drm/radeon: simplify driver data retrieval
Jean Delvare
1
-9
/
+9
2013-09-11
drm/radeon/atom: workaround vbios bug in transmitter table on rs880 (v2)
Alex Deucher
1
-2
/
+6
2013-09-11
drm/radeon/dpm: fix fallback for empty UVD clocks
Alex Deucher
2
-6
/
+14
2013-09-11
drm/radeon: add command submission tracepoint
Christian König
2
-0
/
+23
[next]