1. 15 11月, 2017 1 次提交
  2. 14 11月, 2017 5 次提交
  3. 10 11月, 2017 3 次提交
  4. 09 11月, 2017 6 次提交
  5. 08 11月, 2017 5 次提交
  6. 06 11月, 2017 2 次提交
  7. 04 11月, 2017 5 次提交
  8. 03 11月, 2017 9 次提交
  9. 02 11月, 2017 4 次提交
    • D
      Merge branch 'linux-4.15' of git://github.com/skeggsb/linux into drm-next · 2ef7a95f
      Dave Airlie 提交于
      - Pascal temperature sensor support
      - Improved BAR2 handling, greatly reduces time required to suspend
      - Rework of the MMU code
        - Allows us to properly support Pascal's new MMU layout (implemented)
        - Lays the groundwork for improved userspace APIs later
      - Misc other fixes
      
      * 'linux-4.15' of git://github.com/skeggsb/linux: (151 commits)
        drm/nouveau/gr/gf100-: don't prevent module load if firmware missing
        drm/nouveau/mmu: remove old vmm frontend
        drm/nouveau: improve selection of GPU page size
        drm/nouveau: switch over to new memory and vmm interfaces
        drm/nouveau: remove unused nouveau_fence_work()
        drm/nouveau: queue delayed unmapping of VMAs on client workqueue
        drm/nouveau: implement per-client delayed workqueue with fence support
        drm/nouveau: determine memory class for each client
        drm/nouveau: pass handle of vmm object to channel allocation ioctls
        drm/nouveau: switch to vmm limit
        drm/nouveau: allocate vmm object for every client
        drm/nouveau: replace use of cpu_coherent with memory types
        drm/nouveau: use nvif_mmu_type to determine BAR1 caching
        drm/nouveau: fetch memory type indices that we care about for ttm
        drm/nouveau: consolidate handling of dma mask
        drm/nouveau: check kind validity against mmu object
        drm/nouveau: allocate mmu object for every client
        drm/nouveau: remove trivial cases of nvxx_device() usage
        drm/nouveau/mmu: define user interfaces to mmu vmm opertaions
        drm/nouveau/mmu: define user interfaces to mmu memory allocation
        ...
      2ef7a95f
    • B
      46bda4f4
    • B
      drm/nouveau/mmu: remove old vmm frontend · 632b740c
      Ben Skeggs 提交于
      Signed-off-by: NBen Skeggs <bskeggs@redhat.com>
      632b740c
    • B
      drm/nouveau: improve selection of GPU page size · 7dc6a446
      Ben Skeggs 提交于
      Enables the use of Pascal's 2MiB pages for larger buffers.
      Signed-off-by: NBen Skeggs <bskeggs@redhat.com>
      7dc6a446