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.13.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
2011-02-23
Revert "ttm: Include the 'struct dev' when using the DMA API."
Dave Airlie
5
-11
/
+8
2011-02-23
Merge branch 'drm-mm-cleanup' into drm-next
Dave Airlie
26
-412
/
+456
2011-02-23
Merge branch 'stable/ttm.pci-api.v5' of git://git.kernel.org/pub/scm/linux/ke...
Dave Airlie
10
-33
/
+103
2011-02-23
drm: Remove unused members from struct drm_open_hash
Chris Wilson
1
-19
/
+8
2011-02-23
drm: Trim the GEM mmap offset hashtab
Chris Wilson
1
-1
/
+1
2011-02-23
drm: Mark constant arrays of drm_display_mode const
Chris Wilson
8
-20
/
+24
2011-02-23
drm/radeon: overhaul texture checking. (v3)
Dave Airlie
2
-114
/
+246
2011-02-23
drm/ttm: call driver move_notify() when doing system->tt bo moves
Ben Skeggs
1
-1
/
+2
2011-02-23
drm: psuedocolor support for ARGB modes
Rob Clark
1
-0
/
+5
2011-02-23
radeon: move blit functions to radeon_asic.h
Daniel Vetter
2
-13
/
+13
2011-02-23
radeon: kill decls for inline functions
Daniel Vetter
1
-6
/
+0
2011-02-23
radeon: consolidate asic-specific function decls for r600 & later
Daniel Vetter
4
-63
/
+58
2011-02-23
drm/radeon: kill radeon_bo->gobj pointer
Daniel Vetter
2
-7
/
+3
2011-02-23
drm/radeon: introduce gem_to_radeon_bo helper
Daniel Vetter
9
-28
/
+27
2011-02-23
drm/radeon: embed struct drm_gem_object
Daniel Vetter
14
-37
/
+39
2011-02-23
drm: mm: add helper to unwind scan state
Daniel Vetter
1
-0
/
+4
2011-02-23
drm: mm: add api for embedding struct drm_mm_node
Daniel Vetter
1
-9
/
+84
2011-02-23
drm: mm: extract node insert helper functions
Daniel Vetter
1
-25
/
+42
2011-02-23
drm: mm: track free areas implicitly
Daniel Vetter
1
-251
/
+213
2011-02-23
drm/nouveau: don't munge in drm_mm internals
Daniel Vetter
3
-4
/
+4
2011-02-22
ttm: Include the 'struct dev' when using the DMA API.
Konrad Rzeszutek Wilk
5
-8
/
+11
2011-02-19
nouveau/ttm/PCIe: Use dma_addr if TTM has set it.
Konrad Rzeszutek Wilk
1
-7
/
+21
2011-02-19
radeon/ttm/PCIe: Use dma_addr if TTM has set it.
Konrad Rzeszutek Wilk
3
-12
/
+33
2011-02-07
drm: add usb framework
Dave Airlie
3
-1
/
+119
2011-02-07
drm: rework PCI/platform driver interface.
Dave Airlie
23
-304
/
+405
2011-02-07
drm: dumb scanout create/mmap for intel/radeon (v3)
Dave Airlie
11
-38
/
+194
2011-02-07
drm/i810: remove the BKL
Arnd Bergmann
3
-20
/
+8
2011-02-07
drm: remove i830 driver
Arnd Bergmann
7
-2183
/
+17
2011-02-04
Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...
Linus Torvalds
26
-127
/
+375
2011-02-04
drm: Only set DPMS ON when actually configuring a mode
Keith Packard
1
-6
/
+6
2011-02-04
gpu/stub: fix acpi_video build error, fix stub kconfig dependencies
Randy Dunlap
1
-0
/
+2
2011-02-04
drm/radeon/kms: dynamically allocate power state space
Alex Deucher
4
-15
/
+42
2011-02-04
drm/radeon/kms: fix s/r issues with bios scratch regs
Alex Deucher
1
-3
/
+6
2011-02-04
drm/radeon/kms/evergreen: always set certain VGT regs at CP init
Alex Deucher
1
-1
/
+6
2011-02-04
drm/radeon/kms: add updated ib_execute function for evergreen
Alex Deucher
5
-6
/
+26
2011-02-02
drm/radeon/kms: Enable new pll calculation for avivo+ asics
Alex Deucher
3
-12
/
+19
2011-02-02
drm/radeon/kms: add new pll algo for avivo asics
Alex Deucher
4
-19
/
+137
2011-02-02
drm/radeon/kms: add pll debugging output
Alex Deucher
1
-0
/
+4
2011-02-02
drm/radeon/kms: switch back to min->max pll post divider iteration
Alex Deucher
1
-1
/
+1
2011-02-02
drm/radeon/kms: rv6xx+ thermal sensor fixes
Alex Deucher
5
-25
/
+37
2011-02-02
Merge remote branch 'nouveau/drm-nouveau-next' of /ssd/git/drm-nouveau-next i...
Dave Airlie
2
-3
/
+2
2011-02-02
Merge remote branch 'intel/drm-intel-fixes' of /ssd/git/drm-next into drm-fixes
Dave Airlie
8
-43
/
+96
2011-02-02
drm/nv50: fix display on 0x50
Ben Skeggs
1
-2
/
+1
2011-02-02
drm/nouveau: correctly pair hwmon_init and hwmon_fini
Lucas Stach
1
-1
/
+1
2011-02-02
gpu/stub: fix acpi_video build error, fix stub kconfig dependencies
Randy Dunlap
1
-0
/
+2
2011-02-02
drm/i915: Only bind to function 0 of the PCI device
Chris Wilson
1
-0
/
+8
2011-01-31
drm/i915: Suppress spurious vblank interrupts
Chris Wilson
2
-7
/
+8
2011-01-31
drm: Avoid leak of adjusted mode along quick set_mode paths
Chris Wilson
1
-5
/
+3
2011-01-31
drm: Simplify and defend later checks when disabling a crtc
Chris Wilson
1
-3
/
+6
2011-01-31
drm: Don't switch fb when disabling an output
Chris Wilson
1
-2
/
+2
[next]