summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau
AgeCommit message (Expand)Author
2010-12-03drm/nouveau: pass gpuobj alignment request down into backing allocatorBen Skeggs
2010-12-03drm/nv40: Ignore sync-to-vblank active when waiting for idle.Francisco Jerez
2010-12-03drm/nouveau: Take fence spinlock in nouveau_fence_channel_fini().Francisco Jerez
2010-12-03drm/nouveau: Avoid race in the interchannel sync code.Francisco Jerez
2010-12-03drm/nouveau: Make fences take a weak channel reference.Francisco Jerez
2010-12-03drm/nouveau: Implement weak channel references.Francisco Jerez
2010-12-03drm/nouveau: Fix lock unbalance on card take down.Francisco Jerez
2010-12-03drm/nouveau: Add unlocked variants of nouveau_channel_get/put.Francisco Jerez
2010-12-03drm/nouveau: Fix race condition in channel refcount handling.Francisco Jerez
2010-12-03drm/nouveau: Refactor context destruction to avoid a lock ordering issue.Francisco Jerez
2010-12-03drm/nouveau: Use lazy fence waits when doing software interchannel sync.Francisco Jerez
2010-12-03drm/nouveau: Leave BO eviction synchronization for later.Francisco Jerez
2010-12-03drm/nv50: remove some unnecessary PDISPLAY initBen Skeggs
2010-12-03drm/nouveau: fallback to sw fbcon if we can't get mutex immediatelyBen Skeggs
2010-12-03drm/nouveau: hook up acpi power supply change trackingBen Skeggs
2010-12-03drm/nouveau: return error from nouveau_ramht_remove() if not foundBen Skeggs
2010-12-03drm/nouveau: use interruptible waits during pushbuf validationBen Skeggs
2010-12-03drm/nouveau: fix thinko in channel locking in semaphore pathBen Skeggs
2010-12-03drm/nouveau: remove cpu_writers lockBen Skeggs
2010-12-03drm/nouveau: switch to unlocked ioctlsBen Skeggs
2010-12-03drm/nouveau: add more fine-grained locking to channel list + structuresBen Skeggs
2010-12-03drm/nouveau: add per-channel mutex, use to lock access to drm's channelBen Skeggs
2010-12-03drm/nouveau: disallow fbcon accel if running in interrupt contextBen Skeggs
2010-12-03drm/nouveau: tidy fifo swmthd handler a littleBen Skeggs
2010-11-22drm/ttm/radeon/nouveau: Kill the bo lock in favour of a bo device fence_lockThomas Hellstrom
2010-11-18nouveau: Acknowledge HPD irq in handler, not bottom halfAndy Lutomirski
2010-11-18drm/nouveau: Fix a few confusions between "chipset" and "card_type".Francisco Jerez
2010-11-18drm/nouveau: don't expose backlight control when available through ACPIBen Skeggs
2010-11-18drm/nouveau/pm: improve memtiming mappingsRoy Spliet
2010-11-18drm/nouveau: Make PCIE GART size depend on the available RAMIN space.Francisco Jerez
2010-11-18drm/nouveau: Return error from nouveau_gpuobj_new if we're out of RAMIN.Francisco Jerez
2010-11-18drm/nouveau: Fix compilation issues in nouveau_pm when CONFIG_HWMON is not setMartin Peres
2010-11-18drm/nouveau: Don't use load detection for connector polling.Francisco Jerez
2010-11-18drm/nv10-nv20: Fix instability after MPLL changes.Francisco Jerez
2010-11-18drm/nv50: implement possible workaround for NV86 PGRAPH TLB flush hangBen Skeggs
2010-11-18drm/nouveau: Don't poll LVDS outputs.Francisco Jerez
2010-11-18drm/nouveau: Use "force" to decide if analog load detection is ok or not.Francisco Jerez
2010-11-18drm/nv04: Fix scanout over the 16MB mark.Francisco Jerez
2010-11-18drm/nouveau: fix nv40 pcie gart sizeLucas Stach
2010-11-18drm/nva3: fix overflow in fixed point math used for pll calculationBen Skeggs
2010-11-18drm/nv10: Balance RTs expected to be accessed simultaneously by the 3d engine.Francisco Jerez
2010-11-18drm/nouveau: Expose some BO usage flags to userspace.Francisco Jerez
2010-11-18drm/nouveau: Reduce severity of the unknown getparam error.Francisco Jerez
2010-11-18drm/nouveau: Avoid lock dependency between ramht and ramin spinlocks.Francisco Jerez
2010-11-18drm/nouveau: Some random cleanups.Francisco Jerez
2010-11-18drm/nv11: Fix bad PLL detection false positive.Francisco Jerez
2010-11-18drm/nv04-nv40: Fall back to panel rescaling if we have no usable native mode.Francisco Jerez
2010-11-18drm/nouveau: Reject modes exceeding the integrated TMDS maximum bandwidth.Francisco Jerez
2010-11-18drm/nouveau: Fix sleep while atomic in the semaphore code.Francisco Jerez
2010-11-18drm/nouveau: ratelimit IRQ messagesJiri Slaby