- 274fec9 drm/nouveau: tidy+move PGRAPH ISRs to their respective *_graph.c files by Ben Skeggs · 14 years ago
- 5178d40 drm/nouveau: move PFIFO ISR into nv04_fifo.c by Ben Skeggs · 14 years ago
- 2cbd4c8 drm/nv50: move GPIO ISR to nv50_gpio.c by Ben Skeggs · 14 years ago
- 8f8a544 drm/nouveau: allow irq handlers to be installed by engine-specific code by Ben Skeggs · 14 years ago
- 87a326a drm/nv20: Add Z compression support. by Francisco Jerez · 14 years ago
- a5cf68b drm/nouveau: Rework tile region handling. by Francisco Jerez · 14 years ago
- e419cf0 drm/nouveau: Add a separate class for the kernel channel mutex. by Francisco Jerez · 14 years ago
- 1f6d2de drm/nv50: Keep track of the head a channel is vsync'ing to. by Francisco Jerez · 14 years ago
- 332b242 drm/nouveau: Implement the pageflip ioctl. by Francisco Jerez · 14 years ago
- 042206c drm/nouveau: Implement the vblank DRM hooks. by Francisco Jerez · 14 years ago
- 382d62e drm/nouveau: fix annoying nouveau_fence type issue by Marcin Slusarz · 14 years ago
- 35fa2f2 drm/nouveau: add support for MSI by Ben Skeggs · 14 years ago
- 1e96268 drm/nv50: initial work to allow multiple evo channels by Ben Skeggs · 14 years ago
- bd2e597 drm/nv84: add support for the PCRYPT engine by Ben Skeggs · 14 years ago
- b8c157d drm/nouveau: only expose the object classes that are supported by the chipset by Ben Skeggs · 14 years ago
- a6a1a38 drm/nouveau: use object class structs more extensively by Ben Skeggs · 14 years ago
- 5053694 drm/nouveau: store engine type in gpuobj class structs by Ben Skeggs · 14 years ago
- 9100468 drm/nouveau: pass gpuobj alignment request down into backing allocator by Ben Skeggs · 14 years ago
- f091a3d drm/nouveau: Implement weak channel references. by Francisco Jerez · 14 years ago
- feeb0ae drm/nouveau: Add unlocked variants of nouveau_channel_get/put. by Francisco Jerez · 14 years ago
- 3945e47 drm/nouveau: Refactor context destruction to avoid a lock ordering issue. by Francisco Jerez · 14 years ago
- 6032649 drm/nouveau: hook up acpi power supply change tracking by Ben Skeggs · 14 years ago
- 21e86c1 drm/nouveau: remove cpu_writers lock by Ben Skeggs · 14 years ago
- cff5c13 drm/nouveau: add more fine-grained locking to channel list + structures by Ben Skeggs · 14 years ago
- 6a6b73f drm/nouveau: add per-channel mutex, use to lock access to drm's channel by Ben Skeggs · 14 years ago
- ab83833 nouveau: Acknowledge HPD irq in handler, not bottom half by Andy Lutomirski · 14 years ago
- 56ac747 drm/nv50: implement possible workaround for NV86 PGRAPH TLB flush hang by Ben Skeggs · 14 years ago
- f13b326 drm/nouveau: Expose some BO usage flags to userspace. by Francisco Jerez · 14 years ago
- cbab95d drm/nouveau: Some random cleanups. by Francisco Jerez · 14 years ago
- 8af29cc drm/nv50: Fix large 3D performance regression caused by the interchannel sync patches. by Francisco Jerez · 14 years ago
- 0c6c1c2 drm/nouveau: Use semaphores to handle inter-channel sync in hardware. by Francisco Jerez · 14 years ago
- 8ac3891 drm/nouveau: Provide a means to have arbitrary work run on fence completion. by Francisco Jerez · 14 years ago
- 2730723 drm/nouveau: Minor refactoring/cleanup of the fence code. by Francisco Jerez · 14 years ago
- 0cba1b7 drm/nouveau: Add a module option to force card POST. by Marcin Kościelnicki · 14 years ago
- aee582d drm/nouveau: run perflvl and M table scripts on mem clock change by Ben Skeggs · 14 years ago
- 5c6dc65 drm/nouveau: pass perflvl struct to clock_pre() by Ben Skeggs · 14 years ago
- 7760fcb drm/nouveau: Import initial memory timing work by Roy Spliet · 14 years ago
- 8155cac drm/nouveau: Refactor nouveau_temp_get() into engine pointers. by Francisco Jerez · 14 years ago
- 34e9d85 drm/nouveau: Add temperature support (vbios parsing, readings, hwmon) by Martin Peres · 14 years ago
- 6f87698 drm/nouveau: allow static performance level setting by Ben Skeggs · 14 years ago
- 330c598 drm/nouveau: import initial work on vbios performance table parsing by Ben Skeggs · 14 years ago
- 855a95e drm/nouveau: make the behaviour of get_pll_limits() consistent by Ben Skeggs · 14 years ago
- 9f56b12 drm/nouveau: Simplify tile region handling. by Francisco Jerez · 14 years ago
- 4b5c152 drm/nouveau: Remove implicit argument from nv_wait(). by Francisco Jerez · 14 years ago
- de5899b drm/nouveau: Add module parameter to override the default AGP rate. by Francisco Jerez · 14 years ago
- d96773e drm/nv50: move vm trap to nv50_fb.c by Ben Skeggs · 14 years ago
- 185abec drm/nouveau: remove nouveau_gpuobj_late_takedown by Ben Skeggs · 14 years ago
- e05d7ea drm/nouveau: protect gpuobj list + global instmem heap with spinlock by Ben Skeggs · 14 years ago
- eb9bcbd drm/nouveau: fix gpuobj refcount to use atomics by Ben Skeggs · 14 years ago
- e05c5a3 drm/nouveau: tidy ram{ht,fc,ro} a bit by Ben Skeggs · 14 years ago
- fbd2895 drm/nouveau: rework init ordering so nv50_instmem.c can be less bad by Ben Skeggs · 14 years ago
- 6c3d7ef drm/nv50: calculate vram reordering block size by Ben Skeggs · 14 years ago
- 5125bfd drm/nv50: allow gpuobjs that aren't mapped into aperture by Ben Skeggs · 14 years ago
- 43efc9c drm/nouveau: simplify fake gpu objects by Ben Skeggs · 14 years ago
- a8eaebc drm/nouveau: remove nouveau_gpuobj_ref completely, replace with sanity by Ben Skeggs · 14 years ago
- de3a6c0 drm/nouveau: rebase per-channel pramin heap offsets to 0 by Ben Skeggs · 14 years ago
- b3beb16 drm/nouveau: modify object accessors, offset in bytes rather than dwords by Ben Skeggs · 14 years ago
- 2a7fdb2b drm/nouveau: have nv_mask return original register value by Ben Skeggs · 14 years ago
- acae116 drm/nouveau: Use a helper function to match PCI device/subsystem IDs. by Francisco Jerez · 14 years ago
- 415e618 drm/nouveau: fix race condition when under memory pressure by Ben Skeggs · 14 years ago
- 4b223ee drm/nvc0: starting point for GF100 support, everything stubbed by Ben Skeggs · 14 years ago
- 4a9f822 drm/nv17-nv4x: Attempt to init some external TMDS transmitters. by Francisco Jerez · 14 years ago
- 0d3470d drm/nouveau: remove unused ttm bo list by Ben Skeggs · 14 years ago
- ba4420c drm: move ttm global code to core drm by Dave Airlie · 15 years ago
- ee2e013 drm/nouveau: introduce gpio engine by Ben Skeggs · 14 years ago
- c88c2e0 drm/nouveau: Move display init to a new nouveau_engine. by Francisco Jerez · 14 years ago
- e04d8e8 drm/nouveau: Reset AGP before running the init scripts. by Francisco Jerez · 14 years ago
- 8bded18 drm/nv30: Init the PFB+0x3xx memory timing regs. by Francisco Jerez · 14 years ago
- d0875ed drm/nv50: add function to control GPIO IRQ reporting by Ben Skeggs · 14 years ago
- 49eed80 drm/nouveau: add nv_mask register accessor by Ben Skeggs · 14 years ago
- 5620ba4 drm/nouveau: fix build without CONFIG_ACPI by Ben Skeggs · 14 years ago
- a6ed76d drm/nouveau: support fetching LVDS EDID from ACPI by Ben Skeggs · 15 years ago
- 734ee83 drm/nv50: use correct PRAMIN flush register on original nv50 by Ben Skeggs · 14 years ago
- 047d1d3 drm/nouveau: reduce usage of fence spinlock to when absolutely necessary by Ben Skeggs · 15 years ago
- c50a568 drm/nv20-nv30: move context table object out of dev_priv by Ben Skeggs · 15 years ago
- ac94a34 drm/nv50: cleanup nv50_fifo.c by Ben Skeggs · 15 years ago
- 3b569e0 drm/nouveau: remove unused fbdev_info by Ben Skeggs · 15 years ago
- ec91db2 drm/nouveau: remove ability to use external firmware by Ben Skeggs · 15 years ago
- 6318721 drm/nv50: move tlb flushing to a helper function by Ben Skeggs · 15 years ago
- f56cb86 drm/nouveau: add instmem flush() hook by Ben Skeggs · 15 years ago
- b6d3d87 drm/nouveau: remove dev_priv->init_state and friends by Ben Skeggs · 15 years ago
- 87c0e0e drm/nv50: rewrite display irq handler by Ben Skeggs · 15 years ago
- 8ccfe9e drm/nv04-nv40: Prevent invalid DAC/TVDAC combinations. by Francisco Jerez · 15 years ago
- 8f1a608 drm/nouveau: tidy connector/encoder creation a little by Ben Skeggs · 15 years ago
- b833ac2 drm/nouveau: use drm_mm in preference to custom code doing the same thing by Ben Skeggs · 15 years ago
- afeb3e1 drm/nouveau: attempt to get bios from ACPI v3 by Dave Airlie · 15 years ago
- e9ebb68 drm/nv50: support fractional feedback divider on newer chips by Ben Skeggs · 15 years ago
- 06415c5 fbmem, drm/nouveau: kick firmware framebuffers as soon as possible by Marcin Slusarz · 15 years ago
- 7fff400 Merge branch 'drm-fbdev-cleanup' into drm-core-next by Dave Airlie · 15 years ago
- 4528416 drm/nv50: implement gpio set/get routines by Ben Skeggs · 15 years ago
- a5acac6 drm/nv50: punt hotplug irq handling out to workqueue by Ben Skeggs · 15 years ago
- a76fb4e drm/nouveau: detect vram amount once, and save the value by Ben Skeggs · 15 years ago
- 952eb63 drm/nouveau: remove some unused members from drm_nouveau_private by Ben Skeggs · 15 years ago
- 78ad0f7 drm/nouveau: Make use of TTM busy_placements. by Francisco Jerez · 15 years ago
- 8be48d9 drm/kms/fb: move to using fb helper crtc grouping instead of core crtc list by Dave Airlie · 15 years ago
- 3865167 drm/fb: fix fbdev object model + cleanup properly. by Dave Airlie · 15 years ago
- 3595be7 Merge branch 'v2.6.34-rc2' into drm-linus by Dave Airlie · 15 years ago
- d5e5ded Merge remote branch 'nouveau/for-airlied' into drm-linus by Dave Airlie · 15 years ago
- f405350 drm/nouveau: add module option to disable TV detection by Ben Skeggs · 15 years ago
- da647d5 drm/nouveau: add option to allow override of dcb connector table types by Ben Skeggs · 15 years ago