summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nvkm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-misc-fixes-2022-08-16' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2022-08-181-0/+22
|\
| * drm/nouveau: recognise GA103Karol Herbst2022-08-041-0/+22
| * drm/nouveau: fix another off-by-one in nvbios_addrTimur Tabi2022-08-041-1/+1
* | drm/nouveau/disp: move DAC load detection methodBen Skeggs2022-07-272-21/+25
* | drm/nouveau/disp: add output classBen Skeggs2022-07-275-1/+121
* | drm/nouveau/disp: add supervisor mutexBen Skeggs2022-07-274-4/+20
* | drm/nouveau/disp: add conn method to query HPD pin statusBen Skeggs2022-07-272-2/+47
* | drm/nouveau/disp: add connector classBen Skeggs2022-07-275-1/+93
* | drm/nouveau/disp: add common channel class handlingBen Skeggs2022-07-2721-643/+380
* | drm/nouveau/disp: split sor hda funcs out to their own structBen Skeggs2022-07-2712-63/+44
* | drm/nouveau/disp: split sor dp funcs out to their own structBen Skeggs2022-07-2716-154/+157
* | drm/nouveau/disp: replace hda func pointer check with flagBen Skeggs2022-07-2717-168/+31
* | drm/nouveau/disp: merge nv50_disp_new_() and nvkm_disp_new()Ben Skeggs2022-07-2719-90/+45
* | drm/nouveau/disp: group supervisor-related struct membersBen Skeggs2022-07-273-29/+29
* | drm/nouveau/disp: merge head/outp/ior code into chipset filesBen Skeggs2022-07-2791-6821/+5150
* | drm/nouveau/disp: add common class handling between <nv50 and >=nv50Ben Skeggs2022-07-2743-1034/+325
* | drm/nouveau/disp: collapse nv50_disp into nvkm_dispBen Skeggs2022-07-2764-558/+440
* | drm/nouveau/disp: collapse nv50_disp_func into nvkm_disp_funcBen Skeggs2022-07-2721-127/+192
* | drm/nouveau/disp: clean up nvkm_outp constructorsBen Skeggs2022-07-273-32/+19
* | drm/nouveau/disp: collapse nvkm_dp into nvkm_outpBen Skeggs2022-07-274-262/+240
* | drm/nouveau/flcn: remove unused functionsBen Skeggs2022-07-132-35/+0
* | drm/nouveau/ce/gv100-: move method buffer to ce ctxBen Skeggs2022-07-136-29/+58
* | drm/nouveau/fifo: remove rd32/wr32 accessors from channelsBen Skeggs2022-07-131-35/+0
* | drm/nouveau/fifo: rip out cevent, never usedBen Skeggs2022-07-133-32/+0
* | drm/nouveau/device: remove pwrsrc notify in favour of a direct call to clkBen Skeggs2022-07-134-43/+9
* | drm/nouveau/nvkm: remove unused headerBen Skeggs2022-07-131-1/+0
* | drm/nouveau/nvkm: zero out engine pointer for subdev-provided classesBen Skeggs2022-07-131-0/+1
* | drm/nouveau/nvkm: use list_add_tail() when building object treeBen Skeggs2022-07-131-1/+1
* | drm/nouveau/mmu: drop unexpected word "the" in the commentsJiang Jian2022-06-211-1/+1
* | Merge drm/drm-next into drm-misc-nextThomas Zimmermann2022-06-201-1/+1
|\ \
| * \ Merge tag 'drm-misc-next-2022-06-08' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2022-06-155-14/+10
| |\ \ | | |/ | |/|
| * | Merge tag 'drm-next-2022-05-25' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-05-2515-32/+30
| |\ \
| * | | drm/nouveau/tegra: Stop using iommu_present()Robin Murphy2022-05-061-1/+1
* | | | drm/nouveau/bios: Rename prom_init() and friends functionsChristophe Leroy2022-06-083-9/+9
| |_|/ |/| |
* | | drm/nouveau: fix another off-by-one in nvbios_addrTimur Tabi2022-06-021-1/+1
* | | drm/nouveau/fifo/gv100-: set gv100_fifo_runlist storage-class to staticTom Rix2022-05-311-1/+1
* | | drm/nouveau/tegra: remove needless NULL checkGuo Zhengkui2022-05-231-9/+5
* | | drm/nouveau/mmu: fix typo in commentJulia Lawall2022-05-231-1/+1
* | | drm/nouveau/gr/gf100-: Clean up some inconsistent indentingJiapeng Chong2022-05-051-2/+2
| |/ |/|
* | drm/nouveau/subdev/bus: Ratelimit logging for fault errorsLyude Paul2022-05-043-13/+13
* | drm/nouveau/devinit: fix returnvar.cocci warningsGuo Zhengkui2022-05-043-6/+3
* | drm/nouveau/devinit/nva3-: fix returnvar.cocci warningGuo Zhengkui2022-04-261-2/+1
* | drm/nouveau/disp/gv100: make gv100_disp_wndw and gv100_disp_wndw_mthd staticTom Rix2022-04-261-2/+2
* | drm/nouveau/disp/gv100: make gv100_disp_wimm staticTom Rix2022-04-261-1/+1
* | drm/nouveau/kms/gv100: use static for gv100_disp_core_mthd_[base|sor]Tom Rix2022-04-261-2/+2
* | drm/nouveau/gsp: change gv100_gsp from global to staticTom Rix2022-04-221-1/+1
* | Merge drm/drm-next into drm-misc-nextPaul Cercueil2022-04-184-1/+4
|\ \
| * \ Merge tag 'drm-misc-next-2022-04-07' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2022-04-123-4/+6
| |\ \ | | |/ | |/|
| * | Merge drm/drm-fixes into drm-misc-fixesMaxime Ripard2022-04-059-110/+307
| |\ \
| * | | drm/nouveau/pmu: Add missing callbacks for Tegra devicesKarol Herbst2022-04-054-1/+4