summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau
Commit message (Expand)AuthorAgeFilesLines
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-11/+11
* Merge tag 'drm-next-2020-06-08' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-06-0817-41/+276
|\
| * Merge branch 'linux-5.8' of git://github.com/skeggsb/linux into drm-nextDave Airlie2020-06-0817-41/+276
| |\
| | * drm/nouveau/kms/nv50-: clear SW state of disabled windows harderBen Skeggs2020-06-041-1/+4
| | * drm/nouveau: gr/gk20a: Use firmware version 0Thierry Reding2020-06-041-1/+1
| | * drm/nouveau/disp/gm200-: detect and potentially disable HDA support on some SORsBen Skeggs2020-06-044-4/+135
| | * drm/nouveau/disp/gp100: split SOR implementation from gm200Ben Skeggs2020-06-045-2/+63
| | * drm/nouveau/disp: modify OR allocation policy to account for HDA requirementsBen Skeggs2020-06-041-4/+22
| | * drm/nouveau/disp: split part of OR allocation logic into a functionBen Skeggs2020-06-041-26/+37
| | * drm/nouveau/disp: provide hint to OR allocation about HDA requirementsBen Skeggs2020-06-045-10/+18
| | * drm/nouveau/kms/gt215-: fix race with audio driver runpmBen Skeggs2020-06-012-1/+4
| | * drm/nouveau/disp/gm200-: fix NV_PDISP_SOR_HDMI2_CTRL(n) selectionBen Skeggs2020-06-011-2/+2
* | | Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-06-0278-633/+1205
|\| |
| * | drm/nouveau: use correct conflicting framebuffer APIDave Airlie2020-05-261-1/+1
| |/
| * drm/nouveau/dispnv50: fix runtime pm imbalance on errorDinghao Liu2020-05-221-1/+3
| * drm/nouveau: fix runtime pm imbalance on errorDinghao Liu2020-05-221-1/+1
| * drm/nouveau: fix runtime pm imbalance on errorDinghao Liu2020-05-221-1/+3
| * drm/nouveau/debugfs: fix runtime pm imbalance on errorDinghao Liu2020-05-221-1/+4
| * drm/nouveau/nouveau/hmm: fix migrate zero page to GPURalph Campbell2020-05-221-9/+66
| * drm/nouveau/nouveau/hmm: fix nouveau_dmem_chunk allocationsRalph Campbell2020-05-221-192/+112
| * drm/nouveau/kms/nv50-: Share DP SST mode_valid() handling with MSTLyude Paul2020-05-225-20/+75
| * drm/nouveau/kms/nv50-: Move 8BPC limit for MST into nv50_mstc_get_modes()Lyude Paul2020-05-221-11/+14
| * drm/nouveau/kms/gv100-: Add support for interlaced modesLyude Paul2020-05-222-4/+6
| * drm/nouveau/kms/nv50-: Probe SOR and PIOR caps for DP interlacing supportLyude Paul2020-05-2215-3/+118
| * drm/nouveau/kms/nv50-: Initialize core channel in nouveau_display_create()Lyude Paul2020-05-221-1/+4
| * drm/nouveau/disp/hda/gv100-: NV_PDISP_SF_AUDIO_CNTRL0 register movedBen Skeggs2020-05-225-2/+35
| * drm/nouveau/disp/hda/gf119-: select HDA device entry based on bound headBen Skeggs2020-05-221-3/+4
| * drm/nouveau/disp/hda/gf119-: add HAL for programming device entry in SFBen Skeggs2020-05-228-2/+17
| * drm/nouveau/disp/hda/gt215-: pass head to nvkm_ior.hda.eld()Ben Skeggs2020-05-224-6/+6
| * drm/nouveau/disp/nv50-: increase timeout on pio channel free() pollingBen Skeggs2020-05-221-1/+1
| * drm/nouveau/kms: Fix regression by audio component transitionTakashi Iwai2020-05-221-6/+10
| * drm/nouveau/device: use regular PRI accessors in chipset detectionBen Skeggs2020-05-221-18/+13
| * drm/nouveau/device: detect vGPUsKarol Herbst2020-05-221-3/+12
| * drm/nouveau/device: detect if changing endianness failedKarol Herbst2020-05-221-5/+21
| * drm/nouveau/device: rework mmio mapping code to get rid of second mapKarol Herbst2020-05-221-12/+15
| * drm/nouveau/mmu: Remove unneeded semicolonZheng Bin2020-05-222-2/+2
| * drm/nouveau: Use generic helper to check _PR3 presenceKai-Heng Feng2020-05-221-34/+10
| * drm/nouveau/acr: Use kmemdup instead of kmalloc and memcpyZou Wei2020-05-221-8/+4
| * drm/nouveau/core/memory: remove redundant assignments to variable retColin Ian King2020-05-221-1/+1
| * drm/nouveau/svm: map pages after migrationRalph Campbell2020-05-224-17/+95
| * drm/nouveau/disp/gv100-: expose capabilities classBen Skeggs2020-05-226-0/+69
| * drm/nouveau/bios: move ACPI _ROM handlingBen Skeggs2020-05-223-76/+47
| * drm/nouveau: remove open-coded version of remove_conflicting_pci_framebuffers()Ben Skeggs2020-05-221-28/+3
| * drm/nouveau/gr/gk20a: move MODULE_FIRMWARE firmware definitionsBen Skeggs2020-05-222-11/+11
| * drm/nouveau/ibus: use nvkm_subdev_new_()Ben Skeggs2020-05-226-30/+6
| * drm/nouveau/core: add nvkm_subdev_new_() for bare subdevsBen Skeggs2020-05-222-0/+13
| * drm/nouveau/kms: Support NVIDIA format modifiersJames Jones2020-05-223-9/+104
| * drm/nouveau/kms: Check framebuffer size against boJames Jones2020-05-221-0/+98
| * drm/nouveau/kms: Add format mod prop to base/ovly/nvdispJames Jones2020-05-226-4/+112
| * drm/nouveau/acr: ensure falcon providing acr functions is bootstrapped firstBen Skeggs2020-05-221-0/+5