index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
Age
Commit message (
Expand
)
Author
Files
Lines
2012-02-29
drm/radeon/kms/vm: fix possible bug in radeon_vm_bo_rmv()
Sebastian Biemueller
1
-1
/
+1
2012-02-29
drm/radeon: fix uninitialized variable
Christian König
1
-0
/
+1
2012-02-29
Merge branch 'exynos-drm-fixes' of git://git.infradead.org/users/kmpark/linux...
Dave Airlie
3
-20
/
+27
2012-02-29
drm/radeon/kms: fix radeon_dp_get_modes for LVDS bridges (v2)
Alex Deucher
1
-8
/
+17
2012-02-27
drm/i915: Remove use of the autoreported ringbuffer HEAD position
Chris Wilson
1
-13
/
+1
2012-02-24
drm/i915: Prevent a machine hang by checking crtc->active before loading lut
Alban Browaeys
1
-1
/
+1
2012-02-24
drm/i915: fix operator precedence when enabling RC6p
Eugeni Dodonov
1
-1
/
+1
2012-02-23
drm/i915: fix a sprite watermark computation to avoid divide by zero if xpos<0
Hai Lan
1
-0
/
+9
2012-02-23
drm/i915: fix mode set on load pipe. (v2)
Dave Airlie
1
-1
/
+1
2012-02-22
drm/radeon/kms/atom: dpms bios scratch reg updates
Alex Deucher
1
-0
/
+3
2012-02-22
drm/radeon/kms: properly set accel working flag and bailout when false
Jerome Glisse
13
-8
/
+64
2012-02-22
drm/radeon: Only create additional ring debugfs files on Cayman or newer.
Michel Dänzer
1
-2
/
+5
2012-02-22
Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Dave Airlie
2
-2
/
+37
2012-02-16
drm/exynos: added postclose to release resource.
Inki Dae
1
-0
/
+12
2012-02-16
drm/exynos: removed exynos_drm_fbdev_recreate function.
Inki Dae
1
-66
/
+4
2012-02-16
drm/exynos: fixed page flip issue.
Inki Dae
3
-5
/
+15
2012-02-16
drm/exynos: added possible_clones setup function.
Inki Dae
4
-0
/
+42
2012-02-16
drm/exynos: removed pageflip_event_list init code when closed.
Joonyoung Shim
1
-8
/
+2
2012-02-16
drm/exynos: changed priority of mixer layers.
Joonyoung Shim
1
-5
/
+5
2012-02-16
drm/exynos: Fix typo in exynos_mixer.c
Masanari Iida
1
-1
/
+1
2012-02-16
drm/i915: do not enable RC6p on Sandy Bridge
Eugeni Dodonov
1
-2
/
+2
2012-02-15
drm/exynos: added panel physical size.
Eun-Chul Kim
3
-20
/
+27
2012-02-15
drm/exynos: added postclose to release resource.
Inki Dae
1
-0
/
+12
2012-02-15
drm/exynos: removed exynos_drm_fbdev_recreate function.
Inki Dae
1
-66
/
+4
2012-02-15
drm/exynos: fixed page flip issue.
Inki Dae
3
-5
/
+15
2012-02-15
drm/exynos: added possible_clones setup function.
Inki Dae
4
-0
/
+42
2012-02-15
drm/exynos: removed pageflip_event_list init code when closed.
Joonyoung Shim
1
-8
/
+2
2012-02-15
drm/exynos: changed priority of mixer layers.
Joonyoung Shim
1
-5
/
+5
2012-02-15
drm/exynos: Fix typo in exynos_mixer.c
Masanari Iida
1
-1
/
+1
2012-02-14
drm/radeon/kms: fix MSI re-arm on rv370+
Alex Deucher
2
-6
/
+2
2012-02-14
drm/radeon/kms/atom: bios scratch reg handling updates
Alex Deucher
1
-0
/
+17
2012-02-14
drm/radeon/kms: drop lock in return path of radeon_fence_count_emitted.
Dave Airlie
1
-1
/
+3
2012-02-11
drm/i915: gen7: Disable the RHWO optimization as it can cause GPU hangs.
Kenneth Graunke
2
-0
/
+7
2012-02-11
drm/i915: gen7: work around a system hang on IVB
Eugeni Dodonov
2
-0
/
+9
2012-02-11
drm/i915: gen7: Implement an L3 caching workaround.
Eugeni Dodonov
2
-0
/
+13
2012-02-11
drm/i915: gen7: implement rczunit workaround
Eugeni Dodonov
2
-0
/
+6
2012-02-10
Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Dave Airlie
3
-18
/
+18
2012-02-09
drm/i915: fixup interlaced bits clearing in PIPECONF on PCH_SPLIT (v2)
Keith Packard
1
-2
/
+4
2012-02-08
drm/i915: no lvds quirk for AOpen MP45
Daniel Vetter
1
-0
/
+8
2012-02-07
drm/i915: Force explicit bpp selection for intel_dp_link_required
Keith Packard
1
-15
/
+5
2012-02-03
drm/radeon: do not continue after error from r600_ib_test
Matthijs Kooijman
1
-0
/
+1
2012-02-03
drivers/gpu/drm/drm_ioc32.c: initialize all fields
Julia Lawall
1
-1
/
+2
2012-02-02
drm/radeon/kms/blit: fix blit copy for very large buffers
Ilija Hadzic
1
-10
/
+25
2012-02-02
drm/radeon/kms: fix TRAVIS panel setup
Alex Deucher
1
-3
/
+15
2012-02-02
drm/radeon: fix use after free in ATRM bios reading code.
Dave Airlie
1
-1
/
+2
2012-02-01
drm/radeon/kms: Fix device tree linkage of DP i2c buses too
Jean Delvare
1
-0
/
+1
2012-02-01
drm/radeon: Set DESKTOP_HEIGHT register to the framebuffer (not mode) height.
Michel Dänzer
1
-2
/
+2
2012-02-01
drm/radeon/kms: disable output polling when suspended
Seth Forshee
1
-0
/
+4
2012-02-01
drm/nv50/pm: signedness bug in nv50_pm_clocks_pre()
Dan Carpenter
1
-2
/
+2
2012-02-01
drm/nouveau/gem: fix fence_sync race / oops
Ben Skeggs
1
-2
/
+21
[next]