summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nvkm
Commit message (Expand)AuthorAgeFilesLines
* drm/nouveau/bios/dp: fix handling of LevelEntryTableIndex on DP table 4.2Ben Skeggs2016-12-131-1/+4
* drm/nouveau/ltc: protect clearing of comptags with mutexBen Skeggs2016-12-131-0/+2
* drm/nouveau/gr/gf100-: handle GPC/TPC/MPC trapBen Skeggs2016-12-131-0/+7
* drm/nouveau/core: recognise GP106 chipsetBen Skeggs2016-12-131-0/+30
* drm/nouveau/gr/gf100-: FECS intr handling is not relevant on proprietary ucodeBen Skeggs2016-12-131-2/+2
* drm/nouveau/gr/gf100-: properly ack all FECS error interruptsBen Skeggs2016-12-131-3/+2Star
* drm/nouveau/fifo/gf100-: recover from host mmu faultsBen Skeggs2016-12-134-28/+29
* drm/nouveau/mxm: warn more loudly on unsupported DCB versionBen Skeggs2016-12-061-1/+1
* drm/nouveau/mxm: handle DCB 4.1 modificationBen Skeggs2016-12-061-1/+1
* drm/nouveau/bios/mxm: handle digital connector table 1.1Ben Skeggs2016-12-061-1/+1
* drm/nouveau/fb/ram/gp100-: fix memory detection where FBP_NUM != FBPA_NUMBen Skeggs2016-11-281-2/+2
* drm/nouveau/bios/volt: pointers are 32-bitBen Skeggs2016-11-282-13/+13
* drm/nouveau/bios/vmap: pointers are 32-bitBen Skeggs2016-11-282-13/+13
* drm/nouveau/bios/timing: pointers are 32-bitBen Skeggs2016-11-281-10/+10
* drm/nouveau/bios/therm: pointers are 32-bitBen Skeggs2016-11-281-10/+10
* drm/nouveau/bios/perf: pointers are 32-bitBen Skeggs2016-11-282-11/+13
* drm/nouveau/bios/iccsense: pointers are 32-bitBen Skeggs2016-11-281-4/+4
* drm/nouveau/bios/fan: pointers are 32-bitBen Skeggs2016-11-281-9/+9
* drm/nouveau/bios/cstep: pointers are 32-bitBen Skeggs2016-11-282-17/+17
* drm/nouveau/bios/boost: pointers are 32-bitBen Skeggs2016-11-282-17/+17
* drm/nouveau/disp/gp102: rename from gp104Ben Skeggs2016-11-1710-41/+41
* drm/nouveau/ce/gp102: rename from gp104Ben Skeggs2016-11-173-12/+12
* drm/nouveau/fb/gp102: rename from gp104Ben Skeggs2016-11-173-6/+6
* drm/nouveau/disp/gp102: fix cursor/overlay immediate channel indicesBen Skeggs2016-11-175-2/+80
* drm/nouveau/disp/nv50-: specify ctrl/user separately when constructing classesBen Skeggs2016-11-1714-28/+32
* drm/nouveau/disp/nv50-: split chid into chid.ctrl and chid.userBen Skeggs2016-11-177-92/+106
* drm/nouveau/devinit/gm200: drop pmu reset sequenceBen Skeggs2016-11-171-12/+0Star
* drm/nouveau/devinit/gm200: replace while loops with PTIMER-based timeout loopsBen Skeggs2016-11-171-4/+11
* drm/nouveau/pmu/gp102: initial implementationBen Skeggs2016-11-173-0/+46
* drm/nouveau/pmu/gp100: initial implementationBen Skeggs2016-11-173-0/+37
* drm/nouveau/pmu: execute reset before running devinitBen Skeggs2016-11-171-0/+8
* drm/nouveau/pmu: move ucode handling into gt215 implementationBen Skeggs2016-11-179-184/+304
* drm/nouveau/core: initial support for GP102Ben Skeggs2016-11-171-0/+29
* drm/nouveau/device/pci: fix oops if no mmu subdev presentBen Skeggs2016-11-171-1/+1
* drm/nouveau/fifo/gf100-: protect channel preempt with subdev mutexBen Skeggs2016-11-072-6/+11
* drm/nouveau/gr: fallback to legacy paths during firmware lookupAlexandre Courbot2016-11-071-4/+46
* drm/nouveau/disp/g94-: stop listening for dp (sst) retrain irq when disabling...Ben Skeggs2016-11-072-0/+2
* drm/nouveau/disp/sor/gf119-: add method to program mst payload informationBen Skeggs2016-11-075-0/+40
* drm/nouveau/disp/sor/gf119-: add method to control mst enableBen Skeggs2016-11-074-11/+36
* drm/nouveau/disp/dp: remove workqueue for link trainingBen Skeggs2016-11-077-37/+20Star
* drm/nouveau: silence sparse warnings about symbols not being marked staticBen Skeggs2016-11-0729-54/+53Star
* drm/nouveau/tegra: Fix error handlingChristophe JAILLET2016-11-071-1/+1
* drm/nouveau/fb: add gm20b deviceAlexandre Courbot2016-11-075-2/+47
* drm/nouveau/fb/gk20a: use regular gf100's functionsAlexandre Courbot2016-11-071-12/+5Star
* drm/nouveau/fb/gk20a: fix constructor callAlexandre Courbot2016-11-071-1/+2
* drm/nouveau/pmu: remove reset() hookAlexandre Courbot2016-11-072-11/+0Star
* drm/nouveau: mark symbols static where possibleBaoyou Xie2016-11-0715-26/+26
* drm/nouveau: add missing header dependenciesBaoyou Xie2016-11-074-0/+4
* drm/nouveau/i2c/gk110b,gm10x: use the correct implementationBen Skeggs2016-11-071-3/+3
* drm/nouveau/i2c/aux/g94-: retry transactions after hw reports an errorBen Skeggs2016-11-072-10/+10