summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-misc-next-2020-11-18' of ssh://git.freedesktop.org/git/drm/drm...Dave Airlie2020-11-271-4/+5
|\
| * drm/nouveau/nvkm/core/firmware: Fix formatting, provide missing param descrip...Lee Jones2020-11-171-4/+5
* | Merge branch 'linux-5.11' of git://github.com/skeggsb/linux into drm-nextDave Airlie2020-11-161-5/+1
|\ \ | |/ |/|
| * drm/nouveau/ttm: avoid using nouveau_drm.ttm.type_vram prior to nv50Ben Skeggs2020-11-141-2/+1
* | drm/nouveau: Fix out-of-bounds access when deferencing MMU typeThomas Zimmermann2020-11-111-1/+4
* | drm/nouveau/ttm: use multihopDave Airlie2020-11-111-99/+13
* | drm/ttm: add multihop infrastrucutre (v3)Dave Airlie2020-11-111-1/+2
* | drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backendsThomas Zimmermann2020-11-095-26/+5
* | drm: remove unneeded breakTom Rix2020-11-084-6/+0
|/
* drm/nouveau/kms/nv50-: Use state helper instead of crtc pointerMaxime Ripard2020-11-031-1/+3
* drm/atomic: Pass the full state to CRTC atomic_checkMaxime Ripard2020-11-021-2/+5
* drm/nouveau/ttm: Add limits.hMaxime Ripard2020-11-021-0/+1
* Merge drm/drm-next into drm-misc-nextMaxime Ripard2020-11-0214-77/+157
|\
| * drm/nouveau/kms/nv50-: Fix clock checking algorithm in nv50_dp_mode_valid()Lyude Paul2020-10-301-10/+11
| * drm/nouveau/kms/nv50-: Get rid of bogus nouveau_conn_mode_valid()Lyude Paul2020-10-302-31/+21
| * drm/nouveau/device: fix changing endianess code to work on older GPUsKarol Herbst2020-10-301-13/+26
| * drm/nouveau/gem: fix "refcount_t: underflow; use-after-free"Karol Herbst2020-10-301-1/+2
| * drm/nouveau/kms/nv50-: Program notifier offset before requesting disp capsLyude Paul2020-10-306-5/+85
| * drm/nouveau/nouveau: fix the start/end range for migrationRalph Campbell2020-10-301-11/+3
| * Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-10-151-2/+1
| |\
| | * drm/nouveau/gk20a: stop setting DMA_ATTR_NON_CONSISTENTChristoph Hellwig2020-09-251-2/+1
| * | Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-10-1541-665/+1046
| |\ \
| | * \ Merge tag 'drm-misc-next-2020-09-21' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2020-09-2320-220/+376
| | |\ \
| | * | | drm/dp: Redo drm_dp_downstream_max_clock() as drm_dp_downstream_max_dotclock()Ville Syrjälä2020-09-171-2/+2
| * | | | mm/memremap_pages: support multiple ranges per invocationDan Williams2020-10-131-0/+1
| * | | | mm/memremap_pages: convert to 'struct range'Dan Williams2020-10-131-7/+7
| * | | | drm/nouveau/mem: guard against NULL pointer access in mem_delKarol Herbst2020-10-071-0/+2
| * | | | drm/nouveau/device: return error for unknown chipsetsKarol Herbst2020-10-071-0/+1
| | |_|/ | |/| |
* | | | drm/nouveu: fix swiotlb includeChristian König2020-11-022-1/+3
* | | | drm/nouveau: switch to new allocatorChristian König2020-10-292-29/+2
* | | | drm/ttm: wire up the new pool as default one v2Christian König2020-10-291-5/+9
* | | | drm/ttm: merge ttm_dma_tt back into ttm_ttChristian König2020-10-264-14/+16
* | | | drm/ttm: make num_pages uint32_tChristian König2020-10-261-1/+1
* | | | drm/ttm: nuke ttm_tt_set_(un)populated againChristian König2020-10-261-1/+0
* | | | drm/ttm: replace last move_notify with delete_mem_notifyDave Airlie2020-10-221-1/+7
* | | | drm/ttm: move last binding into the drivers.Dave Airlie2020-10-211-1/+6
* | | | drm/ttm: drop move notify around move.Dave Airlie2020-10-211-3/+9
* | | | drm/ttm: drop unbind callback.Dave Airlie2020-10-211-1/+0
* | | | drm/ttm: add move to system into driversDave Airlie2020-10-211-4/+6
* | | | drm/ttm: move some move binds into the driversDave Airlie2020-10-211-3/+7
* | | | drm/ttm: add move old to system to drivers.Dave Airlie2020-10-201-2/+9
* | | | drm/ttm: use new move interface for known system->ttm movesDave Airlie2020-10-201-1/+2
* | | | drm/ttm: nuke caching placement flagsChristian König2020-10-151-27/+9
* | | | drm/ttm: add caching state to ttm_bus_placementChristian König2020-10-151-0/+11
* | | | drm/ttm: set the tt caching state at creation timeChristian König2020-10-151-1/+12
* | | | drm/ttm: nuke ttm_bo_evict_mm and rename mgr function v3Christian König2020-10-072-3/+6
* | | | drm/nouveau/ttm: memcpy waits for bo alreadyDave Airlie2020-10-061-3/+1
* | | | drm/nouveau/ttm: handle ttm moves properly.Dave Airlie2020-10-061-0/+12
* | | | drm/nouveau: stop using TTMs fault callbackChristian König2020-09-283-28/+33
* | | | drm/nouveau: Introduce GEM object functionsThomas Zimmermann2020-09-254-9/+17