Age | Commit message (Expand) | Author | Files | Lines |
2010-02-25 | drm/nv50: Implement ctxprog/state generation. | Marcin Kościelnicki | 4 | -33/+2411 |
2010-02-25 | drm/nouveau: use dcb connector types throughout the driver | Ben Skeggs | 1 | -32/+41 |
2010-02-25 | drm/nv50: enable hpd on any connector we know the gpio line for | Ben Skeggs | 1 | -3/+1 |
2010-02-25 | drm/nouveau: use dcb connector table for creating drm connectors | Ben Skeggs | 4 | -115/+62 |
2010-02-25 | drm/nouveau: construct a connector table for cards that lack a real one | Ben Skeggs | 1 | -13/+16 |
2010-02-25 | drm/nouveau: check for known dcb connector types | Ben Skeggs | 2 | -0/+62 |
2010-02-25 | drm/nouveau: parse dcb gpio/connector tables after encoders | Ben Skeggs | 1 | -4/+6 |
2010-02-25 | drm/nouveau: reorganise bios header, add dcb connector type enums | Ben Skeggs | 3 | -44/+63 |
2010-02-25 | drm/nouveau: merge nvbios and nouveau_bios_info | Ben Skeggs | 15 | -81/+73 |
2010-02-25 | drm/nouveau: merge parsed_dcb and bios_parsed_dcb into dcb_table | Ben Skeggs | 6 | -95/+85 |
2010-02-25 | drm/nouveau: rename parsed_dcb_gpio to dcb_gpio_table | Ben Skeggs | 2 | -3/+3 |
2010-02-25 | drm/nouveau: allow retrieval of vbios image from debugfs | Ben Skeggs | 1 | -0/+13 |
2010-02-25 | drm/nouveau: fix missing spin_unlock in failure path | Luca Barbieri | 1 | -1/+1 |
2010-02-25 | drm/nouveau: fix i2ctable bounds checking | Marcin Slusarz | 1 | -3/+4 |
2010-02-25 | drm/nouveau: fix nouveau_i2c_find bounds checking | Marcin Slusarz | 1 | -1/+1 |
2010-02-25 | drm/nouveau: fix pramdac_table range checking | Marcin Slusarz | 1 | -1/+1 |
2010-02-25 | drm/nouveau: new gem pushbuf interface, bump to 0.0.16 | Ben Skeggs | 6 | -350/+176 |
2010-02-25 | drm/nv50: make pushbuf dma object cover entire vm | Ben Skeggs | 2 | -7/+12 |
2010-02-25 | drm/nouveau: remove PUSHBUF_CAL macro | Ben Skeggs | 1 | -6/+4 |
2010-02-25 | drm/nv50: switch to indirect push buffer controls | Ben Skeggs | 6 | -15/+155 |
2010-02-25 | drm/nouveau: protect channel create/destroy and irq handler with a spinlock | Maarten Maathuis | 7 | -1/+36 |
2010-02-23 | drm/nv50: fix vram ptes on IGPs to point at stolen system memory | Ben Skeggs | 1 | -1/+7 |
2010-02-23 | drm/nv50: fix instmem binding on IGPs to point at stolen system memory | Ben Skeggs | 2 | -18/+41 |
2010-02-23 | drm/nv50: improve vram page table construction | Ben Skeggs | 1 | -11/+33 |
2010-02-23 | drm/nv50: more efficient clearing of gpu page table entries | Ben Skeggs | 1 | -24/+44 |
2010-02-23 | drm/nv50: make nv50_mem_vm_{bind,unbind} operate only on vram | Ben Skeggs | 1 | -30/+13 |
2010-02-23 | drm/nouveau: Fix up pre-nv17 analog load detection. | Francisco Jerez | 1 | -1/+5 |
2010-02-16 | drm/nouveau: Force TV encoder DPMS reinit after resume. | Francisco Jerez | 1 | -0/+2 |
2010-02-16 | drm/nouveau: use mutex for vbios lock | Ben Skeggs | 2 | -5/+4 |
2010-02-11 | Use drm_gem_object_[handle_]unreference_unlocked where possible | Luca Barbieri | 6 | -39/+15 |
2010-02-11 | nouveau: fix state detection with switchable graphics | Matthew Garrett | 1 | -6/+6 |
2010-02-11 | drm/nouveau: move dereferences after null checks | Marcin Slusarz | 4 | -11/+17 |
2010-02-10 | drm/nv50: make the pgraph irq handler loop like the pre-nv50 version | Maarten Maathuis | 1 | -64/+77 |
2010-02-10 | drm/nv50: delete ramfc object after disabling fifo, not before | Maarten Maathuis | 1 | -3/+6 |
2010-02-10 | drm/nv50: avoid unloading pgraph context when ctxprog is running | Maarten Maathuis | 2 | -7/+10 |
2010-02-10 | drm/nv50: align size of buffer object to the right boundaries. | Maarten Maathuis | 1 | -5/+5 |
2010-02-10 | drm/nv50: disregard dac outputs in nv50_sor_dpms() | Ben Skeggs | 1 | -0/+1 |
2010-02-10 | drm/nv50: prevent multiple init tables being parsed at the same time | Ben Skeggs | 2 | -8/+11 |
2010-02-09 | tree-wide: Assorted spelling fixes | Daniel Mack | 2 | -2/+2 |
2010-02-09 | drm/nouveau: make dp auxch xfer len check for reads only | Ben Skeggs | 1 | -5/+5 |
2010-02-09 | drm/nv40: make INIT_COMPUTE_MEM a NOP, just like nv50 | Ben Skeggs | 1 | -1/+1 |
2010-02-09 | drm/nouveau: Add proper vgaarb support. | Marcin Kościelnicki | 1 | -0/+8 |
2010-02-09 | drm/nouveau: Fix fbcon on mixed pre-NV50 + NV50 multicard. | Marcin Kościelnicki | 4 | -12/+42 |
2010-02-09 | drivers/gpu/drm/nouveau/nouveau_grctx.c: correct NULL test | Julia Lawall | 1 | -2/+2 |
2010-02-09 | drm/nouveau: call ttm_bo_wait with the bo lock held to prevent hang | Luca Barbieri | 1 | -0/+2 |
2010-02-09 | drm/nouveau: Fixup semaphores on pre-nv50 cards. | Francisco Jerez | 1 | -0/+14 |
2010-02-09 | drm/nouveau: Add getparam to get available PGRAPH units. | Marcin Kościelnicki | 2 | -0/+10 |
2010-02-09 | drm/nouveau: Add module options to disable acceleration. | Marcin Kościelnicki | 4 | -15/+37 |
2010-02-09 | drm/nouveau: fix non-vram notifier blocks | Ben Skeggs | 2 | -4/+11 |
2010-01-25 | drm/nv50: prevent switching off SOR when in use for DVI-over-DP | Ben Skeggs | 1 | -0/+13 |