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
/
nouveau
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
drm/nouveau: convert to dev_pm_ops
Dave Airlie
2012-11-29
3
-31
/
+71
*
|
drm/nouveau: Add interface to detect optimus and v1 support
Dave Airlie
2012-11-29
2
-12
/
+22
*
|
drm/nouveau/disp: add support for 10bpc over DisplayPort
Ben Skeggs
2012-11-29
3
-6
/
+16
*
|
drm/nouveau: rename nvd0_display to nv50_display to reflect reality since merge
Ben Skeggs
2012-11-29
9
-279
/
+268
*
|
drm/nv50-nvc0: switch to common disp impl, removing previous version
Ben Skeggs
2012-11-29
17
-2700
/
+31
*
|
drm/nvd0/disp: implement support for colour vibrance control
Ben Skeggs
2012-11-29
2
-1
/
+36
*
|
drm/nvd0/disp: remove fetching of capabilities report
Ben Skeggs
2012-11-29
1
-7
/
+1
*
|
drm/nvd0/disp: enable support for older display classes
Ben Skeggs
2012-11-29
1
-1
/
+10
*
|
drm/nvd0/disp: support creation of fb dma objects on older chipsets
Ben Skeggs
2012-11-29
1
-36
/
+131
*
|
drm/nvd0/disp: implement support for older DISP_SYNC classes
Ben Skeggs
2012-11-29
1
-20
/
+44
*
|
drm/nvd0/disp: implement sor support for older display classes
Ben Skeggs
2012-11-29
1
-45
/
+61
*
|
drm/nvd0/disp: implement dac support for older display classes
Ben Skeggs
2012-11-29
1
-25
/
+48
*
|
drm/nvd0/disp: start implementing support for older display classes
Ben Skeggs
2012-11-29
1
-87
/
+233
*
|
drm/nouveau/dp: remove last bits of VBIOS parsing from DRM code
Ben Skeggs
2012-11-29
12
-121
/
+111
*
|
drm/nouveau/dp: move core link training calls to common code
Ben Skeggs
2012-11-29
4
-94
/
+30
*
|
drm/nouveau: remove (now obsolete) BIT U table parsing from DRM code
Ben Skeggs
2012-11-29
3
-215
/
+34
*
|
drm/nv50/disp: move remaining interrupt handling into core
Ben Skeggs
2012-11-29
5
-576
/
+461
*
|
drm/nvd0/disp: calculate U script id in supervisor interrupt
Ben Skeggs
2012-11-29
9
-34
/
+59
*
|
drm/nv84/disp: move hdmi control into core
Ben Skeggs
2012-11-29
9
-145
/
+152
*
|
drm/nva3/disp: move hda codec handling to core
Ben Skeggs
2012-11-29
5
-20
/
+66
*
|
drm/nv50/disp: move dp link training helpers into core
Ben Skeggs
2012-11-29
6
-72
/
+161
*
|
drm/nv50/disp: call into core for dac load detection
Ben Skeggs
2012-11-29
9
-51
/
+22
*
|
drm/nv50/disp: call into core to handle dac/sor power state changes
Ben Skeggs
2012-11-29
8
-47
/
+62
*
|
drm/nv50/disp: allocate display from driver core
Ben Skeggs
2012-11-29
3
-73
/
+22
*
|
drm/nouveau/bios: implement some dcb output entry parsing/matching functions
Ben Skeggs
2012-11-29
4
-48
/
+77
*
|
drm/nvd0/disp: handle DP transfer unit setup from second supervisor interrupt
Ben Skeggs
2012-11-29
2
-51
/
+50
*
|
drm/nvd0/disp: move HDMI control to core
Ben Skeggs
2012-11-29
9
-29
/
+86
*
|
drm/nvd0/disp: move HDA codec setup to core
Ben Skeggs
2012-11-29
9
-18
/
+70
*
|
drm/nvd0/disp: call into core to handle dac power state changes
Ben Skeggs
2012-11-29
8
-20
/
+132
*
|
drm/nvd0/disp: call into core to handle sor power state changes
Ben Skeggs
2012-11-29
7
-9
/
+27
*
|
drm/nvd0/disp: move link training helpers into core as display methods
Ben Skeggs
2012-11-29
9
-84
/
+295
*
|
drm/nouveau/core: allow representing method ranges in nouveau_omthds
Ben Skeggs
2012-11-29
8
-115
/
+116
*
|
drm/nouveau/core: expose full method calling capabilities with nv_exec
Ben Skeggs
2012-11-29
1
-2
/
+8
*
|
drm/nouveau/bios: implement "full" BIT 'd' table (and subtable) parsing in core
Ben Skeggs
2012-11-29
4
-64
/
+192
*
|
drm/nvd0/disp: move remaining interrupt handling to core
Ben Skeggs
2012-11-29
4
-263
/
+270
*
|
drm/nouveau/core: add some missing subdev/engine disable flags
Ben Skeggs
2012-11-29
2
-4
/
+10
*
|
drm/nouveau/bios: implement BIT 'U' table (and subtable) parsing in core
Ben Skeggs
2012-11-29
3
-0
/
+227
*
|
drm/nvd0/disp: allocate display and evo channels from driver core
Ben Skeggs
2012-11-29
1
-354
/
+375
*
|
drm/nouveau: run mode_config destructor before destroying internal display state
Ben Skeggs
2012-11-29
1
-2
/
+3
*
|
drm/nouveau/drm/nvd0/disp: display->disp
Ben Skeggs
2012-11-29
1
-15
/
+15
*
|
drm/nvd0/disp: introduce a nvd0_head as a subclass of nouveau_crtc
Ben Skeggs
2012-11-29
1
-20
/
+24
*
|
drm/nvd0-nve0/disp: initial implementation of evo channel classes
Ben Skeggs
2012-11-29
8
-14
/
+671
*
|
drm/nv50/disp: allow PCI_US pushbuf binding
Ben Skeggs
2012-11-29
1
-0
/
+3
*
|
drm/nv50/disp: initial implementation of the various channel object classes
Ben Skeggs
2012-11-29
9
-112
/
+601
*
|
drm/nv50/disp: enable interrupts and setup memory area
Ben Skeggs
2012-11-29
1
-5
/
+28
*
|
drm/nv50/disp: copy caps to evo
Ben Skeggs
2012-11-29
1
-2
/
+40
*
|
drm/nv50/disp: create skeleton display/channel object classes
Ben Skeggs
2012-11-29
10
-25
/
+699
*
|
drm/nvd0/dmaobj: initial bind() method implementation
Ben Skeggs
2012-11-29
2
-1
/
+43
*
|
drm/nvc0/dmaobj: implement initial bind() method
Ben Skeggs
2012-11-29
2
-1
/
+69
*
|
drm/nv50/dmaobj: extend class to allow gpu-specific attributes to be defined
Ben Skeggs
2012-11-29
6
-16
/
+51
[prev]
[next]