aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-26drm/gm107/fb: initial implementationBen Skeggs8-8/+109
2014-03-26drm/gk20a/timer: initial implementationBen Skeggs6-49/+126
2014-03-26drm/gm100/bios: hw disable register has movedBen Skeggs1-3/+9
2014-03-26drm/gm107/devinit: initial implementationBen Skeggs5-1/+61
2014-03-26drm/nve0/fifo: bind intrBen Skeggs1-2/+27
2014-03-26drm/nve0/fifo: attempt to recover from engine ctxsw timeoutsBen Skeggs1-0/+44
2014-03-26drm/nve0/fifo: attempt to recover engines from mmu faultsBen Skeggs1-2/+87
2014-03-26drm/nve0/fifo: allow copy engine channel to be looked up by instanceBen Skeggs1-0/+2
2014-03-26drm/nve0/fifo: use runlist event instead of pollingBen Skeggs1-1/+3
2014-03-26drm/nve0/fifo: allow channels to be marked as unrunnableBen Skeggs1-13/+24
2014-03-26drm/nve0/fifo: single printk for sched error dataBen Skeggs1-4/+10
2014-03-26drm/nve0/fifo: single printk for mmu fault dataBen Skeggs1-72/+92
2014-03-26drm/nve0/fifo: ack pb intr individually after handling each unitBen Skeggs1-66/+63
2014-03-26drm/nve0/fifo: runlist intrBen Skeggs1-10/+17
2014-03-26drm/nve0/fifo: engine intrBen Skeggs1-1/+7
2014-03-26drm/nve0/fifo: mask unhandled intr bits when seen, rather than all intrsBen Skeggs1-2/+2
2014-03-26drm/nvc0/fifo: attempt to recover from engine ctxsw timeoutsBen Skeggs1-0/+34
2014-03-26drm/nvc0/fifo: attempt to recover engines from mmu faultsBen Skeggs1-2/+103
2014-03-26drm/nvc0/fifo: use subdev identifiers for bar/ifb fault recovery casesBen Skeggs2-18/+16
2014-03-26drm/nvc0/fifo: use runlist event instead of pollingBen Skeggs1-2/+4
2014-03-26drm/nvc0/fifo: allow channels to be marked as unrunnableBen Skeggs1-10/+22
2014-03-26drm/nvc0/fifo: sched intrBen Skeggs1-2/+22
2014-03-26drm/nvc0/fifo: single printk for mmu fault dataBen Skeggs1-33/+52
2014-03-26drm/nvc0/fifo: ack pb intr individually after handling each unitBen Skeggs1-42/+40
2014-03-26drm/nvc0/fifo: runlist intrBen Skeggs1-14/+32
2014-03-26drm/nvc0/fifo: engine intrBen Skeggs1-12/+40
2014-03-26drm/nvc0/fifo: mask unhandled intr bits when seen, rather than all intrsBen Skeggs1-2/+2
2014-03-26drm/nvc0/fifo: rename a couple of unitsBen Skeggs1-22/+22
2014-03-26drm/nvd0/disp: add debugging to show which supervisor actions are takenBen Skeggs1-1/+6
2014-03-26drm/nv50-/disp: dump channel state when update method failsBen Skeggs2-12/+81
2014-03-26drm/nv50-/disp: allow dumping core channel state at first supervisor intrBen Skeggs2-0/+4
2014-03-26drm/nv50-/disp: add method descriptions for debuggingBen Skeggs9-0/+1023
2014-03-26drm/nv50/disp: decode the known error codes to human readable formBen Skeggs1-20/+43
2014-03-26drm/nv50/disp: preparation for storing static class dataBen Skeggs20-121/+181
2014-03-26drm/nouveau/core: extend width of engine mask for namedbBen Skeggs2-2/+2
2014-03-26drm/nouveau/bios: fix INDEX_ADDRESS_LATCHED trace printoutIlia Mirkin1-3/+2
2014-03-26drm/nv50/gr: decode texture trap status codeIlia Mirkin1-0/+16
2014-03-26drm/nouveau: use nv_debug for NV_DEBUG, make DRM a separate subflagIlia Mirkin2-4/+3
2014-03-26drm/nouveau: make hdmi device finding failure prints debug levelIlia Mirkin1-6/+5
2014-03-26drm/nve0/fifo: allocate usermem as neededAlexandre Courbot1-2/+2
2014-03-26drm/nouveau: handle -EACCES runtime PM return codeAlexandre Courbot3-4/+4
2014-03-26drm/nouveau/abi16: fix handles past the 32nd oneIlia Mirkin1-2/+2
2014-03-26drm/nouveau: replace ffsll with __ffs64Ilia Mirkin2-3/+3
2014-03-26drm/nouveau/hwmon: replace strict_strtol() with kstrtol()Jingoo Han1-2/+3
2014-03-26drm/nouveau/hwmon: remove some redundant checksDan Carpenter1-8/+4
2014-03-26drm/nv50/graph: update status enum namesIlia Mirkin1-14/+15
2014-03-20ACPI / gpu / drm: Stop selecting VIDEO_OUTPUT_CONTROLJean Delvare1-2/+1
2014-03-16drm: init TTM dev_mapping in ttm_bo_device_init()David Herrmann2-3/+3
2014-03-16drm: use anon-inode instead of relying on cdevsDavid Herrmann1-1/+1
2014-02-21Merge tag 'pm+acpi-3.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-2/+24