index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
drm/exynos: remove buffer creation of fbdev from drm framebuffer creation
Joonyoung Shim
2011-12-29
3
-133
/
+72
*
|
|
drm/exynos: Split creation of gem object and gem handle
Joonyoung Shim
2011-12-29
3
-60
/
+81
*
|
|
drm/exynos: Fix a fake mmap offset creation
Joonyoung Shim
2011-12-29
1
-24
/
+14
*
|
|
drm/exynos: gem code cleanup
Joonyoung Shim
2011-12-29
4
-87
/
+85
*
|
|
drm: add missing exports for i810 driver.
Dave Airlie
2011-12-22
1
-0
/
+3
*
|
|
Merge branch 'for-airlied' of git://people.freedesktop.org/~danvet/drm into d...
Dave Airlie
2011-12-22
12
-508
/
+281
|
\
\
\
|
*
|
|
drm/i810: don't acces hw regs in lastclose
Daniel Vetter
2011-12-22
1
-2
/
+0
|
*
|
|
drm/i810: cleanup reclaim_buffers
Daniel Vetter
2011-12-22
3
-11
/
+13
|
*
|
|
drm: kill drm_sman
Daniel Vetter
2011-12-22
2
-212
/
+1
|
*
|
|
drm/sis: use drm_mm instead of drm_sman
Daniel Vetter
2011-12-22
3
-78
/
+68
|
*
|
|
drm/via: use drm_mm instead of drm_sman
Daniel Vetter
2011-12-22
3
-41
/
+43
|
*
|
|
drm/sman: kill user_hash_tab
Daniel Vetter
2011-12-22
1
-34
/
+2
|
*
|
|
drm/sis: track user->memblock mapping with idr
Daniel Vetter
2011-12-22
4
-14
/
+51
|
*
|
|
drm/via: track user->memblock mapping with idr
Daniel Vetter
2011-12-22
3
-14
/
+47
|
*
|
|
drm/sman: rip out owner tracking
Daniel Vetter
2011-12-22
3
-73
/
+2
|
*
|
|
drm/sman: kill owner tracking interface functions
Daniel Vetter
2011-12-22
1
-38
/
+0
|
*
|
|
drm/via: track obj->drm_fd relations in the driver
Daniel Vetter
2011-12-22
2
-8
/
+39
|
*
|
|
drm/sis: track obj->drm_fd relations in the driver
Daniel Vetter
2011-12-22
3
-9
/
+41
*
|
|
|
Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/...
Dave Airlie
2011-12-22
71
-2698
/
+6441
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
drm/nouveau/ttm: fix crash as a result of a recent ttm change
Ben Skeggs
2011-12-22
3
-7
/
+6
|
*
|
|
drm/nouveau: Fix notifier blocks over the 4GB mark.
Francisco Jerez
2011-12-21
1
-1
/
+1
|
*
|
|
drm/nouveau: Fix pushbufs over the 4GB mark.
Francisco Jerez
2011-12-21
5
-10
/
+17
|
*
|
|
drm/nvc0/pm: initial engine reclocking
Ben Skeggs
2011-12-21
3
-0
/
+243
|
*
|
|
drm/nouveau: move hpd enable/disable to common code
Ben Skeggs
2011-12-21
3
-27
/
+18
|
*
|
|
drm/nv40/disp: implement support for hotplug irq
Ben Skeggs
2011-12-21
3
-0
/
+52
|
*
|
|
drm/nouveau/gpio: reimplement as nouveau_gpio.c, fixing a number of issues
Ben Skeggs
2011-12-21
16
-646
/
+653
|
*
|
|
drm/nouveau: just pass gpio line to pwm_*, not entire gpio struct
Ben Skeggs
2011-12-21
5
-30
/
+25
|
*
|
|
drm/nouveau/hwsq: remove some magic, give proper opcode names
Ben Skeggs
2011-12-21
2
-6
/
+23
|
*
|
|
drm/nv50/pm: introduce hwsq-based memory reclocking
Martin Peres
2011-12-21
2
-62
/
+243
|
*
|
|
drm/nv04/disp: handle dual-link spwg panels without needing quirks
Ben Skeggs
2011-12-21
2
-15
/
+8
|
*
|
|
drm/nouveau/dp: remove broken display depth function, use the improved one
Ben Skeggs
2011-12-21
1
-22
/
+12
|
*
|
|
drm/nouveau/mxm: implement ROM shadow method
Ben Skeggs
2011-12-21
1
-0
/
+39
|
*
|
|
drm/nouveau/mxm: implement _DSM shadow method
Ben Skeggs
2011-12-21
1
-1
/
+60
|
*
|
|
drm/nouveau/mxm: implement wmi shadow method
Ben Skeggs
2011-12-21
1
-6
/
+45
|
*
|
|
drm/nouveau/mxm: initial implementation of dcb sanitisation
Ben Skeggs
2011-12-21
6
-3
/
+561
|
*
|
|
drm/nouveau/disp: parse connector info directly in nouveau_connector.c
Ben Skeggs
2011-12-21
7
-328
/
+240
|
*
|
|
drm/nouveau/i2c: handle bit-banging ourselves
Ben Skeggs
2011-12-21
2
-22
/
+178
|
*
|
|
drm/nouveau/i2c: fix debug message
Ben Skeggs
2011-12-21
1
-3
/
+6
|
*
|
|
drm/nouveau/i2c: tidy up bit-bang helpers, also fixing nv50 setsda bug
Ben Skeggs
2011-12-21
3
-148
/
+94
|
*
|
|
drm/nouveau/i2c: do parsing of i2c-related vbios info in nouveau_i2c.c
Ben Skeggs
2011-12-21
6
-278
/
+222
|
*
|
|
drm/nouveau/bios: start refactoring dcb routines
Ben Skeggs
2011-12-21
3
-121
/
+162
|
*
|
|
drm/nouveau/bios: fold fixup_legacy_i2c
Ben Skeggs
2011-12-21
1
-23
/
+6
|
*
|
|
drm/nouveau/bios: pass drm_device to ROMPTR, rather than nvbios
Ben Skeggs
2011-12-21
7
-27
/
+28
|
*
|
|
drm/nvd0/disp: use single, shared, sync bo for all evo channels
Ben Skeggs
2011-12-21
1
-31
/
+32
|
*
|
|
drm/nvd0/disp: rename sync channel to flip channel
Ben Skeggs
2011-12-21
1
-9
/
+9
|
*
|
|
drm/nvd0/disp: handle yet another interrupt
Ben Skeggs
2011-12-21
1
-0
/
+6
|
*
|
|
drm/nvd0/disp: initialise overlay channels
Ben Skeggs
2011-12-21
1
-5
/
+13
|
*
|
|
drm/nvd0/disp: add support for page flipping
Ben Skeggs
2011-12-21
5
-65
/
+267
|
*
|
|
drm/nvd0/disp: make it clearer that the cursor regs are pio evo channels
Ben Skeggs
2011-12-21
1
-3
/
+9
|
*
|
|
drm/nvd0/disp: have evo names now, use them
Ben Skeggs
2011-12-21
1
-24
/
+24
[prev]
[next]