summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau
Commit message (Expand)AuthorAgeFilesLines
* drm/nouveau/disp: make gv100_disp_core_mthd_base staticruanjinjie2023-04-111-1/+1
* drm/nouveau/mc/ga100: make ga100_mc_device staticBen Dooks2023-04-111-1/+1
* Merge tag 'drm-misc-next-2023-03-16' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2023-03-223-3/+3
|\
| * drm/nouveau/nvfw/acr: set wpr_generic_header_dump storage-class-specifier to ...Tom Rix2023-03-161-1/+1
| * drm/nouveau/fifo: set nvkm_engn_cgrp_get storage-class-specifier to staticTom Rix2023-03-161-1/+1
| * drm/nouveau/fifo: set gf100_fifo_nonstall_block_dump storage-class-specifier ...Tom Rix2023-03-161-1/+1
| * Merge drm/drm-next into drm-misc-nextThomas Zimmermann2023-03-1315-23/+111
| |\
* | | Merge tag 'drm-misc-next-2023-03-07' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2023-03-143-9/+6
|\| |
| * | drm/nouveau/hwmon: Use sysfs_emit in show function callsbacksDeepak R Varma2023-03-061-5/+5
| * | drm/nouveau/kms/nv50: fix nv50_wndw_new_ prototypeJiri Slaby (SUSE)2023-02-211-2/+3
| * | drm/nouveau/led: explicitly include linux/leds.hThomas Weißschuh2023-02-151-1/+1
| * | drm/ttm: prevent moving of pinned BOsChristian König2023-02-061-3/+0
* | | Merge tag 'drm-misc-fixes-2023-02-23' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2023-03-079-52/+39
|\ \ \ | |_|/ |/| |
| * | drm/nouveau/fb/gp102-: cache scrubber binary on first loadBen Skeggs2023-02-218-50/+36
| * | drm/nouveau/kms/nv50: fix nv50_wndw_new_ prototypeJiri Slaby (SUSE)2023-02-211-2/+3
* | | Merge tag 'iommu-updates-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-02-241-1/+2
|\ \ \
| | \ \
| | \ \
| *-. \ \ Merge branches 'apple/dart', 'arm/exynos', 'arm/renesas', 'arm/smmu', 'x86/vt...Joerg Roedel2023-02-181-1/+2
| |\ \ \ \ | | |_|/ / | |/| | |
| | | * | iommu: Add a gfp parameter to iommu_map()Jason Gunthorpe2023-01-251-1/+2
| | |/ /
* | | | Merge tag 'drm-next-2023-02-23' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2023-02-2230-68/+48
|\ \ \ \
| * | | | drm/display/dp_mst: Handle old/new payload states in drm_dp_remove_payload()Imre Deak2023-02-131-1/+1
| | |_|/ | |/| |
| * | | Merge v6.2-rc6 into drm-nextDaniel Vetter2023-01-311-613/+0
| |\ \ \
| * | | | drm/nouveau/devinit: Convert function disable() to be voidDeepak R Varma2023-01-2510-26/+11
| * | | | drm/ttm: revert "prevent moving of pinned BOs"Christian König2023-01-251-0/+3
| * | | | drm/ttm: prevent moving of pinned BOsChristian König2023-01-251-3/+0
| * | | | drm/nouveau: stop using ttm_bo_waitChristian König2023-01-182-4/+13
| * | | | drm/nouveau: Remove unnecessary include statements for drm_crtc_helper.hThomas Zimmermann2023-01-189-7/+5
| * | | | drm/nouveau/fb/ga102: Replace zero-length array of trailing structs with flex...Kees Cook2023-01-161-1/+1
| * | | | drm/nouveau: Do not include <drm/drm_fb_helper.h>Thomas Zimmermann2023-01-132-2/+0
| * | | | drm/nouveau: Remove support for legacy contexts/buffersThomas Zimmermann2023-01-132-19/+3
| * | | | drm: Only select I2C_ALGOBIT for drivers that actually need itUwe Kleine-König2023-01-101-0/+2
| * | | | drm/ttm: merge ttm_bo_api.h and ttm_bo_driver.h v2Christian König2022-12-067-5/+9
| * | | | drm/connector: Rename drm_mode_create_tv_propertiesMaxime Ripard2022-11-241-1/+1
| * | | | drm/connector: Rename legacy TV propertyMaxime Ripard2022-11-241-2/+2
| | |_|/ | |/| |
* | | | Merge tag 'hardening-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-02-212-2/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | drm/nouveau/disp: Fix nvif_outp_acquire_dp() argument sizeKees Cook2023-01-272-2/+3
| |/ /
* | | drm/nouveau/acr/gm20b: regression fixesBen Skeggs2023-01-303-2/+17
* | | drm/nouveau/fb/tu102-: fix register used to determine scrub statusBen Skeggs2023-01-307-17/+65
* | | drm/nouveau/devinit/tu102-: wait for GFW_BOOT_PROGRESS == COMPLETEDBen Skeggs2023-01-301-0/+23
| |/ |/|
* | drm/nouveau: Remove file nouveau_fbcon.cThomas Zimmermann2023-01-111-613/+0
|/
* Merge tag 'drm-misc-next-2022-11-17' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2022-11-221-1/+5
|\
| * drm/nouveau: Add support to control backlight using bl_power for nva3.Antonio Gomes2022-11-111-1/+5
* | Merge tag 'drm-misc-next-2022-11-10-1' of git://anongit.freedesktop.org/drm/d...Dave Airlie2022-11-162-0/+614
|\|
| * drm/fb-helper: Rename drm_fb_helper_unregister_fbi() to use _info postfixThomas Zimmermann2022-11-051-1/+1
| * drm/fb-helper: Rename drm_fb_helper_alloc_fbi() to use _info postfixThomas Zimmermann2022-11-051-1/+1
| * drm/fb_helper: Rename field fbdev to info in struct drm_fb_helperThomas Zimmermann2022-11-051-12/+11
* | drm/nouveau/disp: fix incorrect/broken hdmi methodsBen Skeggs2022-11-142-18/+15
* | drm/nouveau/gr/ga102: initial supportBen Skeggs2022-11-0915-9/+565
* | drm/nouveau/ltc/ga102: initial supportBen Skeggs2022-11-094-1/+65
* | drm/nouveau/acr/ga102: initial supportBen Skeggs2022-11-0928-14/+1091
* | drm/nouveau/fb/ga102: load and boot VPR scrubber FWBen Skeggs2022-11-0919-5/+551