| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | drm/nouveau/kms/gf119-: add ctm property support | Ilia Mirkin | 2019-08-23 | 4 | -0/+89 |
| * | | | | drm/nouveau/kms/nv50-: remove overlay alpha formats | Ilia Mirkin | 2019-08-23 | 4 | -14/+0 |
| * | | | | drm/nouveau/fifo/gk104-: fix parsing of mmu fault data | Ben Skeggs | 2019-08-23 | 10 | -26/+67 |
| * | | | | drm/nouveau/fifo/gf1xx: convert to using nvkm_fault_data | Ben Skeggs | 2019-08-23 | 3 | -86/+106 |
| * | | | | drm/nouveau/bios/init: handle INIT_RESET_END devinit opcode | Rhys Kidd | 2019-08-23 | 1 | -1/+12 |
| * | | | | drm/nouveau/bios/init: handle INIT_RESET_BEGUN devinit opcode | Rhys Kidd | 2019-08-23 | 1 | -1/+12 |
| * | | | | drm/nouveau/bios: downgrade absence of tmds table to info from an error | Rhys Kidd | 2019-08-23 | 1 | -1/+1 |
| * | | | | drm/nouveau: Disable atomic support on a per-device basis | Ville Syrjälä | 2019-08-23 | 1 | -1/+1 |
| * | | | | drm/nouveau/kms/nv50-: add fp16 scanout support | Ilia Mirkin | 2019-08-23 | 7 | -18/+66 |
| * | | | | drm/nouveau/kms/nv50-: disable input lut harder | Ben Skeggs | 2019-08-23 | 1 | -0/+2 |
| * | | | | drm/nouveau/kms/tu102-: disable input lut when input is already FP16 | Ben Skeggs | 2019-08-23 | 1 | -1/+3 |
| * | | | | drm/nouveau/kms/gv100: allow windows to use PACKED8BPP formats | Ben Skeggs | 2019-08-23 | 1 | -1/+1 |
| * | | | | drm/nouveau: fix nvif/device.h is included more than once | Hariprasad Kelam | 2019-08-23 | 1 | -1/+0 |
| * | | | | drm/nouveau/dispnv04: subdev/bios.h is included more than once | Hariprasad Kelam | 2019-08-23 | 1 | -1/+0 |
| * | | | | drm/nouveau/mmu: use struct_size() helper | Gustavo A. R. Silva | 2019-08-23 | 1 | -1/+1 |
| * | | | | drm/nouveau: drop use of drmp.h | Sam Ravnborg | 2019-08-23 | 23 | -28/+14 |
| * | | | | drm/nouveau: drop drmP.h from all header files | Sam Ravnborg | 2019-08-23 | 4 | -4/+3 |
| * | | | | drm/nouveau: drop drmP.h from nouveau_drv.h | Sam Ravnborg | 2019-08-23 | 5 | -1/+13 |
| * | | | | drm/nouveau: drop use of DRM_UDELAY | Sam Ravnborg | 2019-08-23 | 1 | -1/+1 |
| * | | | | drm/nouveau/bios/init: fix spelling mistake "CONDITON" -> "CONDITION" | Colin Ian King | 2019-08-23 | 1 | -1/+1 |
| * | | | | drm/nouveau/secboot: Make acr_r352_ls_gpccs_func static | YueHaibing | 2019-08-23 | 1 | -1/+1 |
| * | | | | Merge tag 'drm-misc-next-2019-08-19' of git://anongit.freedesktop.org/drm/drm... | Dave Airlie | 2019-08-21 | 6 | -17/+17 |
| |\| | | |
|
| | * | | | dma-buf: rename reservation_object to dma_resv | Christian König | 2019-08-13 | 6 | -17/+17 |
| * | | | | Merge tag 'drm-misc-next-2019-08-08' of git://anongit.freedesktop.org/drm/drm... | Dave Airlie | 2019-08-09 | 12 | -66/+45 |
| |\| | | |
|
| | * | | | drm/nouveau: remove open-coded drm_invalid_op() | Emil Velikov | 2019-08-07 | 3 | -8/+1 |
| | * | | | Revert "drm/nouveau: remove open-coded drm_invalid_op()" | Sean Paul | 2019-08-07 | 3 | -1/+8 |
| | * | | | drm/nouveau: switch driver from bo->resv to bo->base.resv | Gerd Hoffmann | 2019-08-06 | 4 | -6/+5 |
| | * | | | drm/ttm: use gem vma_node | Gerd Hoffmann | 2019-08-06 | 2 | -2/+2 |
| | * | | | drm/nouveau: use embedded gem object | Gerd Hoffmann | 2019-08-06 | 7 | -24/+20 |
| | * | | | dma-buf: add more reservation object locking wrappers | Christian König | 2019-08-05 | 1 | -2/+2 |
| | * | | | drm/nouveau: Fill out gem_object->resv | Daniel Vetter | 2019-07-31 | 4 | -9/+2 |
| | * | | | drm/nouveau: Use connector kdev as aux device parent | Leo Li | 2019-07-25 | 1 | -1/+1 |
| | * | | | Merge v5.3-rc1 into drm-misc-next | Maxime Ripard | 2019-07-22 | 344 | -432/+526 |
| | |\ \ \ |
|
| | * | | | | drm/nouveau: drop DRM_AUTH from DRM_RENDER_ALLOW ioctls | Emil Velikov | 2019-06-26 | 1 | -13/+13 |
| | * | | | | drm/nouveau: remove open-coded drm_invalid_op() | Emil Velikov | 2019-06-26 | 3 | -8/+1 |
| | * | | | | drm/nouveau: Drop drm_gem_prime_export/import | Daniel Vetter | 2019-06-21 | 1 | -2/+0 |
| | * | | | | drm/prime: Actually remove DRIVER_PRIME everywhere | Daniel Vetter | 2019-06-21 | 1 | -1/+1 |
* | | | | | | Merge branch 'linux-5.3' of git://github.com/skeggsb/linux into drm-fixes | Dave Airlie | 2019-09-03 | 1 | -0/+12 |
|\ \ \ \ \ \ |
|
| * | | | | | | drm/nouveau/sec2/gp102: add missing MODULE_FIRMWAREs | Ben Skeggs | 2019-09-02 | 1 | -0/+12 |
* | | | | | | | Merge branch 'linux-5.3' of git://github.com/skeggsb/linux into drm-fixes | Dave Airlie | 2019-08-23 | 1 | -7/+17 |
|\| | | | | |
| |_|_|_|_|/
|/| | | | | |
|
| * | | | | | drm/nouveau: Don't retry infinitely when receiving no data on i2c over AUX | Lyude Paul | 2019-08-23 | 1 | -7/+17 |
* | | | | | | drm/nouveau: Only recalculate PBN/VCPI on mode/connector changes | Lyude Paul | 2019-08-15 | 1 | -9/+13 |
| |/ / / /
|/| | | | |
|
* | | | | | Merge tag 'drm-fixes-2019-08-02' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds | 2019-08-02 | 1 | -1/+1 |
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
|
| * | | | | drm/nouveau: Only release VCPI slots on mode changes | Lyude Paul | 2019-08-02 | 1 | -1/+1 |
| | |_|/
| |/| | |
|
* | | | | nouveau: unlock mmap_sem on all errors from nouveau_range_fault | Christoph Hellwig | 2019-07-25 | 1 | -5/+6 |
* | | | | nouveau: remove the block parameter to nouveau_range_fault | Christoph Hellwig | 2019-07-25 | 1 | -6/+4 |
* | | | | mm/hmm: move hmm_vma_range_done and hmm_vma_fault to nouveau | Christoph Hellwig | 2019-07-25 | 1 | -2/+44 |
|/ / / |
|
* | | | Merge tag 'drm-next-2019-07-19' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds | 2019-07-19 | 342 | -372/+475 |
|\| | |
|
| * | | drm/nouveau/secboot/gp102-: remove WAR for SEC2 RTOS start bug | Ben Skeggs | 2019-07-19 | 1 | -29/+0 |
| * | | drm/nouveau/flcn/gp102-: improve implementation of bind_context() on SEC2/GSP | Ben Skeggs | 2019-07-19 | 1 | -0/+36 |