summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau
AgeCommit message (Expand)AuthorFilesLines
2014-09-15drm/nouveau/core: pass related object into notify constructorBen Skeggs18-28/+42
2014-09-15drm/nouveau/bar: ioremap only the areas that we're actually usingBen Skeggs2-20/+19
2014-09-11Merge remote-tracking branch 'airlied/drm-next' into topic/vblank-reworkDaniel Vetter265-6166/+12696
2014-09-11drm: Clarify vblank ts/scanoutpos sampling #definesDaniel Vetter1-1/+1
2014-09-10PCI: Add pci_ignore_hotplug() to ignore hotplug events for a deviceBjorn Helgaas1-0/+1
2014-09-10drm: add driver->set_busid() callbackDavid Herrmann1-6/+13
2014-09-05Merge branch 'linux-3.17' of git://anongit.freedesktop.org/git/nouveau/linux-...Dave Airlie1-2/+2
2014-09-05drm/nouveau/core: don't leak oclass type bits to userBen Skeggs1-2/+2
2014-09-02drm/nouveau: use shared fences for readable objectsMaarten Lankhorst6-47/+68
2014-09-02drm/nouveau: Keep only a single list for validation.Maarten Lankhorst1-62/+34
2014-09-02drm/nouveau: use rcu in nouveau_gem_ioctl_cpu_prepMaarten Lankhorst1-16/+12
2014-09-02drm/ttm: flip the switch, and convert to dma_fenceMaarten Lankhorst4-66/+24
2014-09-02drm/nouveau: rework to new fence interfaceMaarten Lankhorst10-205/+383
2014-09-01drm/ttm: kill fence_lockMaarten Lankhorst3-36/+11
2014-09-01drm/nouveau: require reservations for nouveau_fence_sync and nouveau_bo_fenceMaarten Lankhorst2-4/+15
2014-09-01drm/nouveau: add reservation to nouveau_gem_ioctl_cpu_prepMaarten Lankhorst1-4/+18
2014-08-27drm/ttm: move fpfn and lpfn into each placement v2Christian König3-23/+42
2014-08-15Merge branch 'linux-3.17' of git://anongit.freedesktop.org/git/nouveau/linux-...Dave Airlie14-27/+57
2014-08-15drm/nouveau/platform: fix compilation errorAlexandre Courbot1-1/+2
2014-08-15drm/nouveau/gk20a: add LTC deviceAlexandre Courbot1-0/+1
2014-08-15drm/nouveau: warn if we fail to re-pin fb on resumeBen Skeggs1-1/+3
2014-08-15drm/nouveau/nvif: fix dac load detect method definitionBen Skeggs1-2/+2
2014-08-15drm/gf100-/gr: fix -ENOSPC detection when allocating zbc table entriesBen Skeggs1-0/+6
2014-08-15drm/nouveau/nvif: return null pointers on failure, in addition to ret != 0Ben Skeggs2-2/+6
2014-08-15drm/nouveau/ltc: fix tag base address getting truncated if above 4GiBBen Skeggs1-1/+1
2014-08-15drm/nvc0-/fb/ram: fix use of non-existant ram if partitions aren't uniformBen Skeggs1-2/+2
2014-08-15drm/nouveau/bar: behave better if ioremap failedBen Skeggs1-3/+11
2014-08-15drm/nouveau/kms: nouveau_fbcon_accel_fini can be staticFengguang Wu1-2/+2
2014-08-15drm/nouveau: kill unused variable warning if !__OS_HAS_AGPBen Skeggs1-2/+1
2014-08-15drm/nouveau/nvif: fix a number of notify thinkosBen Skeggs3-11/+20
2014-08-09Merge branch 'linux-3.17' of git://anongit.freedesktop.org/git/nouveau/linux-2.6Linus Torvalds260-5790/+12130
2014-08-10drm/nouveau: expose the full object/event interfaces to userspaceBen Skeggs8-10/+424
2014-08-10drm/nouveau: fix headless modeBen Skeggs2-2/+3
2014-08-10drm/nouveau: hide sysfs pstate file behind an option againBen Skeggs1-1/+8
2014-08-10drm/nv50/disp: shhh compilerBen Skeggs1-4/+4
2014-08-10drm/gf100-/gr: implement the proper SetShaderExceptions methodBen Skeggs9-17/+53
2014-08-10drm/gf100-/gr: remove some broken ltc bashing, for nowBen Skeggs13-58/+0
2014-08-10drm/gf100-/gr: unhardcode attribute cb configBen Skeggs13-166/+199
2014-08-10drm/gf100-/gr: fetch tpcs-per-ppc info on startupBen Skeggs9-1/+16
2014-08-10drm/gf100-/gr: unhardcode pagepool configBen Skeggs13-41/+75
2014-08-10drm/gf100-/gr: unhardcode bundle cb configBen Skeggs13-41/+100
2014-08-10drm/gf100-/gr: improve initial context patch list helpersBen Skeggs4-20/+51
2014-08-10drm/gf100-/gr: add support for zero bandwidth clearBen Skeggs10-11/+313
2014-08-10drm/nouveau/ltc: add zbc driversBen Skeggs6-1/+108
2014-08-10drm/nouveau/ltc: s/ltcg/ltc/ + cleanupBen Skeggs17-235/+362
2014-08-10drm/nouveau: use ram info from nvif_deviceBen Skeggs8-32/+17
2014-08-10drm/nouveau/disp: implement nvif event sources for vblank/connector notifiersBen Skeggs11-20/+47
2014-08-10drm/nouveau/disp: allow user direct access to channel control registersBen Skeggs4-1/+24
2014-08-10drm/nouveau/disp: audit and version display classesBen Skeggs52-423/+323
2014-08-10drm/nouveau/disp: audit and version SCANOUTPOS methodBen Skeggs15-172/+204