index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II 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
/
subdev
/
bios
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/nouveau/bios/init: use ARRAY_SIZE
Jérémy Lefaure
2017-11-02
1
-3
/
+4
*
remove some useless semicolons
Ben Skeggs
2017-11-02
1
-2
/
+2
*
drm/nouveau/disp/nv50-: implement a common supervisor 3.0
Ben Skeggs
2017-06-16
1
-5
/
+0
*
drm/nouveau/devinit: use new devinit script interpreter entry-point
Ben Skeggs
2017-06-16
1
-20
/
+6
*
drm/nouveau/bios/init: add or/link args separate from output path
Ben Skeggs
2017-06-16
1
-4
/
+10
*
drm/nouveau/bios/init: bump script offset to 32-bits
Ben Skeggs
2017-06-16
1
-1
/
+1
*
drm/nouveau/bios/init: rename 'crtc' to 'head'
Ben Skeggs
2017-06-16
1
-13
/
+13
*
drm/nouveau/bios/init: remove internal use of nvbios_init.bios
Ben Skeggs
2017-06-16
1
-82
/
+84
*
drm/nouveau/bios/init: rename nvbios_init() to nvbios_devinit()
Ben Skeggs
2017-06-16
1
-1
/
+1
*
drm/nouveau/bios/iccsense: rails for power sensors have a mask of 0xf8 for ve...
Karol Herbst
2017-06-16
1
-1
/
+4
*
drm/nouveau/bios/volt: Parse min and max for Version 0x40
Karol Herbst
2017-06-16
1
-3
/
+3
*
drm/nouveau/bios/bitP: check that table is long enough for optional pointers
Ben Skeggs
2017-04-29
5
-5
/
+5
*
drm/nouveau/bios/power_budget: Add basic power budget parsing
Karol Herbst
2017-02-17
2
-0
/
+127
*
drm/nouveau/bios/dp: fix handling of LevelEntryTableIndex on DP table 4.2
Ben Skeggs
2016-12-13
1
-1
/
+4
*
drm/nouveau/bios/mxm: handle digital connector table 1.1
Ben Skeggs
2016-12-06
1
-1
/
+1
*
drm/nouveau/bios/volt: pointers are 32-bit
Ben Skeggs
2016-11-28
1
-12
/
+12
*
drm/nouveau/bios/vmap: pointers are 32-bit
Ben Skeggs
2016-11-28
1
-11
/
+11
*
drm/nouveau/bios/timing: pointers are 32-bit
Ben Skeggs
2016-11-28
1
-10
/
+10
*
drm/nouveau/bios/therm: pointers are 32-bit
Ben Skeggs
2016-11-28
1
-10
/
+10
*
drm/nouveau/bios/perf: pointers are 32-bit
Ben Skeggs
2016-11-28
1
-11
/
+11
*
drm/nouveau/bios/iccsense: pointers are 32-bit
Ben Skeggs
2016-11-28
1
-4
/
+4
*
drm/nouveau/bios/fan: pointers are 32-bit
Ben Skeggs
2016-11-28
1
-9
/
+9
*
drm/nouveau/bios/cstep: pointers are 32-bit
Ben Skeggs
2016-11-28
1
-15
/
+15
*
drm/nouveau/bios/boost: pointers are 32-bit
Ben Skeggs
2016-11-28
1
-15
/
+15
*
drm/nouveau: mark symbols static where possible
Baoyou Xie
2016-11-07
1
-2
/
+2
*
drm/nouveau/bios: require checksum to match for fast acpi shadow method
Ben Skeggs
2016-11-07
3
-2
/
+7
*
drm/nouveau/bios/vmap: unk0 field is the mode
Karol Herbst
2016-10-12
1
-1
/
+1
*
drm/nouveau/bios: Add parsing of VPSTATE table
Karol Herbst
2016-10-12
2
-0
/
+83
*
drm/nouveau/volt: Parse the max voltage map entries
Karol Herbst
2016-10-12
1
-0
/
+10
*
drm/nouveau/volt: Properly detect entry based voltage tables
Karol Herbst
2016-10-12
1
-3
/
+9
*
drm/nouveau/bios/volt: Handle voltage table version 0x50 with zeroed header
Karol Herbst
2016-10-12
1
-0
/
+3
*
drm/nouveau/iccsense: Parse the resistors and config the right way
Karol Herbst
2016-10-12
1
-4
/
+29
*
drm/nouveau/bios/rammap: 32-bit bios pointers
Ben Skeggs
2016-07-14
1
-3
/
+3
*
drm/nouveau/bios/pll: initial support for BIT 'C' version 2
Ben Skeggs
2016-07-14
1
-9
/
+11
*
drm/nouveau/bios/dp: initial support for 4.2
Ben Skeggs
2016-07-14
1
-0
/
+8
*
drm/nouveau/bios: pointers beyond end of first image need special handling
Ben Skeggs
2016-07-14
3
-21
/
+33
*
drm/nouveau/bios: guard against out-of-bounds accesses to image
Ben Skeggs
2016-07-14
1
-0
/
+34
*
drm/nouveau/bios/disp: fix handling of "match any protocol" entries
Ben Skeggs
2016-06-02
1
-3
/
+5
*
drm/nouveau/bios/pll: check BIT table version before trying to parse it
Ben Skeggs
2016-05-20
1
-4
/
+6
*
drm/nouveau/bios/pll: prevent oops when limits table can't be parsed
Ben Skeggs
2016-05-20
1
-2
/
+2
*
drm/nouveau/core: remove pmc_enable argument from subdev ctor
Ben Skeggs
2016-05-20
1
-1
/
+1
*
drm/nouveau/bios/extdev: also parse v4.1 table
Karol Herbst
2016-03-14
1
-1
/
+1
*
drm/nouveau/nvbios/iccsense: add parsing of the SENSE table
Martin Peres
2016-03-14
2
-0
/
+101
*
drm/nouveau/bios/devinit: properly handle unknown generic conditions
Ben Skeggs
2016-03-14
1
-2
/
+3
*
drm/nouveau/bios/devinit: rename INIT_DP_CONDITION to INIT_GENERIC_CONDITION
Ben Skeggs
2016-03-14
1
-5
/
+5
*
drm/nouveau/bios/perf: parse the pci speed from the bios for tesla and newer ...
Karol Herbst
2016-01-11
1
-0
/
+16
*
drm/nouveau/bios: parse 8.1 Gbps DP link rate
Ben Skeggs
2016-01-11
1
-4
/
+7
*
drm/nouveau/bios/fan: hardcode the fan mode to linear
Martin Peres
2015-12-18
1
-0
/
+1
*
drm/nouveau/fb/ramnv50: Voltage GPIOs
Roy Spliet
2015-11-03
1
-0
/
+1
*
drm/nouveau/fb/ramgt215: Change FBVDD/Q when BIOS asks for it
Roy Spliet
2015-11-03
1
-0
/
+1
[next]