Age | Commit message (Expand) | Author |
2010-02-25 | drm/nouveau: merge nvbios and nouveau_bios_info | Ben Skeggs |
2010-02-25 | drm/nouveau: merge parsed_dcb and bios_parsed_dcb into dcb_table | Ben Skeggs |
2010-02-25 | drm/nouveau: rename parsed_dcb_gpio to dcb_gpio_table | Ben Skeggs |
2010-02-25 | drm/nouveau: allow retrieval of vbios image from debugfs | Ben Skeggs |
2010-02-25 | drm/nouveau: fix missing spin_unlock in failure path | Luca Barbieri |
2010-02-25 | drm/nouveau: fix i2ctable bounds checking | Marcin Slusarz |
2010-02-25 | drm/nouveau: fix nouveau_i2c_find bounds checking | Marcin Slusarz |
2010-02-25 | drm/nouveau: fix pramdac_table range checking | Marcin Slusarz |
2010-02-25 | drm/nouveau: new gem pushbuf interface, bump to 0.0.16 | Ben Skeggs |
2010-02-25 | drm/nv50: make pushbuf dma object cover entire vm | Ben Skeggs |
2010-02-25 | drm/nouveau: remove PUSHBUF_CAL macro | Ben Skeggs |
2010-02-25 | drm/nv50: switch to indirect push buffer controls | Ben Skeggs |
2010-02-25 | drm/nouveau: protect channel create/destroy and irq handler with a spinlock | Maarten Maathuis |
2010-02-23 | drm/nv50: fix vram ptes on IGPs to point at stolen system memory | Ben Skeggs |
2010-02-23 | drm/nv50: fix instmem binding on IGPs to point at stolen system memory | Ben Skeggs |
2010-02-23 | drm/nv50: improve vram page table construction | Ben Skeggs |
2010-02-23 | drm/nv50: more efficient clearing of gpu page table entries | Ben Skeggs |
2010-02-23 | drm/nv50: make nv50_mem_vm_{bind,unbind} operate only on vram | Ben Skeggs |
2010-02-23 | drm/nouveau: Fix up pre-nv17 analog load detection. | Francisco Jerez |
2010-02-16 | drm/nouveau: Force TV encoder DPMS reinit after resume. | Francisco Jerez |
2010-02-16 | drm/nouveau: use mutex for vbios lock | Ben Skeggs |
2010-02-11 | nouveau: fix state detection with switchable graphics | Matthew Garrett |
2010-02-11 | drm/nouveau: move dereferences after null checks | Marcin Slusarz |
2010-02-10 | drm/nv50: make the pgraph irq handler loop like the pre-nv50 version | Maarten Maathuis |
2010-02-10 | drm/nv50: delete ramfc object after disabling fifo, not before | Maarten Maathuis |
2010-02-10 | drm/nv50: avoid unloading pgraph context when ctxprog is running | Maarten Maathuis |
2010-02-10 | drm/nv50: align size of buffer object to the right boundaries. | Maarten Maathuis |
2010-02-10 | drm/nv50: disregard dac outputs in nv50_sor_dpms() | Ben Skeggs |
2010-02-10 | drm/nv50: prevent multiple init tables being parsed at the same time | Ben Skeggs |
2010-02-09 | drm/nouveau: make dp auxch xfer len check for reads only | Ben Skeggs |
2010-02-09 | drm/nv40: make INIT_COMPUTE_MEM a NOP, just like nv50 | Ben Skeggs |
2010-02-09 | drm/nouveau: Add proper vgaarb support. | Marcin Kościelnicki |
2010-02-09 | drm/nouveau: Fix fbcon on mixed pre-NV50 + NV50 multicard. | Marcin Kościelnicki |
2010-02-09 | drivers/gpu/drm/nouveau/nouveau_grctx.c: correct NULL test | Julia Lawall |
2010-02-09 | drm/nouveau: call ttm_bo_wait with the bo lock held to prevent hang | Luca Barbieri |
2010-02-09 | drm/nouveau: Fixup semaphores on pre-nv50 cards. | Francisco Jerez |
2010-02-09 | drm/nouveau: Add getparam to get available PGRAPH units. | Marcin Kościelnicki |
2010-02-09 | drm/nouveau: Add module options to disable acceleration. | Marcin Kościelnicki |
2010-02-09 | drm/nouveau: fix non-vram notifier blocks | Ben Skeggs |
2010-01-25 | drm/nv50: prevent switching off SOR when in use for DVI-over-DP | Ben Skeggs |
2010-01-25 | drm/nv50: fail auxch transaction if reply count not what we expect | Ben Skeggs |
2010-01-25 | drm/nouveau: fix failure path if userspace specifies no valid memtypes | Ben Skeggs |
2010-01-25 | drm/nouveau: report LVDS as disconnected if lid closed | Ben Skeggs |
2010-01-18 | drm/nv50: prevent accidently turning off encoders we're actually using | Ben Skeggs |
2010-01-18 | drm/nv50: fix alignment of per-channel fifo cache | Ben Skeggs |
2010-01-18 | drm/nouveau: Evict buffers in VRAM before freeing sgdma | Luca Barbieri |
2010-01-18 | drm/nouveau: Acknowledge DMA_VTX_PROTECTION PGRAPH interrupts | Luca Barbieri |
2010-01-18 | drm/nouveau: fix thinko in nv04_instmem.c | Ben Skeggs |
2010-01-18 | drm/nouveau: fix a race condition in nouveau_dma_wait() | Ben Skeggs |
2010-01-15 | drm/nouveau: check pushbuffer bounds in ioctl | Luca Barbieri |