index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
nouveau
Commit message (
Expand
)
Author
Age
Files
Lines
*
nouveau: Acknowledge HPD irq in handler, not bottom half
Andy Lutomirski
2010-11-18
3
-9
/
+33
*
drm/nouveau: Fix a few confusions between "chipset" and "card_type".
Francisco Jerez
2010-11-18
3
-3
/
+3
*
drm/nouveau: don't expose backlight control when available through ACPI
Ben Skeggs
2010-11-18
1
-0
/
+9
*
drm/nouveau/pm: improve memtiming mappings
Roy Spliet
2010-11-18
1
-12
/
+19
*
drm/nouveau: Make PCIE GART size depend on the available RAMIN space.
Francisco Jerez
2010-11-18
1
-5
/
+5
*
drm/nouveau: Return error from nouveau_gpuobj_new if we're out of RAMIN.
Francisco Jerez
2010-11-18
1
-1
/
+1
*
drm/nouveau: Fix compilation issues in nouveau_pm when CONFIG_HWMON is not set
Martin Peres
2010-11-18
1
-1
/
+6
*
drm/nouveau: Don't use load detection for connector polling.
Francisco Jerez
2010-11-18
1
-23
/
+2
*
drm/nv10-nv20: Fix instability after MPLL changes.
Francisco Jerez
2010-11-18
1
-0
/
+9
*
drm/nv50: implement possible workaround for NV86 PGRAPH TLB flush hang
Ben Skeggs
2010-11-18
7
-13
/
+82
*
drm/nouveau: Don't poll LVDS outputs.
Francisco Jerez
2010-11-18
1
-4
/
+6
*
drm/nouveau: Use "force" to decide if analog load detection is ok or not.
Francisco Jerez
2010-11-18
3
-49
/
+28
*
drm/nv04: Fix scanout over the 16MB mark.
Francisco Jerez
2010-11-18
2
-1
/
+20
*
drm/nouveau: fix nv40 pcie gart size
Lucas Stach
2010-11-18
1
-1
/
+5
*
drm/nva3: fix overflow in fixed point math used for pll calculation
Ben Skeggs
2010-11-18
1
-6
/
+10
*
drm/nv10: Balance RTs expected to be accessed simultaneously by the 3d engine.
Francisco Jerez
2010-11-18
1
-0
/
+28
*
drm/nouveau: Expose some BO usage flags to userspace.
Francisco Jerez
2010-11-18
5
-22
/
+39
*
drm/nouveau: Reduce severity of the unknown getparam error.
Francisco Jerez
2010-11-18
1
-2
/
+2
*
drm/nouveau: Avoid lock dependency between ramht and ramin spinlocks.
Francisco Jerez
2010-11-18
1
-27
/
+44
*
drm/nouveau: Some random cleanups.
Francisco Jerez
2010-11-18
3
-50
/
+16
*
drm/nv11: Fix bad PLL detection false positive.
Francisco Jerez
2010-11-18
1
-4
/
+4
*
drm/nv04-nv40: Fall back to panel rescaling if we have no usable native mode.
Francisco Jerez
2010-11-18
1
-6
/
+7
*
drm/nouveau: Reject modes exceeding the integrated TMDS maximum bandwidth.
Francisco Jerez
2010-11-18
1
-6
/
+21
*
drm/nouveau: Fix sleep while atomic in the semaphore code.
Francisco Jerez
2010-11-18
1
-1
/
+6
*
drm/nouveau: ratelimit IRQ messages
Jiri Slaby
2010-11-18
1
-12
/
+14
*
Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2010-10-26
71
-3384
/
+6970
|
\
|
*
drm, kdb, kms: Change mode_set_base_atomic() enter argument to be an enum
Jason Wessel
2010-10-19
2
-3
/
+3
|
*
Merge branch 'drm-fixes' of /home/airlied/kernel/linux-2.6 into drm-core-next
Dave Airlie
2010-10-19
2
-2
/
+0
|
|
\
|
*
\
Merge branch 'drm-kdb-next' into drm-core-next
Dave Airlie
2010-10-06
3
-21
/
+89
|
|
\
\
|
|
*
|
drm/nouveau/kms: Avoid a hang entering KDB with VT accel on.
Chris Ball
2010-10-06
1
-0
/
+9
|
|
*
|
drm, kdb, kms: Add an enter argument to mode_set_base_atomic() API
Jason Wessel
2010-10-06
2
-2
/
+2
|
|
*
|
drm/nouveau/kms: Implement KDB debug hooks for nouveau KMS.
Chris Ball
2010-10-06
3
-21
/
+80
|
*
|
|
Merge remote branch 'nouveau/for-airlied' of ../drm-nouveau-next into drm-cor...
Dave Airlie
2010-10-06
70
-3361
/
+6881
|
|
\
\
\
|
|
|
/
/
|
|
/
|
|
|
|
*
|
drm/ttm: restructure to allow driver to plug in alternate memory manager
Ben Skeggs
2010-10-05
8
-19
/
+20
|
|
*
|
drm/ttm: introduce utility function to free an allocated memory node
Ben Skeggs
2010-10-05
1
-12
/
+2
|
|
*
|
drm/nouveau: fix thinkos in mem timing table recordlen check
Roy Spliet
2010-10-05
1
-5
/
+7
|
|
*
|
drm/nouveau: parse voltage from perf 0x40 entires
Ben Skeggs
2010-10-05
1
-1
/
+1
|
|
*
|
drm/nouveau: don't use the default pll limits in table v2.1 on nv50+ cards
Emil Velikov
2010-10-05
1
-0
/
+6
|
|
*
|
drm/nv50: Fix large 3D performance regression caused by the interchannel sync...
Francisco Jerez
2010-10-05
2
-7
/
+40
|
|
*
|
drm/nouveau: Synchronize buffer object moves in hardware.
Francisco Jerez
2010-10-05
1
-3
/
+8
|
|
*
|
drm/nouveau: Use semaphores to handle inter-channel sync in hardware.
Francisco Jerez
2010-10-05
4
-3
/
+212
|
|
*
|
drm/nouveau: Provide a means to have arbitrary work run on fence completion.
Francisco Jerez
2010-10-05
2
-0
/
+33
|
|
*
|
drm/nouveau: Minor refactoring/cleanup of the fence code.
Francisco Jerez
2010-10-05
6
-55
/
+59
|
|
*
|
drm/nouveau: Add a module option to force card POST.
Marcin Kościelnicki
2010-10-05
3
-0
/
+7
|
|
*
|
drm/nv50: prevent (IB_PUT == IB_GET) for occurring unless idle
Ben Skeggs
2010-10-05
1
-1
/
+1
|
|
*
|
drm/nv0x-nv4x: Leave the 0x40 bit untouched when changing CRE_LCD.
Francisco Jerez
2010-10-05
5
-11
/
+7
|
|
*
|
drm/nv30-nv40: Fix postdivider mask when writing engine/memory PLLs.
Francisco Jerez
2010-10-05
1
-1
/
+1
|
|
*
|
drm/nouveau: Fix perf table parsing on BMP v5.25.
Francisco Jerez
2010-10-05
1
-1
/
+1
|
|
*
|
drm/nouveau: fix required mode bandwidth calculation for DP
Ben Skeggs
2010-10-05
2
-1
/
+20
|
|
*
|
drm/nouveau: fix typo in c2aa91afea5f7e7ae4530fabd37414a79c03328c
Ben Skeggs
2010-10-05
1
-1
/
+1
[next]