summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/nvkm
AgeCommit message (Expand)AuthorFilesLines
2023-08-03drm/nouveau: remove unused tu102_gr_load() functionArnd Bergmann1-13/+0
2023-08-03drm/nouveau/nvkm/dp: Add workaround to fix DP 1.3+ DPCD issuesLyude Paul1-1/+47
2023-08-03drm/nouveau/gr: enable memory loads on helper invocation on all channelsKarol Herbst6-1/+17
2023-07-19drm/nouveau/disp: PIOR DP uses GPIO for HPD, not PMGR AUX interruptsBen Skeggs1-9/+18
2023-07-19drm/nouveau/i2c: fix number of aux event slotsBen Skeggs1-2/+9
2023-07-12drm/nouveau/acr: Abort loading ACR if no firmware was foundKarol Herbst1-1/+1
2023-07-12drm/nouveau/disp/g94: enable HDMIKarol Herbst1-0/+1
2023-07-12drm/nouveau/disp: fix HDMI on gt215+Karol Herbst1-1/+1
2023-05-26Merge tag 'drm-misc-next-2023-05-24' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-1/+1
2023-05-22drm/nouveau/acr/ga102: set variable ga102_gsps storage-class-specifier to staticTom Rix1-1/+1
2023-05-19Merge tag 'drm-misc-next-2023-05-11' of git://anongit.freedesktop.org/drm/drm...Dave Airlie5-9/+7
2023-05-11Merge tag 'drm-misc-fixes-2023-05-11' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2-2/+3
2023-05-09Merge drm/drm-next into drm-misc-nextMaxime Ripard4-0/+4
2023-04-28drm/nouveau/disp: More DP_RECEIVER_CAP_SIZE array fixesKees Cook2-2/+3
2023-04-26Merge tag 'drm-next-2023-04-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds5-5/+5
2023-04-17drm/nouveau/therm: Move an assignment statement behind a null pointer check i...Markus Elfring2-2/+2
2023-04-17drm/nouveau/pci: Move an expression into a function call parameter in nvkm_pc...Markus Elfring1-3/+1
2023-04-17drm/nouveau/pci: Move a variable assignment behind condition checks in nvkm_p...Markus Elfring1-1/+2
2023-04-17drm/nouveau/clk: Move a variable assignment behind a null pointer check in nv...Markus Elfring1-1/+1
2023-04-17drm/nouveau/bios/power_budget: Move an expression into a macro call parameter...Markus Elfring1-2/+1
2023-04-11drm/nouveau/disp: make gv100_disp_core_mthd_base staticruanjinjie1-1/+1
2023-04-11drm/nouveau/mc/ga100: make ga100_mc_device staticBen Dooks1-1/+1
2023-04-11drm/nouveau/fb: add missing sysmen flush callbacksKarol Herbst4-0/+4
2023-03-21Merge tag 'drm-misc-next-2023-03-16' of git://anongit.freedesktop.org/drm/drm...Dave Airlie3-3/+3
2023-03-16drm/nouveau/nvfw/acr: set wpr_generic_header_dump storage-class-specifier to ...Tom Rix1-1/+1
2023-03-16drm/nouveau/fifo: set nvkm_engn_cgrp_get storage-class-specifier to staticTom Rix1-1/+1
2023-03-16drm/nouveau/fifo: set gf100_fifo_nonstall_block_dump storage-class-specifier ...Tom Rix1-1/+1
2023-03-06Merge tag 'drm-misc-fixes-2023-02-23' of git://anongit.freedesktop.org/drm/dr...Dave Airlie7-49/+34
2023-02-25Merge tag 'iommu-updates-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+2
2023-02-23Merge tag 'drm-next-2023-02-23' of git://anongit.freedesktop.org/drm/drmLinus Torvalds10-26/+11
2023-02-21drm/nouveau/fb/gp102-: cache scrubber binary on first loadBen Skeggs7-49/+34
2023-02-18Merge branches 'apple/dart', 'arm/exynos', 'arm/renesas', 'arm/smmu', 'x86/vt...Joerg Roedel1-1/+2
2023-01-31drm/nouveau/acr/gm20b: regression fixesBen Skeggs3-2/+17
2023-01-31drm/nouveau/fb/tu102-: fix register used to determine scrub statusBen Skeggs6-17/+64
2023-01-31drm/nouveau/devinit/tu102-: wait for GFW_BOOT_PROGRESS == COMPLETEDBen Skeggs1-0/+23
2023-01-26drm/nouveau/devinit: Convert function disable() to be voidDeepak R Varma10-26/+11
2023-01-25iommu: Add a gfp parameter to iommu_map()Jason Gunthorpe1-1/+2
2022-11-14drm/nouveau/disp: fix incorrect/broken hdmi methodsBen Skeggs1-2/+3
2022-11-09drm/nouveau/gr/ga102: initial supportBen Skeggs12-9/+554
2022-11-09drm/nouveau/ltc/ga102: initial supportBen Skeggs3-0/+63
2022-11-09drm/nouveau/acr/ga102: initial supportBen Skeggs20-14/+894
2022-11-09drm/nouveau/fb/ga102: load and boot VPR scrubber FWBen Skeggs15-5/+491
2022-11-09drm/nouveau/gr/tu102: remove gv100_grctx_unkn88cBen Skeggs1-1/+0
2022-11-09drm/nouveau/gr/tu102: add gv100_gr_init_4188a4Ben Skeggs3-1/+4
2022-11-09drm/nouveau/gr/tu102-: fix support for sw_bundle64_initBen Skeggs5-6/+17
2022-11-09drm/nouveau/gr/tu102-: use sw_veid_bundle_init from firmwareBen Skeggs8-6/+44
2022-11-09drm/nouveau/gr/gv100-: drop a write from init_shader_exceptions()Ben Skeggs1-1/+0
2022-11-09drm/nouveau/gr/gv100-: move init_419bd8() after sw_ctx loadBen Skeggs2-3/+3
2022-11-09drm/nouveau/gr/gv100-: add NV_PGRAPH_PRI_PD_AB_DIST_CONFIG_1 to patch listBen Skeggs1-0/+2
2022-11-09drm/nouveau/gr/gv100-: fix number of tile map registersBen Skeggs2-2/+3