index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/nouveau: fix bug causing pinned buffers to lose their NO_EVICT flag
Ben Skeggs
2009-12-16
1
-0
/
+5
*
drm/nv50: fix suspend/resume delays without firmware present
Ben Skeggs
2009-12-16
1
-0
/
+3
*
drm/nouveau: prevent all channel creation if accel not available
Ben Skeggs
2009-12-16
3
-48
/
+64
*
drm/nv50: fix two potential suspend/resume oopses
Ben Skeggs
2009-12-16
2
-2
/
+2
*
drm/nv40: implement ctxprog/state generation
Ben Skeggs
2009-12-16
8
-182
/
+1031
*
drm/nv10: Add the initial graph context and soft methods needed for LMA.
Francisco Jerez
2009-12-16
1
-43
/
+154
*
drm/nouveau: Fix up buffer eviction, and evict them to GART, if possible.
Francisco Jerez
2009-12-16
1
-0
/
+6
*
drm/nouveau: Add proper error handling to nouveau_card_init
Marcin Kościelnicki
2009-12-16
1
-25
/
+48
*
drm/nv04: Fix NV04 set_operation software method.
Marcin Kościelnicki
2009-12-16
1
-1
/
+1
*
drm/nouveau: Kill global state in BIOS script interpreter
Marcin Kościelnicki
2009-12-16
2
-287
/
+276
*
drm/nouveau: Kill global state in NvShadowBIOS
Marcin Kościelnicki
2009-12-16
1
-26
/
+21
*
drm/nouveau: use drm debug levels
Maarten Maathuis
2009-12-16
15
-88
/
+96
*
drm/i2c/ch7006: Fix load detection false positives right after system init.
Francisco Jerez
2009-12-16
2
-5
/
+5
*
drm/nv04-nv40: Fix "conflicting memory types" when saving/restoring VGA fonts.
Francisco Jerez
2009-12-16
1
-4
/
+3
*
drm/nouveau: remove use of -ERESTART
Ben Skeggs
2009-12-15
2
-8
/
+1
*
nouveau: Fix endianness with new context program loader
Benjamin Herrenschmidt
2009-12-15
1
-8
/
+12
*
drm/nouveau: fix build with CONFIG_AGP=n
Ben Skeggs
2009-12-15
2
-0
/
+6
*
drm/nouveau: fix ch7006 build
Randy Dunlap
2009-12-15
1
-2
/
+3
*
drm/nouveau: Add DRM driver for NVIDIA GPUs
Ben Skeggs
2009-12-11
81
-0
/
+35852
*
drm/ttm: export some functions useful to drivers using ttm
Ben Skeggs
2009-12-11
1
-0
/
+4
*
drm/radeon/kms/avivo: fix typo in new_pll module description
Alex Deucher
2009-12-11
1
-1
/
+1
*
drm/radeon/kms: Convert radeon to new ttm_bo_init
Jerome Glisse
2009-12-11
1
-30
/
+9
*
drm/ttm: Convert ttm_buffer_object_init to use ttm_placement
Jerome Glisse
2009-12-11
1
-73
/
+57
*
drm/radeon/kms: fix warning about cur_placement being uninitialised.
Dave Airlie
2009-12-10
1
-1
/
+1
*
Merge remote branch 'korg/drm-radeon-next' of into drm-linus
Dave Airlie
2009-12-10
29
-474
/
+768
|
\
|
*
drm/ttm: Print debug information on memory manager when eviction fails
Jerome Glisse
2009-12-10
1
-13
/
+57
|
*
drm: Add memory manager debug function
Jerome Glisse
2009-12-10
1
-0
/
+20
|
*
drm/radeon/kms: restore surface registers on resume.
Dave Airlie
2009-12-10
11
-7
/
+23
|
*
drm/radeon/kms/r600/r700: fallback gracefully on ucode failure
Alex Deucher
2009-12-10
2
-25
/
+25
|
*
drm/ttm: Initialize eviction placement in case the driver callback doesn't
Jerome Glisse
2009-12-10
1
-0
/
+4
|
*
drm/radeon/kms: cleanup structure and module if initialization fails
Jerome Glisse
2009-12-10
1
-22
/
+20
|
*
drm/radeon/kms: actualy set the eviction placements we choose
Jerome Glisse
2009-12-10
1
-0
/
+1
|
*
drm/radeon/kms: Fix NULL ptr dereference
Jerome Glisse
2009-12-10
1
-2
/
+4
|
*
drm/radeon/kms/avivo: add support for new pll selection algo
Alex Deucher
2009-12-10
6
-3
/
+120
|
*
drm/radeon/kms/avivo: fix some bugs in the display bandwidth setup
Alex Deucher
2009-12-10
3
-5
/
+28
|
*
drm/radeon/kms: fix return value from fence function.
Dave Airlie
2009-12-10
1
-1
/
+1
|
*
drm/radeon: Remove tests for -ERESTART from the TTM code.
Thomas Hellstrom
2009-12-10
2
-29
/
+14
|
*
drm/ttm: Have the TTM code return -ERESTARTSYS instead of -ERESTART.
Thomas Hellstrom
2009-12-10
2
-24
/
+12
|
*
drm/radeon/kms: Convert radeon to new TTM validation API (V2)
Jerome Glisse
2009-12-10
3
-51
/
+67
|
*
drm/ttm: Rework validation & memory space allocation (V3)
Jerome Glisse
2009-12-10
1
-242
/
+221
|
*
drm: Add search/get functions to get a block in a specific range
Jerome Glisse
2009-12-10
1
-0
/
+88
|
*
drm/radeon/kms: fix avivo tiling regression since radeon object rework
Dave Airlie
2009-12-10
1
-2
/
+3
|
*
drm/radeon/kms: make sure i2c id matches
Alex Deucher
2009-12-09
1
-48
/
+43
|
*
drm/radeon/kms: make sure ss id matches
Alex Deucher
2009-12-09
1
-6
/
+12
|
*
drm/radeon/kms: connector fixes
Alex Deucher
2009-12-09
2
-9
/
+15
|
*
drm/ttm: fix memory leak noticed by kmemleak.
Dave Airlie
2009-12-09
1
-1
/
+3
|
*
drm: disable all the possible outputs/crtcs before entering KMS mode
Zhao Yakui
2009-12-09
1
-0
/
+3
*
|
Merge remote branch 'anholt/drm-intel-next' into drm-linus
Dave Airlie
2009-12-10
7
-26
/
+26
|
\
\
|
|
/
|
/
|
|
*
drm/i915: Remove a debugging printk from hangcheck
Chris Wilson
2009-12-08
1
-1
/
+0
|
*
drm/i915: restore render clock gating on resume
Andrew Lutomirski
2009-12-08
4
-23
/
+22
[next]