summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau
AgeCommit message (Expand)AuthorFilesLines
2019-08-23drm/nouveau/kms/nv50-: disable input lut harderBen Skeggs1-0/+2
2019-08-23drm/nouveau/kms/tu102-: disable input lut when input is already FP16Ben Skeggs1-1/+3
2019-08-23drm/nouveau/kms/gv100: allow windows to use PACKED8BPP formatsBen Skeggs1-1/+1
2019-08-23drm/nouveau: fix nvif/device.h is included more than onceHariprasad Kelam1-1/+0
2019-08-23drm/nouveau/dispnv04: subdev/bios.h is included more than onceHariprasad Kelam1-1/+0
2019-08-23drm/nouveau/mmu: use struct_size() helperGustavo A. R. Silva1-1/+1
2019-08-23drm/nouveau: drop use of drmp.hSam Ravnborg23-28/+14
2019-08-23drm/nouveau: drop drmP.h from all header filesSam Ravnborg4-4/+3
2019-08-23drm/nouveau: drop drmP.h from nouveau_drv.hSam Ravnborg5-1/+13
2019-08-23drm/nouveau: drop use of DRM_UDELAYSam Ravnborg1-1/+1
2019-08-23drm/nouveau/bios/init: fix spelling mistake "CONDITON" -> "CONDITION"Colin Ian King1-1/+1
2019-08-23drm/nouveau/secboot: Make acr_r352_ls_gpccs_func staticYueHaibing1-1/+1
2019-08-23drm/nouveau: Don't retry infinitely when receiving no data on i2c over AUXLyude Paul1-7/+17
2019-08-21Merge branch 'odp_fixes' into hmm.gitJason Gunthorpe1-9/+13
2019-08-21drm/nouveau: Initialize GEM object before TTM objectThierry Reding4-41/+77
2019-08-21Merge tag 'drm-misc-next-2019-08-19' of git://anongit.freedesktop.org/drm/drm...Dave Airlie6-17/+17
2019-08-20mm: remove CONFIG_MIGRATE_VMA_HELPERChristoph Hellwig1-1/+0
2019-08-20mm: remove the unused MIGRATE_PFN_DEVICE flagChristoph Hellwig1-2/+1
2019-08-20nouveau: simplify nouveau_dmem_migrate_vmaChristoph Hellwig1-129/+55
2019-08-20nouveau: simplify nouveau_dmem_migrate_to_ramChristoph Hellwig1-121/+40
2019-08-20nouveau: remove a few function stubsChristoph Hellwig1-11/+0
2019-08-20nouveau: factor out dmem fence completionChristoph Hellwig1-18/+15
2019-08-20nouveau: factor out device memory address calculationChristoph Hellwig1-25/+17
2019-08-20nouveau: reset dma_nr in nouveau_dmem_migrate_alloc_and_copyChristoph Hellwig1-0/+1
2019-08-20mm: turn migrate_vma upside downChristoph Hellwig1-59/+63
2019-08-20hmm: use mmu_notifier_get/put for 'struct hmm'Jason Gunthorpe1-0/+3
2019-08-15drm/nouveau: Only recalculate PBN/VCPI on mode/connector changesLyude Paul1-9/+13
2019-08-13dma-buf: rename reservation_object to dma_resvChristian König6-17/+17
2019-08-09Merge tag 'drm-misc-next-2019-08-08' of git://anongit.freedesktop.org/drm/drm...Dave Airlie12-66/+45
2019-08-07mm/hmm: make HMM_MIRROR an implicit optionChristoph Hellwig1-1/+3
2019-08-07mm/hmm: remove the page_shift member from struct hmm_rangeChristoph Hellwig1-1/+0
2019-08-07mm/hmm: remove superfluous arguments from hmm_range_registerChristoph Hellwig1-3/+2
2019-08-07nouveau: pass struct nouveau_svmm to nouveau_range_faultChristoph Hellwig1-6/+6
2019-08-07drm/nouveau: remove open-coded drm_invalid_op()Emil Velikov3-8/+1
2019-08-07Revert "drm/nouveau: remove open-coded drm_invalid_op()"Sean Paul3-1/+8
2019-08-06drm/nouveau: switch driver from bo->resv to bo->base.resvGerd Hoffmann4-6/+5
2019-08-06drm/ttm: use gem vma_nodeGerd Hoffmann2-2/+2
2019-08-06drm/nouveau: use embedded gem objectGerd Hoffmann7-24/+20
2019-08-05dma-buf: add more reservation object locking wrappersChristian König1-2/+2
2019-08-02Merge tag 'drm-fixes-2019-08-02' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-1/+1
2019-08-02drm/nouveau: Only release VCPI slots on mode changesLyude Paul1-1/+1
2019-07-31drm/nouveau: Fill out gem_object->resvDaniel Vetter4-9/+2
2019-07-26mm/hmm: remove hmm_range vmaRalph Campbell1-4/+3
2019-07-26mm/hmm: replace the block argument to hmm_range_fault with a flags valueChristoph Hellwig1-1/+1
2019-07-26mm/hmm: replace hmm_update with mmu_notifier_rangeRalph Campbell1-2/+2
2019-07-25drm/nouveau: Use connector kdev as aux device parentLeo Li1-1/+1
2019-07-25nouveau: unlock mmap_sem on all errors from nouveau_range_faultChristoph Hellwig1-5/+6
2019-07-25nouveau: remove the block parameter to nouveau_range_faultChristoph Hellwig1-6/+4
2019-07-25mm/hmm: remove the legacy hmm_pfn_* APIsChristoph Hellwig1-1/+1
2019-07-25nouveau: return -EBUSY when hmm_range_wait_until_valid failsChristoph Hellwig1-1/+1