summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau
AgeCommit message (Expand)AuthorFilesLines
2023-08-17drm/nouveau/disp: fix use-after-free in error handling of nouveau_connector_c...Karol Herbst1-4/+7
2023-08-08drm/nouveau/disp: Revert a NULL check inside nouveau_connector_get_modesKarol Herbst1-1/+1
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/kms/nv50-: init hpd_irq_lock for PIOR DPBen Skeggs1-0/+4
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 Skeggs2-4/+11
2023-07-12drm/nouveau: bring back blit subchannel for pre nv50 GPUsKarol Herbst3-3/+19
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-07-11Merge v6.5-rc1 into drm-misc-fixesMaxime Ripard11-34/+32
2023-06-30Merge tag 'dma-mapping-6.5-2023-06-28' of git://git.infradead.org/users/hch/d...Linus Torvalds1-7/+3
2023-06-23drm/nouveau/kms/nv50-: Fix drm_dp_remove_payload() invocationLyude Paul1-2/+6
2023-06-19Backmerge tag 'v6.4-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tor...Dave Airlie3-7/+17
2023-06-16Merge tag 'drm-misc-fixes-2023-06-16' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2-3/+7
2023-06-16nouveau: fix client work fence deletion raceDave Airlie1-4/+10
2023-06-16drm/dp_mst: Clear MSG_RDY flag before sending new messageWayne Lin1-4/+8
2023-06-13drm/nouveau: add nv_encoder pointer check for NULLNatalia Petrova1-1/+2
2023-06-13drm/nouveau/dp: check for NULL nv_connector->native_modeNatalia Petrova1-2/+2
2023-06-13drm/nouveau: don't detect DSM for non-NVIDIA deviceRatchanan Srirattanamet1-0/+3
2023-06-07drm/nouveau: stop using is_swiotlb_activeChristoph Hellwig1-7/+3
2023-05-26Merge tag 'drm-misc-next-2023-05-24' of git://anongit.freedesktop.org/drm/drm...Dave Airlie4-5/+4
2023-05-22drm/nouveau/acr/ga102: set variable ga102_gsps storage-class-specifier to staticTom Rix1-1/+1
2023-05-22drm/nouveau: constify pointers to hwmon_channel_infoKrzysztof Kozlowski1-1/+1
2023-05-22drm/nouveau: dispnv50: fix missing-prototypes warningArnd Bergmann2-3/+2
2023-05-19Merge tag 'drm-misc-next-2023-05-11' of git://anongit.freedesktop.org/drm/drm...Dave Airlie6-18/+17
2023-05-12Merge drm/drm-fixes into drm-misc-fixesMaxime Ripard8-14/+11
2023-05-11Merge tag 'drm-misc-fixes-2023-05-11' of git://anongit.freedesktop.org/drm/dr...Dave Airlie3-3/+6
2023-05-09Merge drm/drm-next into drm-misc-nextMaxime Ripard8-10/+59
2023-04-28drm/nouveau/disp: More DP_RECEIVER_CAP_SIZE array fixesKees Cook3-3/+6
2023-04-26Merge tag 'drm-next-2023-04-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds8-14/+11
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-17drm/nouveau/debugfs: Replace five seq_printf() calls by seq_puts() in nouveau...Markus Elfring1-5/+5
2023-04-17drm/nouveau/debugfs: Use seq_putc() in nouveau_debugfs_pstate_get()Markus Elfring1-1/+1
2023-04-17drm/nouveau/debugfs: Move a variable assignment behind a null pointer check i...Markus Elfring1-1/+2
2023-04-17drm/nouveau/debugfs: Move an expression into a function call parameter in nou...Markus Elfring1-2/+2
2023-04-17drm/nouveau: fix incorrect conversion to dma_resv_wait_timeout()John Ogness1-6/+12
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-04-01drm/nouveau/disp: Support more modes by checking with lower bpcKarol Herbst2-3/+37
2023-03-29drm/nouveau/kms: Fix backlight registrationHans de Goede1-1/+6
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