index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
nouveau
/
nvkm
/
engine
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
drm/nouveau/disp/dp: use new devinit script interpreter entry-point
Ben Skeggs
2017-06-16
1
-38
/
+30
*
drm/nouveau/disp/dp: determine link bandwidth requirements from head state
Ben Skeggs
2017-06-16
7
-2
/
+62
*
drm/nouveau/disp: introduce acquire/release display path methods
Ben Skeggs
2017-06-16
12
-33
/
+206
*
drm/nouveau/disp: remove hw-specific customisation of output paths
Ben Skeggs
2017-06-16
28
-342
/
+36
*
drm/nouveau/disp/gf119-: port OR DP VCPI control to nvkm_ior
Ben Skeggs
2017-06-16
7
-14
/
+16
*
drm/nouveau/disp/gt215-: port HDA ELD controls to nvkm_ior
Ben Skeggs
2017-06-16
20
-136
/
+161
*
drm/nouveau/disp/g94-: port OR DP drive setting control to nvkm_ior
Ben Skeggs
2017-06-16
12
-143
/
+66
*
drm/nouveau/disp/g94-: port OR DP training pattern control to nvkm_ior
Ben Skeggs
2017-06-16
12
-30
/
+27
*
drm/nouveau/disp/g94-: port OR DP link power control to nvkm_ior
Ben Skeggs
2017-06-16
12
-43
/
+17
*
drm/nouveau/disp/g94-: port OR DP link setup to nvkm_ior
Ben Skeggs
2017-06-16
12
-30
/
+47
*
drm/nouveau/disp/g94-: port OR DP lane mapping to nvkm_ior
Ben Skeggs
2017-06-16
9
-9
/
+30
*
drm/nouveau/disp/g84-: port OR HDMI control to nvkm_ior
Ben Skeggs
2017-06-16
29
-219
/
+134
*
drm/nouveau/disp/nv50-: port OR manual sink detection to nvkm_ior
Ben Skeggs
2017-06-16
17
-80
/
+40
*
drm/nouveau/disp/nv50-: port OR power state control to nvkm_ior
Ben Skeggs
2017-06-16
30
-158
/
+106
*
drm/nouveau/disp/nv50-: fetch head/OR state at beginning of supervisor
Ben Skeggs
2017-06-16
17
-0
/
+165
*
drm/nouveau/disp/nv50-: execute supervisor on its own workqueue
Ben Skeggs
2017-06-16
3
-3
/
+10
*
drm/nouveau/disp/dp: train link only when actively displaying an image
Ben Skeggs
2017-06-16
2
-10
/
+6
*
drm/nouveau/disp/dp: only check for re-train when the link is active
Ben Skeggs
2017-06-16
4
-45
/
+13
*
drm/nouveau/disp/dp: determine a failsafe link training rate
Ben Skeggs
2017-06-16
1
-19
/
+35
*
drm/nouveau/disp/dp: use cached link configuration when checking link status
Ben Skeggs
2017-06-16
1
-22
/
+17
*
drm/nouveau/disp/dp: no need for lt_state except during manual link training
Ben Skeggs
2017-06-16
1
-31
/
+24
*
drm/nouveau/disp/dp: store current link configuration in nvkm_ior
Ben Skeggs
2017-06-16
2
-33
/
+41
*
drm/nouveau/disp/dp: remove DP_PWR method
Ben Skeggs
2017-06-16
1
-24
/
+0
*
drm/nouveau/disp: identity-map display paths to output resources
Ben Skeggs
2017-06-16
4
-8
/
+89
*
drm/nouveau/disp: fork off some new hw-specific implementations
Ben Skeggs
2017-06-16
19
-13
/
+334
*
drm/nouveau/disp: introduce input/output resource abstraction
Ben Skeggs
2017-06-16
24
-8
/
+261
*
drm/nouveau/disp: common implementation of scanoutpos method in nvkm_head
Ben Skeggs
2017-06-16
21
-150
/
+161
*
drm/nouveau/disp: move vblank_{get,put} methods into nvkm_head
Ben Skeggs
2017-06-16
20
-99
/
+60
*
drm/nouveau/disp: introduce object to track per-head functions/state
Ben Skeggs
2017-06-16
28
-84
/
+350
*
drm/nouveau/disp: delay output path / connector construction until oneinit()
Ben Skeggs
2017-06-16
1
-65
/
+65
*
drm/nouveau/disp: s/nvkm_connector/nvkm_conn/
Ben Skeggs
2017-06-16
5
-31
/
+31
*
drm/nouveau/disp: rename nvkm_output_dp to nvkm_dp
Ben Skeggs
2017-06-16
3
-188
/
+181
*
drm/nouveau/disp: rename nvkm_output to nvkm_outp
Ben Skeggs
2017-06-16
5
-38
/
+42
*
drm/nouveau/disp: shuffle functions around
Ben Skeggs
2017-06-16
33
-1243
/
+1183
*
drm/nouveau/disp/gk104-: Use supplied HDMI InfoFrames
Alastair Bridgewater
2017-06-16
1
-6
/
+30
*
drm/nouveau/disp/gf119: Use supplied HDMI InfoFrames
Alastair Bridgewater
2017-06-16
1
-6
/
+34
*
drm/nouveau/disp/gt215: Use supplied HDMI InfoFrames
Alastair Bridgewater
2017-06-16
1
-6
/
+31
*
drm/nouveau/disp/g84-gt200: Use supplied HDMI InfoFrames
Alastair Bridgewater
2017-06-16
1
-6
/
+31
*
drm/nouveau/disp: Add mechanism to convert HDMI InfoFrames to hardware format
Alastair Bridgewater
2017-06-16
3
-0
/
+78
*
drm/nouveau/disp/g84-: Extend NVKM HDMI power control method to set InfoFrames
Alastair Bridgewater
2017-06-16
4
-4
/
+32
*
drm/nouveau/fifo/gk104-: Silence a locking warning
Dan Carpenter
2017-05-17
1
-1
/
+2
*
drm/nouveau/fifo/nv40: no ctxsw for pre-nv44 mpeg engine
Ilia Mirkin
2017-04-29
1
-0
/
+2
*
drm/nouveau/gr/gp107: initial support
Ben Skeggs
2017-04-06
8
-8
/
+119
*
drm/nouveau/core: recognise GP10B chipset
Alexandre Courbot
2017-04-06
1
-0
/
+24
*
drm/nouveau/platform: make VDD regulator optional
Alexandre Courbot
2017-04-06
1
-9
/
+22
*
drm/nouveau/gr: support for GP10B
Alexandre Courbot
2017-04-06
5
-2
/
+76
*
drm/nouveau/fifo: add GP10B support
Alexandre Courbot
2017-04-06
4
-1
/
+44
*
drm/nouveau/secboot: allow to boot multiple falcons
Alexandre Courbot
2017-04-06
1
-7
/
+9
*
drm/nouveau: initial support (display-only) for GP107
Ben Skeggs
2017-04-06
1
-0
/
+30
*
drm/nouveau/mmu/nv4a: use nv04 mmu rather than the nv44 one
Ilia Mirkin
2017-04-06
1
-1
/
+1
[prev]
[next]