summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-next-2022-05-25' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-05-2530-98/+104
|\
| * drm/nouveau: remove trace_dma_fence_emitChristian König2022-05-041-1/+0
| * drm/nouveau/subdev/bus: Ratelimit logging for fault errorsLyude Paul2022-05-044-13/+15
| * drm/nouveau/devinit: fix returnvar.cocci warningsGuo Zhengkui2022-05-043-6/+3
| * drm/nouveau: use drm_gem_plane_helper_prepare_fbChristian König2022-05-021-3/+2
| * drm/nouveau: simplify the return expression of nouveau_debugfs_init()Minghao Chi2022-04-291-9/+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/display: Move SCDC helpers into display-helper libraryThomas Zimmermann2022-04-252-1/+2
| * drm/display: Introduce a DRM display-helper moduleThomas Zimmermann2022-04-251-1/+2
| * drm: Rename dp/ to display/Thomas Zimmermann2022-04-254-5/+7
| * 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-128-27/+47
| | |\
| * | | drm/nouveau/gr/gf100-: change gf108_gr_fwif from global to staticTom Rix2022-04-181-1/+1
| * | | drm/nouveau: change base917c_format from global to staticTom Rix2022-04-181-1/+1
| * | | dma-buf: wait for map to complete for static attachmentsChristian König2022-04-071-16/+1
| * | | dma-buf: specify usage while adding fences to dma_resv obj v7Christian König2022-04-072-5/+8
| * | | dma-buf: add enum dma_resv_usage v4Christian König2022-04-074-9/+13
| | |/ | |/|
| * | dma-buf/drivers: make reserving a shared slot mandatory v4Christian König2022-04-061-5/+3
| * | drm/nouveau: support more than one write fence in fenv50_wndw_prepare_fbChristian König2022-04-051-9/+5
| * | Merge drm/drm-next into drm-misc-nextMaxime Ripard2022-04-055-4/+6
| |\ \
| * | | drm/nouveau: stop using dma_resv_excl_fenceChristian König2022-04-051-1/+8
| * | | drm/nouveau/clk: Fix an incorrect NULL check on list iteratorXiaomeng Tong2022-04-041-2/+4
| * | | drm/nouveau/kms/nv50-: atom: fix an incorrect NULL check on list iteratorXiaomeng Tong2022-03-282-8/+25
| * | | drm/nouveau: Fix spelling mistake "endianess" -> "endianness"Colin Ian King2022-03-161-1/+1
| * | | drm/nouveau/instmem: fix uninitialized_var.cocci warningGuo Zhengkui2022-03-031-1/+1
* | | | drm/nouveau: Fix a potential theorical leak in nouveau_get_backlight_name()Christophe JAILLET2022-05-061-4/+5
* | | | drm/nouveau/tegra: Stop using iommu_present()Robin Murphy2022-05-061-1/+1
| |_|/ |/| |
* | | Merge drm/drm-fixes into drm-misc-fixesMaxime Ripard2022-04-0524-487/+352
|\ \ \ | | |/ | |/|
| * | Merge tag 'iommu-updates-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-03-241-1/+1
| |\ \
| | * | drm/nouveau/device: Get right pgsize_bitmap of iommu_domainLu Baolu2022-02-281-1/+1
| * | | Merge tag 'drm-next-2022-03-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-03-2421-484/+347
| |\ \ \
| | * \ \ Merge tag 'drm-misc-next-2022-03-03' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2022-03-042-355/+0
| | |\ \ \ | | | | |/ | | | |/|
| | | * | drm/nouveau/kms: Remove redundant zpos initialisationMaxime Ripard2022-02-251-2/+0
| | | * | drm/nouveau: Remove the unused header file nvif/list.hCai Huoqing2022-02-241-353/+0
| | * | | Merge tag 'drm-misc-next-2022-02-23' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2022-02-254-8/+13
| | |\| |
| | | * | drm/nouveau/backlight: Just set all backlight types as RAWLyude Paul2022-02-081-2/+1
| | | * | drm/nouveau/backlight: Fix LVDS backlight detection on some laptopsLyude Paul2022-02-081-1/+2
| | | * | nouveau/svm: Use struct_size() helper in nouveau_pfns_map()Gustavo A. R. Silva2022-02-081-2/+2
| | | * | drm: Convert open-coded yes/no strings to yesno()Lucas De Marchi2022-02-071-1/+4
| | | * | Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst2022-02-071-19/+29
| | | |\ \
| | | * | | drm: introduce fb_modifiers_not_supported flag in mode_configTomohito Esaki2022-01-311-2/+4
| | * | | | Backmerge tag 'v5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/to...Dave Airlie2022-02-141-1/+1
| | |\ \ \ \ | | | |_|/ / | | |/| | / | | | | |/ | | | |/|
| | * | | Merge tag 'drm-misc-next-2022-01-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2022-02-0115-121/+334
| | |\ \ \ | | | | |/ | | | |/|
| | | * | drm/ttm: add back a reference to the bdev to the res managerChristian König2022-01-261-2/+2
| | | * | drm/ttm: add ttm_resource_fini v2Christian König2022-01-263-6/+9
| | | * | drm/nouveau/acr: Fix undefined behavior in nvkm_acr_hsfw_load_bl()Zhou Qingyang2022-01-251-4/+5