summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau
Commit message (Expand)AuthorAgeFilesLines
* drm/nouveau: Only recalculate PBN/VCPI on mode/connector changesLyude Paul2019-08-151-9/+13
* Merge tag 'drm-fixes-2019-08-02' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-08-021-1/+1
|\
| * drm/nouveau: Only release VCPI slots on mode changesLyude Paul2019-08-021-1/+1
* | nouveau: unlock mmap_sem on all errors from nouveau_range_faultChristoph Hellwig2019-07-251-5/+6
* | nouveau: remove the block parameter to nouveau_range_faultChristoph Hellwig2019-07-251-6/+4Star
* | mm/hmm: move hmm_vma_range_done and hmm_vma_fault to nouveauChristoph Hellwig2019-07-251-2/+44
|/
* Merge tag 'drm-next-2019-07-19' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-07-19342-372/+475
|\
| * drm/nouveau/secboot/gp102-: remove WAR for SEC2 RTOS start bugBen Skeggs2019-07-191-29/+0Star
| * drm/nouveau/flcn/gp102-: improve implementation of bind_context() on SEC2/GSPBen Skeggs2019-07-191-0/+36
| * drm/nouveau: fix memory leak in nouveau_conn_reset()Yongxin Liu2019-07-191-1/+1
| * drm/nouveau/dmem: missing mutex_lock in error pathRalph Campbell2019-07-191-1/+2
| * drm/nouveau/hwmon: return EINVAL if the GPU is powered down for sensors readsKarol Herbst2019-07-191-0/+10
| * drm/nouveau: fix bogus GPL-2 license headerBen Skeggs2019-07-1955-55/+55
| * drm/nouveau: fix bogus GPL-2 license headerIlia Mirkin2019-07-19277-277/+277
| * drm/nouveau/i2c: Enable i2c pads & busses during preinitLyude Paul2019-07-191-0/+20
| * drm/nouveau/disp/tu102-: wire up scdc parameter setterBen Skeggs2019-07-191-0/+1
| * drm/nouveau/core: recognise TU116 chipsetBen Skeggs2019-07-191-0/+36
| * drm/nouveau/kms: disallow dual-link harder if hdmi connection detectedBen Skeggs2019-07-191-2/+5
| * drm/nouveau/disp/nv50-: fix center/aspect-corrected scalingIlia Mirkin2019-07-191-4/+24
| * drm/nouveau/disp/nv50-: force scaler for any non-default LVDS/eDP modesIlia Mirkin2019-07-191-2/+7
| * drm/nouveau/mcp89/mmu: Use mcp77_mmu_new instead of g84_mmu_new on MCP89.Timo Wiren2019-07-191-1/+1
* | Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-07-163-14/+6Star
|\|
| * Merge v5.2-rc5 into drm-nextDaniel Vetter2019-06-1970-98/+297
| |\
| * | drm: Convert connector_helper_funcs->atomic_check to accept drm_atomic_stateSean Paul2019-06-131-2/+3
| * | Merge tag 'drm-misc-next-2019-05-24' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2019-05-282-12/+3Star
| |\ \
| | * \ Merge drm/drm-next into drm-misc-nextSean Paul2019-05-2218-10/+103
| | |\ \
| | * \ \ Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst2019-05-0914-24/+112
| | |\ \ \
| | * | | | gpu/drm: Remove duplicate headersJagadeesh Pagadala2019-05-071-2/+0Star
| | * | | | drm/atomic: Create __drm_atomic_helper_crtc_reset() for subclassing crtc_state.Maarten Lankhorst2019-04-241-10/+3Star
* | | | | | Merge branch 'hmm-devmem-cleanup.4' into rdma.git hmmJason Gunthorpe2019-07-022-59/+50Star
|\ \ \ \ \ \
| * | | | | | mm: don't select MIGRATE_VMA_HELPER from HMM_MIRRORChristoph Hellwig2019-07-021-0/+1
| * | | | | | mm: remove the HMM config optionChristoph Hellwig2019-07-021-2/+1Star
| * | | | | | mm: sort out the DEVICE_PRIVATE Kconfig messChristoph Hellwig2019-07-021-1/+1
| * | | | | | mm: simplify ZONE_DEVICE page private dataChristoph Hellwig2019-07-021-11/+7Star
| * | | | | | nouveau: use devm_memremap_pages directlyChristoph Hellwig2019-07-021-44/+38Star
| * | | | | | nouveau: use alloc_page_vma directlyChristoph Hellwig2019-07-021-1/+2
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'v5.2-rc7' into rdma.git hmmJason Gunthorpe2019-07-0215-98/+242
|\| | | | |
| * | | | | Merge branch 'linux-5.2' of git://github.com/skeggsb/linux into drm-fixesDave Airlie2019-06-0715-98/+242
| |\ \ \ \ \
| | * | | | | drm/nouveau/secboot/gp10[2467]: support newer FW to fix SEC2 failures on some...Ben Skeggs2019-06-075-6/+18
| | * | | | | drm/nouveau/secboot: enable loading of versioned LS PMU/SEC2 ACR msgqueue FWBen Skeggs2019-06-071-14/+14
| | * | | | | drm/nouveau/secboot: split out FW version-specific LS function pointersBen Skeggs2019-06-076-41/+141
| | * | | | | drm/nouveau/secboot: pass max supported FW version to LS load funcsBen Skeggs2019-06-076-21/+32
| | * | | | | drm/nouveau/core: support versioned firmware loadingBen Skeggs2019-06-072-6/+31
| | * | | | | drm/nouveau/core: pass subdev into nvkm_firmware_get, rather than deviceBen Skeggs2019-06-076-18/+14Star
* | | | | | | mm/hmm: Use hmm_mirror not mm as an argument for hmm_range_registerJason Gunthorpe2019-06-101-1/+1
|/ / / / / /
* | / / / / treewide: Add SPDX license identifier - KbuildGreg Kroah-Hartman2019-05-3055-0/+55
| |/ / / / |/| | | |
* | | | | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
| |_|_|/ |/| | |
* | | | Merge tag 'drm-next-2019-05-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-05-167-8/+75
|\ \ \ \
| * | | | Merge branch 'linux-5.2' of git://github.com/skeggsb/linux into drm-nextDave Airlie2019-05-157-8/+75
| |\| | | | | |_|/ | |/| |
| | * | drm/nouveau: fix duplication of nv50_head_atom structPeteris Rudzusiks2019-05-141-0/+1