summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nvkm/subdev/bios
AgeCommit message (Expand)AuthorFilesLines
2022-07-15drm/nouveau/bios: set info only when the return is not 0Tom Rix1-4/+1
2022-06-08drm/nouveau/bios: Rename prom_init() and friends functionsChristophe Leroy3-9/+9
2022-06-02drm/nouveau: fix another off-by-one in nvbios_addrTimur Tabi1-1/+1
2022-01-31drm/nouveau: fix off by one in BIOS boundary checkingNick Lopez1-1/+1
2021-11-12drm/nouveau/bios/init: A typo fixBhaskar Chowdhury1-1/+1
2021-02-11drm/nouveau/bios: switch to instanced constructorBen Skeggs1-2/+3
2021-01-15drm/nouveau/bios/ga10[024]: initial supportBen Skeggs1-0/+3
2021-01-15drm/nouveau/bios: fix issue shadowing expansion ROMsBen Skeggs1-1/+1
2020-11-08drm: remove unneeded breakTom Rix1-1/+0
2020-07-24drm/nouveau: Use fallthrough pseudo-keywordGustavo A. R. Silva5-9/+9
2020-05-22drm/nouveau/bios: move ACPI _ROM handlingBen Skeggs1-18/+47
2020-03-30PCI: Use ioremap(), not phys_to_virt() for platform ROMMikel Rychliski1-2/+15
2019-08-23drm/nouveau/volt: Fix for some cards having 0 maximum voltageMark Menzynski1-0/+2
2019-08-23drm/nouveau/therm: skip probing for devices not specified in thermal tablesBen Skeggs1-0/+13
2019-08-23drm/nouveau/bios/init: handle INIT_RESET_END devinit opcodeRhys Kidd1-1/+12
2019-08-23drm/nouveau/bios/init: handle INIT_RESET_BEGUN devinit opcodeRhys Kidd1-1/+12
2019-08-23drm/nouveau/bios/init: fix spelling mistake "CONDITON" -> "CONDITION"Colin Ian King1-1/+1
2019-07-19drm/nouveau: fix bogus GPL-2 license headerBen Skeggs1-1/+1
2019-07-19drm/nouveau: fix bogus GPL-2 license headerIlia Mirkin1-1/+1
2019-05-30treewide: Add SPDX license identifier - KbuildGreg Kroah-Hartman1-0/+1
2019-04-10drm/nouveau/nvkm: mark expected switch fall-throughsGustavo A. R. Silva2-0/+2
2019-02-20drm/nouveau/bios/init: handle INIT_GENERIC_CONDITION_ID_NO_PANEL_SEQ_DELAYSBen Skeggs1-0/+3
2019-02-20drm/nouveau/bios/init: label existing INIT_GENERIC_CONDITION typesBen Skeggs1-4/+4
2019-02-20drm/nouveau/bios/dp: make array vsoff static, shrinks object sizeColin Ian King1-1/+1
2018-07-16drm/nouveau/bios/vpstate: There are some fermi vbios with no boost or tdp entryKarol Herbst1-2/+8
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+2
2018-05-18drm/nouveau/bios/pll: limits table 5.0Ben Skeggs1-1/+18
2018-05-18drm/nouveau/bios/gv100: initial supportBen Skeggs1-1/+4
2018-05-18drm/nouveau/kms/nv50-: determine MST support from DP Info TableBen Skeggs1-1/+1
2017-12-19Merge branch 'linux-4.15' of git://github.com/skeggsb/linux into drm-fixesDave Airlie1-1/+8
2017-12-19drm/nouveau/bios/dp: support DP Info Table 2.0Ben Skeggs1-1/+8
2017-11-15Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds3-5/+11
2017-11-03drm/nouveau/bios/timing: mark expected switch fall-throughsGustavo A. R. Silva1-0/+5
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-11-02drm/nouveau/bios/init: use ARRAY_SIZEJérémy Lefaure1-3/+4
2017-11-02remove some useless semicolonsBen Skeggs1-2/+2
2017-06-16drm/nouveau/disp/nv50-: implement a common supervisor 3.0Ben Skeggs1-5/+0
2017-06-16drm/nouveau/devinit: use new devinit script interpreter entry-pointBen Skeggs1-20/+6
2017-06-16drm/nouveau/bios/init: add or/link args separate from output pathBen Skeggs1-4/+10
2017-06-16drm/nouveau/bios/init: bump script offset to 32-bitsBen Skeggs1-1/+1
2017-06-16drm/nouveau/bios/init: rename 'crtc' to 'head'Ben Skeggs1-13/+13
2017-06-16drm/nouveau/bios/init: remove internal use of nvbios_init.biosBen Skeggs1-82/+84
2017-06-16drm/nouveau/bios/init: rename nvbios_init() to nvbios_devinit()Ben Skeggs1-1/+1
2017-06-16drm/nouveau/bios/iccsense: rails for power sensors have a mask of 0xf8 for ve...Karol Herbst1-1/+4
2017-06-16drm/nouveau/bios/volt: Parse min and max for Version 0x40Karol Herbst1-3/+3
2017-04-29drm/nouveau/bios/bitP: check that table is long enough for optional pointersBen Skeggs5-5/+5
2017-02-17drm/nouveau/bios/power_budget: Add basic power budget parsingKarol Herbst2-0/+127
2016-12-13drm/nouveau/bios/dp: fix handling of LevelEntryTableIndex on DP table 4.2Ben Skeggs1-1/+4
2016-12-06drm/nouveau/bios/mxm: handle digital connector table 1.1Ben Skeggs1-1/+1
2016-11-28drm/nouveau/bios/volt: pointers are 32-bitBen Skeggs1-12/+12