summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau
AgeCommit message (Expand)AuthorFilesLines
2022-05-25Merge tag 'drm-next-2022-05-25' of git://anongit.freedesktop.org/drm/drmLinus Torvalds30-98/+104
2022-05-06drm/nouveau: Fix a potential theorical leak in nouveau_get_backlight_name()Christophe JAILLET1-4/+5
2022-05-06drm/nouveau/tegra: Stop using iommu_present()Robin Murphy1-1/+1
2022-05-04drm/nouveau: remove trace_dma_fence_emitChristian König1-1/+0
2022-05-04drm/nouveau/subdev/bus: Ratelimit logging for fault errorsLyude Paul4-13/+15
2022-05-04drm/nouveau/devinit: fix returnvar.cocci warningsGuo Zhengkui3-6/+3
2022-05-02drm/nouveau: use drm_gem_plane_helper_prepare_fbChristian König1-3/+2
2022-04-29drm/nouveau: simplify the return expression of nouveau_debugfs_init()Minghao Chi1-9/+3
2022-04-26drm/nouveau/devinit/nva3-: fix returnvar.cocci warningGuo Zhengkui1-2/+1
2022-04-26drm/nouveau/disp/gv100: make gv100_disp_wndw and gv100_disp_wndw_mthd staticTom Rix1-2/+2
2022-04-26drm/nouveau/disp/gv100: make gv100_disp_wimm staticTom Rix1-1/+1
2022-04-26drm/nouveau/kms/gv100: use static for gv100_disp_core_mthd_[base|sor]Tom Rix1-2/+2
2022-04-25drm/display: Move SCDC helpers into display-helper libraryThomas Zimmermann2-1/+2
2022-04-25drm/display: Introduce a DRM display-helper moduleThomas Zimmermann1-1/+2
2022-04-25drm: Rename dp/ to display/Thomas Zimmermann4-5/+7
2022-04-22drm/nouveau/gsp: change gv100_gsp from global to staticTom Rix1-1/+1
2022-04-18Merge drm/drm-next into drm-misc-nextPaul Cercueil4-1/+4
2022-04-18drm/nouveau/gr/gf100-: change gf108_gr_fwif from global to staticTom Rix1-1/+1
2022-04-18drm/nouveau: change base917c_format from global to staticTom Rix1-1/+1
2022-04-12Merge tag 'drm-misc-next-2022-04-07' of git://anongit.freedesktop.org/drm/drm...Dave Airlie8-27/+47
2022-04-07dma-buf: wait for map to complete for static attachmentsChristian König1-16/+1
2022-04-07dma-buf: specify usage while adding fences to dma_resv obj v7Christian König2-5/+8
2022-04-07dma-buf: add enum dma_resv_usage v4Christian König4-9/+13
2022-04-06dma-buf/drivers: make reserving a shared slot mandatory v4Christian König1-5/+3
2022-04-05drm/nouveau: support more than one write fence in fenv50_wndw_prepare_fbChristian König1-9/+5
2022-04-05Merge drm/drm-fixes into drm-misc-fixesMaxime Ripard24-487/+352
2022-04-05Merge drm/drm-next into drm-misc-nextMaxime Ripard5-4/+6
2022-04-05drm/nouveau: stop using dma_resv_excl_fenceChristian König1-1/+8
2022-04-05drm/nouveau/pmu: Add missing callbacks for Tegra devicesKarol Herbst4-1/+4
2022-04-04drm/nouveau/clk: Fix an incorrect NULL check on list iteratorXiaomeng Tong1-2/+4
2022-03-28drm/nouveau/kms/nv50-: atom: fix an incorrect NULL check on list iteratorXiaomeng Tong2-8/+25
2022-03-24Merge tag 'iommu-updates-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2022-03-24Merge tag 'drm-next-2022-03-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds21-484/+347
2022-03-24Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/p...Linus Torvalds1-1/+1
2022-03-16drm/nouveau: Fix spelling mistake "endianess" -> "endianness"Colin Ian King1-1/+1
2022-03-04Merge tag 'drm-misc-next-2022-03-03' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2-355/+0
2022-03-03drm/nouveau/instmem: fix uninitialized_var.cocci warningGuo Zhengkui1-1/+1
2022-03-03mm: remove the extra ZONE_DEVICE struct page refcountChristoph Hellwig1-1/+0
2022-03-03mm: don't include <linux/memremap.h> in <linux/mm.h>Christoph Hellwig2-0/+2
2022-03-03mm: remove pointless includes from <linux/hmm.h>Christoph Hellwig1-0/+1
2022-02-28drm/nouveau/device: Get right pgsize_bitmap of iommu_domainLu Baolu1-1/+1
2022-02-25drm/nouveau/kms: Remove redundant zpos initialisationMaxime Ripard1-2/+0
2022-02-24drm/nouveau: Remove the unused header file nvif/list.hCai Huoqing1-353/+0
2022-02-25Merge tag 'drm-misc-next-2022-02-23' of git://anongit.freedesktop.org/drm/drm...Dave Airlie4-8/+13
2022-02-17treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva1-1/+1
2022-02-14Backmerge tag 'v5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/to...Dave Airlie1-1/+1
2022-02-08drm/nouveau/backlight: Just set all backlight types as RAWLyude Paul1-2/+1
2022-02-08drm/nouveau/backlight: Fix LVDS backlight detection on some laptopsLyude Paul1-1/+2
2022-02-08nouveau/svm: Use struct_size() helper in nouveau_pfns_map()Gustavo A. R. Silva1-2/+2
2022-02-07drm: Convert open-coded yes/no strings to yesno()Lucas De Marchi1-1/+4