summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nvkm/subdev/fb
AgeCommit message (Expand)AuthorFilesLines
2017-03-07drm/nouveau/fb/gf100-: modify constructors to allow more customisationBen Skeggs4-52/+81
2017-02-17drm/nouveau: fix bug id typo in commentIlia Mirkin1-1/+1
2017-02-17drm/nouveau/core/mm: replace region list with next pointerBen Skeggs2-18/+15
2017-02-17drm/nouveau/fb/ram/gk104: remove unused best_clk variableBen Skeggs1-3/+1
2016-11-28drm/nouveau/fb/ram/gp100-: fix memory detection where FBP_NUM != FBPA_NUMBen Skeggs1-2/+2
2016-11-17drm/nouveau/fb/gp102: rename from gp104Ben Skeggs2-4/+4
2016-11-07drm/nouveau: silence sparse warnings about symbols not being marked staticBen Skeggs1-2/+0
2016-11-07drm/nouveau/fb: add gm20b deviceAlexandre Courbot4-1/+46
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: mark symbols static where possibleBaoyou Xie1-4/+4
2016-11-07drm/nouveau: add missing header dependenciesBaoyou Xie2-0/+2
2016-10-12drm/nouveau/fb/nv50: defer DMA mapping of scratch page to oneinit() hookArd Biesheuvel1-10/+18
2016-10-12drm/nouveau/fb/gf100: defer DMA mapping of scratch page to oneinit() hookArd Biesheuvel1-12/+13
2016-10-12drm/nouveau/fb/ram: Use Kepler implementation on MaxwellKarol Herbst3-12/+9
2016-10-12drm/nouveau/fb/ramgk104: Touch 0x62c000 only when there is a display engineKarol Herbst1-4/+12
2016-07-14drm/nouveau/fb/gp104: initial supportBen Skeggs4-1/+47
2016-07-14drm/nouveau/fb/gp100: initial supportBen Skeggs7-1/+224
2016-07-14drm/nouveau/fb/gf100-: allow selection of an alternate big page sizeBen Skeggs7-3/+45
2016-05-20drm/nouveau/fb/gm200: setup mmu debug buffer registers at init()Ben Skeggs2-0/+61
2016-05-20drm/nouveau/fb/gk20a,gm20b: setup mmu debug buffer registers at init()Ben Skeggs1-0/+4
2016-05-20drm/nouveau/fb/gf100-: allocate mmu debug buffersBen Skeggs6-0/+34
2016-05-20drm/nouveau/fb: allow chipset-specific actions for oneinit()Ben Skeggs2-0/+9
2016-05-20drm/nouveau/core: remove pmc_enable argument from subdev ctorBen Skeggs1-1/+1
2016-01-11drm/nouveau/fb/nv50: remove references to "daemon"Ben Skeggs1-1/+1
2016-01-11drm/nouveau/nvkm: add/remove 0's to make 7 (or 9)-nibble constants use 8 nibblesIlia Mirkin1-4/+4
2015-11-03drm/nouveau/pll/gk104: fix PLL instability due to bad configuration with gddr5Karol Herbst1-23/+77
2015-11-03drm/nouveau/bus/hwsq: Implement VBLANK waiting heuristicRoy Spliet2-2/+2
2015-11-03drm/nouveau/fb/ramnv50: Script changes for G94 and upRoy Spliet1-6/+30
2015-11-03drm/nouveau/fb/ramnv50: Deal with cards without timing entriesRoy Spliet3-7/+50
2015-11-03drm/nouveau/fb/ramnv50: Voltage GPIOsRoy Spliet1-0/+41
2015-11-03drm/nouveau/fb/ramgt215: Restructure r111100 calculation for DDR2Roy Spliet1-30/+34
2015-11-03drm/nouveau/fb/ramgt215: Change FBVDD/Q when BIOS asks for itRoy Spliet1-0/+18
2015-11-03drm/nouveau/fb/ramgt215: Transform GPIO ramfuc method from FBVREF-specific to...Roy Spliet1-23/+18
2015-11-03drm/nouveau/bios/rammap: Identify DLLoff for >= GF100Roy Spliet3-10/+38
2015-08-28drm/nouveau/device: remove pci/platform_device from common structBen Skeggs2-10/+8
2015-08-28drm/nouveau/mpeg: convert to new-style nvkm_engineBen Skeggs1-2/+2
2015-08-28drm/nouveau/gr: convert to new-style nvkm_engineBen Skeggs1-5/+7
2015-08-28drm/nouveau/ltc: convert to new-style nvkm_subdevBen Skeggs1-2/+2
2015-08-28drm/nouveau/gpio: convert to new-style nvkm_subdevBen Skeggs2-6/+6
2015-08-28drm/nouveau/fb: convert to new-style nvkm_subdevBen Skeggs31-616/+539
2015-08-28drm/nouveau/clk: convert to new-style nvkm_subdevBen Skeggs3-4/+5
2015-08-28drm/nouveau/fifo: convert user classes to new-style nvkm_objectBen Skeggs1-4/+6
2015-08-28drm/nouveau/fb: remove dependence on namedb/engctx lookupBen Skeggs1-92/+70
2015-08-28drm/nouveau/subdev: rename some functions to avoid upcoming conflictsBen Skeggs1-2/+2
2015-08-28drm/nouveau/fb: transition nvkm_ram away from being based on nvkm_objectBen Skeggs49-1008/+805
2015-08-28drm/nouveau/bios: remove object accessor functionsBen Skeggs3-5/+5
2015-08-28drm/nouveau/fb: switch to subdev printk macrosBen Skeggs9-112/+116
2015-08-28drm/nouveau/fb: switch to new-style timer macrosBen Skeggs1-3/+20
2015-08-28drm/nouveau/fb: switch to device pri macrosBen Skeggs25-196/+236