summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v4.8-rc8' into drm-nextDave Airlie2016-09-281-0/+11
|\
| * drm/nouveau/acpi: use DSM if bridge does not support D3coldPeter Wu2016-08-311-0/+11
* | drm: Don't swallow error codes in drm_dev_alloc()Tom Gundersen2016-09-221-2/+2
* | drm: use drm_file to tag vm-bosDavid Herrmann2016-09-191-1/+2
* | Merge branch 'drm-next-4.9' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie2016-08-251-3/+3
|\ \
| * | drm/ttm: Remove unused parameter evict from ttm_bo_move_memcpyMichel Dänzer2016-08-081-1/+1
| * | drm/ttm: Remove unused parameter evict from ttm_bo_move_ttmMichel Dänzer2016-08-081-2/+2
| * | drm/ttm: Wait for a BO to become idle before unbinding it from GTTMichel Dänzer2016-08-081-2/+2
* | | Merge tag 'topic/drm-misc-2016-08-12' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-08-152-2/+1Star
|\ \ \ | |_|/ |/| |
| * | drm: Remove superflous linux/fb.h includesDaniel Vetter2016-08-121-1/+0Star
| * | drm/fb-helper: Add a dummy remove_conflicting_framebuffersDaniel Vetter2016-08-121-1/+1
| |/
* | Merge branch 'drm-next-4.8' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie2016-08-081-2/+2
|\ \ | |/ |/|
| * drm/ttm: Wait for a BO to become idle before unbinding it from GTTMichel Dänzer2016-08-051-2/+2
* | dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski2016-08-041-7/+6Star
* | Merge branch 'linux-4.8' of git://github.com/skeggsb/linux into drm-nextDave Airlie2016-08-026-45/+76
|\ \ | |/ |/|
| * drm/nouveau/gr/nv3x: fix instobj write offsets in gr setupIlia Mirkin2016-07-302-4/+4
| * drm/nouveau/acpi: fix lockup with PCIe runtime PMPeter Wu2016-07-301-4/+31
| * drm/nouveau/acpi: check for function 0x1B before using itPeter Wu2016-07-301-5/+13
| * drm/nouveau/acpi: return supported DSM functionsPeter Wu2016-07-301-7/+9
| * drm/nouveau/acpi: ensure matching ACPI handle and supported functionsPeter Wu2016-07-301-32/+26Star
| * drm/nouveau/fbcon: fix font width not divisible by 8Mikulas Patocka2016-07-303-4/+4
* | Merge tag 'topic/drm-misc-2016-07-22' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-07-271-6/+0Star
|\ \
| * | Merge remote-tracking branch 'airlied/drm-next' into topic/drm-miscDaniel Vetter2016-07-19141-641/+3846
| |\|
| * | drm/nouveau: make fbdev support really optionalTobias Jakobi2016-07-151-6/+0Star
* | | Backmerge tag 'v4.7' into drm-nextDave Airlie2016-07-261-1/+2
|\ \ \ | |_|/ |/| |
| * | drm/nouveau/disp/sor/gf119: select correct sor when poking training patternBen Skeggs2016-07-051-1/+2
* | | Merge tag 'topic/drm-misc-2016-07-14' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-07-154-19/+9Star
|\ \ \ | | |/ | |/|
| * | drm/nouveau: use drm_crtc_handle_vblank()Gustavo Padovan2016-07-121-1/+1
| * | drm/nouveau/dispnv04: Use helper to turn off CRTCLukas Wunner2016-06-241-7/+2Star
| * | drm/nouveau: Turn off CRTCs on driver unloadLukas Wunner2016-06-242-10/+1Star
| * | drm/nouveau: Forbid runtime pm on driver unloadLukas Wunner2016-06-241-0/+1
| * | drm/nouveau: Don't leak runtime pm ref on driver unloadLukas Wunner2016-06-241-1/+4
* | | Merge branch 'linux-4.8' of git://github.com/skeggsb/linux into drm-nextDave Airlie2016-07-14129-565/+3710
|\ \ \
| * | | drm/nouveau/bus: remove cpu_coherent flagAlexandre Courbot2016-07-144-5/+1Star
| * | | drm/nouveau/ttm: remove special handling of coherent objectsAlexandre Courbot2016-07-141-56/+5Star
| * | | drm/nouveau: check for supported chipset before booting fbdev off the hwBen Skeggs2016-07-141-1/+10
| * | | drm/nouveau/ce/gp104: initial supportBen Skeggs2016-07-147-0/+54
| * | | drm/nouveau/fifo/gp104: initial supportBen Skeggs2016-07-141-0/+1
| * | | drm/nouveau/disp/gp104: initial supportBen Skeggs2016-07-1425-5/+394
| * | | drm/nouveau/dma/gp104: initial supportBen Skeggs2016-07-141-0/+1
| * | | drm/nouveau/ltc/gp104: initial supportBen Skeggs2016-07-141-0/+1
| * | | drm/nouveau/ibus/gp104: initial supportBen Skeggs2016-07-141-0/+1
| * | | drm/nouveau/i2c/gp104: initial supportBen Skeggs2016-07-141-0/+1
| * | | drm/nouveau/gpio/gp104: initial supportBen Skeggs2016-07-141-0/+1
| * | | drm/nouveau/fuse/gp104: initial supportBen Skeggs2016-07-141-0/+1
| * | | drm/nouveau/bus/gp104: initial supportBen Skeggs2016-07-141-0/+1
| * | | drm/nouveau/bar/gp104: initial supportBen Skeggs2016-07-141-0/+1
| * | | drm/nouveau/mmu/gp104: initial supportBen Skeggs2016-07-141-0/+1
| * | | drm/nouveau/fb/gp104: initial supportBen Skeggs2016-07-146-1/+49
| * | | drm/nouveau/imem/gp104: initial supportBen Skeggs2016-07-141-0/+1