aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nvkm
Commit message (Expand)AuthorAgeFilesLines
* drm/nouveau: fix off by one in BIOS boundary checkingNick Lopez2022-01-311-1/+1
* Merge v5.16-rc5 into drm-nextDaniel Vetter2021-12-143-4/+30
|\
| * drm/nouveau/acr: fix a couple NULL vs IS_ERR() checksDan Carpenter2021-11-182-4/+8
| * drm/nouveau: recognise GA106Ben Skeggs2021-11-181-0/+22
* | Merge tag 'drm-misc-next-2021-11-18' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2021-11-2313-29/+70
|\ \ | |/ |/|
| * Merge drm/drm-next into drm-misc-nextThomas Zimmermann2021-11-187-8/+323
| |\
| * | drm/nouveau/fifo: make tu102_fifo_runlist staticJiapeng Chong2021-11-121-1/+1
| * | drm/nouveau/device: use snprintf() to replace strncpy() to avoid NUL-terminat...Luo Jiaxing2021-11-121-2/+2
| * | nouveau/nvkm/subdev/devinit/mcp89.c:Unneeded variabletangchunyou2021-11-121-2/+1
| * | drm/nouveau/bios/init: A typo fixBhaskar Chowdhury2021-11-121-1/+1
| * | drm/nouveau/core/client: Mark nvkm_uclient_sclass with static keywordZou Wei2021-11-121-1/+1
| * | drm/nouveau/pmu/gm200-: use alternate falcon reset sequenceBen Skeggs2021-11-126-6/+41
| * | drm/nouveau/pmu/gm200-: avoid touching PMU outside of DEVINIT/PREOS/ACRBen Skeggs2021-11-121-16/+21
| * | drm/nouveau/kms/nv140-: Add CRC methods to gv100_disp_core_mthd_headLyude Paul2021-11-121-0/+2
* | | Merge drm/drm-fixes into drm-misc-fixesMaxime Ripard2021-11-163-4/+3
|\ \ \ | | |/ | |/|
| * | Merge tag 'drm-misc-fixes-2021-11-11' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2021-11-122-3/+2
| |\ \
| * \ \ Merge tag 'drm-misc-next-2021-10-14' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2021-11-053-4/+3
| |\ \ \ | | | |/ | | |/|
| | * | drm/nouveau/mmu/gp100: remove unused variableKarol Herbst2021-10-121-1/+1
| | * | drm/nouveau/mmu/gp100-: drop unneeded assignment in the if condition.Luo penghao2021-10-111-1/+1
| | * | drm/nouveau/mmu: drop unneeded assignment in the nvkm_uvmm_mthd_page()Luo penghao2021-10-111-1/+1
| | * | drm/nouveau/nvenc: remove duplicate include in base.cyong yiran2021-10-111-1/+0
* | | | drm/nouveau: hdmigv100.c: fix corrupted HDMI Vendor InfoFrameHans Verkuil2021-11-111-1/+0
| |_|/ |/| |
* | | ce/gf100: fix incorrect CE0 address calculation on some GPUsBen Skeggs2021-11-042-3/+2
|/ /
* | drm/nouveau/fifo: Reinstate the correct engine bit programmingMarek Vasut2021-10-151-1/+1
* | drm/nouveau/fifo/ga102: initialise chid on return from channel creationBen Skeggs2021-10-061-0/+3
* | drm/nouveau/ga102-: support ttm buffer moves via copy engineBen Skeggs2021-10-064-3/+316
* | drm/nouveau/nvkm: Replace -ENOSYS with -ENODEVGuenter Roeck2021-09-201-1/+1
|/
* drm/nouveau: rip out nvkm_client.superBen Skeggs2021-08-1811-65/+18
* drm/nouveau: block a bunch of classes from userspaceBen Skeggs2021-08-181-1/+1
* drm/nouveau/fifo/nv50-: rip out dma channelsBen Skeggs2021-08-186-192/+0
* drm/nouveau/disp: power down unused DP links during initBen Skeggs2021-08-183-1/+11
* drm/nouveau: recognise GA107Ben Skeggs2021-08-181-0/+21
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-07-022-0/+7
|\
| * nouveau/svm: implement atomic SVM accessAlistair Popple2021-07-012-0/+7
* | Merge tag 'drm-next-2021-07-01' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2021-07-011-3/+3
|\ \
| * | drm/nouveau/nvkm/subdev/mc/tu102: Make functions called by reference staticLee Jones2021-06-031-3/+3
| |/
* | drm/nouveau/clk: Fix fall-through warnings for ClangGustavo A. R. Silva2021-06-031-0/+1
* | drm/nouveau/therm: Fix fall-through warnings for ClangGustavo A. R. Silva2021-06-031-0/+1
|/
* drm/nouveau/fifo/gk104-gp1xx: fix creation of sw classBen Skeggs2021-03-021-0/+3
* drm/nouveau/top/ga100: initial supportBen Skeggs2021-02-113-0/+111
* drm/nouveau/top: add ioctrl/nvjpgBen Skeggs2021-02-111-0/+2
* drm/nouveau/privring: rename from ibusBen Skeggs2021-02-1117-143/+142
* drm/nouveau/nvkm: remove nvkm_subdev.indexBen Skeggs2021-02-112-2/+1
* drm/nouveau/nvkm: determine subdev id/order from layoutBen Skeggs2021-02-111-27/+5
* drm/nouveau/vic: switch to instanced constructorBen Skeggs2021-02-115-26/+5
* drm/nouveau/sw: switch to instanced constructorBen Skeggs2021-02-119-97/+94
* drm/nouveau/sec2: switch to instanced constructorBen Skeggs2021-02-117-22/+23
* drm/nouveau/sec: switch to instanced constructorBen Skeggs2021-02-115-11/+8
* drm/nouveau/pm: switch to instanced constructorBen Skeggs2021-02-1115-75/+73
* drm/nouveau/nvenc: switch to instanced constructorBen Skeggs2021-02-115-47/+22