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