summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nvkm/subdev/devinit (follow)
Commit message (Expand)AuthorAgeFilesLines
* nouveau/nvkm/subdev/devinit/mcp89.c:Unneeded variabletangchunyou2021-11-121-2/+1
* drm/nouveau/vic: switch to instanced constructorBen Skeggs2021-02-113-3/+4
* drm/nouveau/sec: switch to instanced constructorBen Skeggs2021-02-111-1/+1
* drm/nouveau/msvld: switch to instanced constructorBen Skeggs2021-02-114-5/+5
* drm/nouveau/msppp: switch to instanced constructorBen Skeggs2021-02-114-4/+4
* drm/nouveau/mspdec: switch to instanced constructorBen Skeggs2021-02-114-4/+4
* drm/nouveau/msenc: switch to instanced constructorBen Skeggs2021-02-111-1/+1
* drm/nouveau/mpeg: switch to instanced constructorBen Skeggs2021-02-112-2/+2
* drm/nouveau/disp: switch to instanced constructorBen Skeggs2021-02-117-8/+8
* drm/nouveau/cipher: switch to instanced constructorBen Skeggs2021-02-111-2/+2
* drm/nouveau/ce: switch to instanced constructorBen Skeggs2021-02-114-6/+6
* drm/nouveau/bsp,vp: switch to instanced constructorBen Skeggs2021-02-111-3/+3
* drm/nouveau/devinit: switch to instanced constructorBen Skeggs2021-02-1120-54/+52
* drm/nouveau/devinit/ga10[024]: initial supportBen Skeggs2021-01-154-1/+79
* drm/nouveau: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-241-6/+6
* drm/nouveau: fix bogus GPL-2 license headerBen Skeggs2019-07-191-1/+1
* drm/nouveau: fix bogus GPL-2 license headerIlia Mirkin2019-07-193-3/+3
* treewide: Add SPDX license identifier - KbuildGreg Kroah-Hartman2019-05-301-0/+1
* drm/nouveau/devinit/tu102: rename implementation from tu104Ben Skeggs2019-02-192-8/+8
* drm/nouveau/devinit/tu104: initial supportBen Skeggs2018-12-112-0/+90
* drm/nouveau/devinit/gm200-: export function to upload+execute PMU/PRE_OSBen Skeggs2018-12-112-4/+11
* drm/nouveau/devinit: fix warning when PMU/PRE_OS is missingBen Skeggs2018-09-131-10/+11
* drm/nouveau/TBDdevinit: don't fail when PMU/PRE_OS is missing from VBIOSBen Skeggs2018-09-061-1/+2
* drm/nouveau/devinit/gv100: initial supportBen Skeggs2018-05-184-1/+83
* Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2017-11-161-6/+6
|\
| * drm/nouveau/devinit/nv04: mark expected switch fall-throughsGustavo A. R. Silva2017-11-031-6/+6
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-023-0/+3
|/
* drm/nouveau/devinit: use new devinit script interpreter entry-pointBen Skeggs2017-06-161-10/+5
* drm/nouveau/bios/init: rename nvbios_init() to nvbios_devinit()Ben Skeggs2017-06-161-1/+1
* drm/nouveau/devinit/nv50: return error code if pll calculation failsBen Skeggs2017-02-171-1/+1
* drm/nouveau/bios/perf: pointers are 32-bitBen Skeggs2016-11-281-0/+2
* drm/nouveau/devinit/gm200: drop pmu reset sequenceBen Skeggs2016-11-171-12/+0
* drm/nouveau/devinit/gm200: replace while loops with PTIMER-based timeout loopsBen Skeggs2016-11-171-4/+11
* drm/nouveau/core: remove pmc_enable argument from subdev ctorBen Skeggs2016-05-201-1/+1
* drm/nouveau/devinit/gf100: make devinit on resume saferAlexandre Courbot2016-05-202-4/+12
* drm/nouveau/devinit/gf100-: detect if BIOS invoked devinitAlexandre Courbot2016-03-144-3/+16
* drm/nouveau/devinit/nv50: remove unneeded variableAlexandre Courbot2016-03-141-7/+6
* drm/nouveau: s/gm204/gm200/ in a number of placesBen Skeggs2016-03-142-6/+6
* drm/nouveau/device: cleaner abstraction for device resource functionsBen Skeggs2015-08-281-2/+2
* drm/nouveau/core: remove the remainder of the previous styleBen Skeggs2015-08-287-36/+36
* drm/nouveau/devinit: run devinit scripts right after preinitBen Skeggs2015-08-281-10/+11
* drm/nouveau/ibus: convert to new-style nvkm_subdevBen Skeggs2015-08-281-9/+0
* drm/nouveau/devinit: convert to new-style nvkm_subdevBen Skeggs2015-08-2817-301/+330
* drm/nouveau/bios: convert to new-style nvkm_subdevBen Skeggs2015-08-281-3/+3
* drm/nouveau/object: implement support for new-style nvkm_objectBen Skeggs2015-08-281-1/+1
* drm/nouveau/subdev: rename some functions to avoid upcoming conflictsBen Skeggs2015-08-281-2/+2
* drm/nouveau/vga: require nvkm_device pointer in accessor functionsBen Skeggs2015-08-284-16/+17
* drm/nouveau/bios: remove object accessor functionsBen Skeggs2015-08-282-9/+9
* drm/nouveau/devinit: switch to subdev printk macrosBen Skeggs2015-08-288-22/+29
* drm/nouveau/devinit: switch to device pri macrosBen Skeggs2015-08-2812-175/+185