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
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/nouveau: shutdown display on suspend/hibernate
Ben Skeggs
2011-12-21
4
-11
/
+45
*
drm/nv50/disp: fix evo for create/init + destroy/fini split
Ben Skeggs
2011-12-21
3
-11
/
+13
*
drm/nouveau: re-jig fbcon suspend/resume process a little
Ben Skeggs
2011-12-21
2
-16
/
+13
*
drm/nouveau/disp: introduce proper init/fini, separate from create/destroy
Ben Skeggs
2011-12-21
7
-31
/
+39
*
drm/nouveau/pm: fix missing volt changes when boot voltage is undefined
Ben Skeggs
2011-12-21
1
-1
/
+1
*
drm/nv50/pm: fix a typo in clock calculation
Martin Peres
2011-12-21
1
-1
/
+1
*
drm/nvd0/disp: enable hdmi audio
Ben Skeggs
2011-12-21
1
-0
/
+3
*
drm/nvd0/disp: hook evo up to debugging
Ben Skeggs
2011-12-21
1
-0
/
+13
*
drm/nvd0/disp: enable hdmi on sor if hdmi monitor present
Ben Skeggs
2011-12-21
1
-0
/
+44
*
drm/nvd0/disp: send eld to the audio codec
Ben Skeggs
2011-12-21
1
-3
/
+63
*
drm/nouveau/hdmi: enable audio for nva3:nvd0 chipsets
Ben Skeggs
2011-12-21
1
-3
/
+24
*
drm/nv50: fix page faulting for 128MB page table sizes
Marcin Slusarz
2011-12-21
1
-1
/
+1
*
drm/nouveau: print correct engine number which failed to unload/idle
Marcin Slusarz
2011-12-21
1
-1
/
+1
*
drm/nva3/copy: fix typo in fuc which caused host to not recieve exceptions
Ben Skeggs
2011-12-21
3
-3
/
+3
*
drm/nva3/copy: update fuc source for latest envytools
Ben Skeggs
2011-12-21
1
-129
/
+131
*
drm/nv50/pm: only touch 0x611200 on nv92-
Ben Skeggs
2011-12-21
1
-3
/
+6
*
drm/nv50/pm: stabilise transition to 100MHz mclk a bit
Ben Skeggs
2011-12-21
1
-2
/
+2
*
drm/nv50/pm: avoid touching dom6/vdec clocks if perflvl doesn't define it
Ben Skeggs
2011-12-21
1
-16
/
+16
*
drm/nv50/pm: fix thinko which lead to clocks being slightly off sometimes
Ben Skeggs
2011-12-21
1
-22
/
+24
*
drm/nv50/pm: 0x84/0x86 can't use "1" for nvclk src, need 0x50 method
Ben Skeggs
2011-12-21
1
-2
/
+5
*
drm/nvc0/gr: add initial support for nvd9, not quite there yet..
Ben Skeggs
2011-12-21
8
-93
/
+326
*
drm/nvc0/gr: update fuc source to assemble with latest envyas
Ben Skeggs
2011-12-21
3
-240
/
+240
*
drm/nv50/disp: stricter check for evo being active on init
Ben Skeggs
2011-12-21
1
-4
/
+7
*
drm/nv50/pm: free state struct after setting clocks
Ben Skeggs
2011-12-21
1
-0
/
+1
*
drm/nouveau/pm: change volt/fan before upclock, but after downclock
Ben Skeggs
2011-12-21
1
-13
/
+36
*
drm/nouveau/pm: remove the older interfaces completely
Ben Skeggs
2011-12-21
3
-60
/
+10
*
drm/nv04-nv30/pm: port to newer interfaces
Ben Skeggs
2011-12-21
3
-49
/
+91
*
drm/nv50/pm: rewrite clock management, and switch to the new pm hooks
Ben Skeggs
2011-12-21
5
-97
/
+576
*
drm/nv50/pm: s/PLL_UNK05/PLL_VDEC/
Martin Peres
2011-12-21
3
-4
/
+4
*
drm/nouveau/pm: make clocks_set return an error code clocks_set can fail.
Martin Peres
2011-12-21
4
-6
/
+13
*
drm/nvd0: read temperature as we did on nv84+ boards
Martin Peres
2011-12-21
1
-0
/
+1
*
drm/nv50/disp: fix scaling of doublescan modes
Ben Skeggs
2011-12-21
1
-15
/
+18
*
drm/nv50/disp: rewrite crtc timing calculation, with proper names and fixes
Ben Skeggs
2011-12-21
1
-71
/
+56
*
drm/nouveau/disp: kill off nouveau_crtc.mode
Ben Skeggs
2011-12-21
3
-20
/
+8
*
drm/nv50/disp: allow interlaced and doublescan modes on digital outputs
Ben Skeggs
2011-12-21
1
-0
/
+4
*
drm/nouveau: don't pretend to support the DVI-I 'select subconnector' prop
Ben Skeggs
2011-12-21
2
-4
/
+2
*
drm/nouveau: improve dithering properties, and implement proper auto mode
Ben Skeggs
2011-12-21
7
-69
/
+158
*
drm/nouveau: no need to pass parameters into set_scale/dither
Ben Skeggs
2011-12-21
4
-28
/
+26
*
drm/nouveau: determine a value for display_info.bpc if edid doesn't
Ben Skeggs
2011-12-21
1
-0
/
+46
*
drm/nv50/disp: wait for encoder disconnect to complete before link training
Ben Skeggs
2011-12-21
1
-0
/
+5
*
drm/nv50/disp: disconnect encoders before reprogramming them
Ben Skeggs
2011-12-21
2
-6
/
+2
*
drm/nv50/disp: completely reset disp if master evo channel active at init
Ben Skeggs
2011-12-21
1
-0
/
+41
*
drm/nv50/disp: synchronise display right after init
Ben Skeggs
2011-12-21
2
-25
/
+11
*
drm/nv50/disp: move sync routine to where it can be used by other modules
Ben Skeggs
2011-12-21
3
-37
/
+37
*
drm/nouveau: restore cursors after restoring mode
Maxim Levitsky
2011-12-21
1
-9
/
+9
*
drm/nouveau: restore performance mode a bit later.
Maxim Levitsky
2011-12-21
1
-2
/
+2
*
drm/nouveau: disable output polling through suspend.
Maxim Levitsky
2011-12-21
1
-0
/
+3
*
drm/nv50: also report errors in MP1/MP2 when they happen.
Maxim Levitsky
2011-12-21
1
-2
/
+2
*
drm/nouveau: add overscan compensation connector properties
Ben Skeggs
2011-12-21
5
-51
/
+176
*
drm/nouveau: move master modesetting init to nouveau_display
Ben Skeggs
2011-12-21
4
-27
/
+51
[next]