summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau
AgeCommit message (Expand)AuthorFilesLines
2020-11-04Merge tag 'drm-misc-next-2020-10-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie11-160/+191
2020-10-30drm/nouveau/kms/nv50-: Fix clock checking algorithm in nv50_dp_mode_valid()Lyude Paul1-10/+11
2020-10-30drm/nouveau/kms/nv50-: Get rid of bogus nouveau_conn_mode_valid()Lyude Paul2-31/+21
2020-10-30drm/nouveau/device: fix changing endianess code to work on older GPUsKarol Herbst1-13/+26
2020-10-30drm/nouveau/gem: fix "refcount_t: underflow; use-after-free"Karol Herbst1-1/+2
2020-10-30drm/nouveau/kms/nv50-: Program notifier offset before requesting disp capsLyude Paul6-5/+85
2020-10-30drm/nouveau/nouveau: fix the start/end range for migrationRalph Campbell1-11/+3
2020-10-26drm/ttm: merge ttm_dma_tt back into ttm_ttChristian König4-14/+16
2020-10-26drm/ttm: make num_pages uint32_tChristian König1-1/+1
2020-10-26drm/ttm: nuke ttm_tt_set_(un)populated againChristian König1-1/+0
2020-10-22drm/ttm: replace last move_notify with delete_mem_notifyDave Airlie1-1/+7
2020-10-21drm/ttm: move last binding into the drivers.Dave Airlie1-1/+6
2020-10-21drm/ttm: drop move notify around move.Dave Airlie1-3/+9
2020-10-21drm/ttm: drop unbind callback.Dave Airlie1-1/+0
2020-10-21drm/ttm: add move to system into driversDave Airlie1-4/+6
2020-10-21drm/ttm: move some move binds into the driversDave Airlie1-3/+7
2020-10-20drm/ttm: add move old to system to drivers.Dave Airlie1-2/+9
2020-10-20drm/ttm: use new move interface for known system->ttm movesDave Airlie1-1/+2
2020-10-15Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-2/+1
2020-10-15Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds41-665/+1046
2020-10-15drm/ttm: nuke caching placement flagsChristian König1-27/+9
2020-10-15drm/ttm: add caching state to ttm_bus_placementChristian König1-0/+11
2020-10-15drm/ttm: set the tt caching state at creation timeChristian König1-1/+12
2020-10-13mm/memremap_pages: support multiple ranges per invocationDan Williams1-0/+1
2020-10-13mm/memremap_pages: convert to 'struct range'Dan Williams1-7/+7
2020-10-07drm/ttm: nuke ttm_bo_evict_mm and rename mgr function v3Christian König2-3/+6
2020-10-07drm/nouveau/mem: guard against NULL pointer access in mem_delKarol Herbst1-0/+2
2020-10-07drm/nouveau/device: return error for unknown chipsetsKarol Herbst1-0/+1
2020-10-06drm/nouveau/ttm: memcpy waits for bo alreadyDave Airlie1-3/+1
2020-10-06drm/nouveau/ttm: handle ttm moves properly.Dave Airlie1-0/+12
2020-09-28drm/nouveau: stop using TTMs fault callbackChristian König3-28/+33
2020-09-25drm/nouveau: Introduce GEM object functionsThomas Zimmermann4-9/+17
2020-09-25drm/nouveau/gk20a: stop setting DMA_ATTR_NON_CONSISTENTChristoph Hellwig1-2/+1
2020-09-24drm/nouveau: switch over to the new pin interfaceChristian König3-40/+13
2020-09-24drm/nouveau: stop using persistent_swap_storageChristian König1-1/+0
2020-09-24drm/ttm: add bo wait that takes a ctx wrapper.Dave Airlie1-2/+2
2020-09-24drm/nouveau/ttm: plumb ctx through move functions.Dave Airlie1-25/+23
2020-09-23Merge tag 'drm-misc-next-2020-09-21' of git://anongit.freedesktop.org/drm/drm...Dave Airlie20-220/+376
2020-09-18drm/ttm: drop special pipeline accel cleanup function.Dave Airlie1-1/+1
2020-09-18drm/ttm/drivers: call the bind function directly.Dave Airlie1-1/+4
2020-09-18drm/ttm: move unbind into the tt destroy.Dave Airlie2-0/+2
2020-09-18drm/ttm: flip tt destroy ordering.Dave Airlie2-0/+2
2020-09-18drm/ttm: protect against reentrant bind in the driversDave Airlie2-2/+11
2020-09-17drm/dp: Redo drm_dp_downstream_max_clock() as drm_dp_downstream_max_dotclock()Ville Syrjälä1-2/+2
2020-09-16drm/ttm: move ttm binding/unbinding out of ttm_tt paths.Dave Airlie1-1/+1
2020-09-16drm/ttm: split populate out from binding.Dave Airlie1-1/+5
2020-09-16drm/ttm/tt: add wrappers to set tt state.Dave Airlie1-2/+2
2020-09-15drm/ttm: remove available_cachingChristian König1-7/+2
2020-09-15drm/nouveau: explicitly specify caching to useChristian König2-22/+25
2020-09-15drm/ttm: remove default cachingChristian König1-14/+7