aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* drm/nv50: Make ctxprog wait until interrupt handler is done.Marcin Kościelnicki2010-03-101-0/+5
* drm/nouveau: Fix fbcon corruption with font width not divisible by 8Marcin Kościelnicki2010-03-102-4/+4
* drm/nv50: Remove redundant/incorrect ctxvals initialisation.Marcin Kościelnicki2010-03-101-4/+0
* drm/nouveau: use ALIGN instead of open coding itMatt Turner2010-02-253-3/+3
* drm/nouveau: report unknown connector state if lid closedBen Skeggs2010-02-251-2/+4
* drm/nouveau: support version 0x20 displayport tablesBen Skeggs2010-02-251-1/+1
* drm/nouveau: Fix noaccel/nofbaccel option descriptions.Marcin Kościelnicki2010-02-251-2/+2
* drm/nv50: Implement ctxprog/state generation.Marcin Kościelnicki2010-02-254-33/+2411
* drm/nouveau: use dcb connector types throughout the driverBen Skeggs2010-02-251-32/+41
* drm/nv50: enable hpd on any connector we know the gpio line forBen Skeggs2010-02-251-3/+1
* drm/nouveau: use dcb connector table for creating drm connectorsBen Skeggs2010-02-254-115/+62
* drm/nouveau: construct a connector table for cards that lack a real oneBen Skeggs2010-02-251-13/+16
* drm/nouveau: check for known dcb connector typesBen Skeggs2010-02-252-0/+62
* drm/nouveau: parse dcb gpio/connector tables after encodersBen Skeggs2010-02-251-4/+6
* drm/nouveau: reorganise bios header, add dcb connector type enumsBen Skeggs2010-02-253-44/+63
* drm/nouveau: merge nvbios and nouveau_bios_infoBen Skeggs2010-02-2515-81/+73
* drm/nouveau: merge parsed_dcb and bios_parsed_dcb into dcb_tableBen Skeggs2010-02-256-95/+85
* drm/nouveau: rename parsed_dcb_gpio to dcb_gpio_tableBen Skeggs2010-02-252-3/+3
* drm/nouveau: allow retrieval of vbios image from debugfsBen Skeggs2010-02-251-0/+13
* drm/nouveau: fix missing spin_unlock in failure pathLuca Barbieri2010-02-251-1/+1
* drm/nouveau: fix i2ctable bounds checkingMarcin Slusarz2010-02-251-3/+4
* drm/nouveau: fix nouveau_i2c_find bounds checkingMarcin Slusarz2010-02-251-1/+1
* drm/nouveau: fix pramdac_table range checkingMarcin Slusarz2010-02-251-1/+1
* drm/nouveau: new gem pushbuf interface, bump to 0.0.16Ben Skeggs2010-02-257-404/+208
* drm/nv50: make pushbuf dma object cover entire vmBen Skeggs2010-02-252-7/+12
* drm/nouveau: remove PUSHBUF_CAL macroBen Skeggs2010-02-251-6/+4
* drm/nv50: switch to indirect push buffer controlsBen Skeggs2010-02-256-15/+155
* drm/nouveau: protect channel create/destroy and irq handler with a spinlockMaarten Maathuis2010-02-257-1/+36
* drm/nv50: fix vram ptes on IGPs to point at stolen system memoryBen Skeggs2010-02-231-1/+7
* drm/nv50: fix instmem binding on IGPs to point at stolen system memoryBen Skeggs2010-02-232-18/+41
* drm/nv50: improve vram page table constructionBen Skeggs2010-02-231-11/+33
* drm/nv50: more efficient clearing of gpu page table entriesBen Skeggs2010-02-231-24/+44
* drm/nv50: make nv50_mem_vm_{bind,unbind} operate only on vramBen Skeggs2010-02-231-30/+13
* drm/nouveau: Fix up pre-nv17 analog load detection.Francisco Jerez2010-02-231-1/+5
* drm/nouveau: Force TV encoder DPMS reinit after resume.Francisco Jerez2010-02-161-0/+2
* drm/nouveau: use mutex for vbios lockBen Skeggs2010-02-162-5/+4
* nouveau: fix state detection with switchable graphicsMatthew Garrett2010-02-111-6/+6
* drm/nouveau: move dereferences after null checksMarcin Slusarz2010-02-114-11/+17
* drm/nv50: make the pgraph irq handler loop like the pre-nv50 versionMaarten Maathuis2010-02-101-64/+77
* drm/nv50: delete ramfc object after disabling fifo, not beforeMaarten Maathuis2010-02-101-3/+6
* drm/nv50: avoid unloading pgraph context when ctxprog is runningMaarten Maathuis2010-02-102-7/+10
* drm/nv50: align size of buffer object to the right boundaries.Maarten Maathuis2010-02-101-5/+5
* drm/nv50: disregard dac outputs in nv50_sor_dpms()Ben Skeggs2010-02-101-0/+1
* drm/nv50: prevent multiple init tables being parsed at the same timeBen Skeggs2010-02-102-8/+11
* drm/nouveau: make dp auxch xfer len check for reads onlyBen Skeggs2010-02-091-5/+5
* drm/nv40: make INIT_COMPUTE_MEM a NOP, just like nv50Ben Skeggs2010-02-091-1/+1
* drm/nouveau: Add proper vgaarb support.Marcin Kościelnicki2010-02-091-0/+8
* drm/nouveau: Fix fbcon on mixed pre-NV50 + NV50 multicard.Marcin Kościelnicki2010-02-094-12/+42
* drivers/gpu/drm/nouveau/nouveau_grctx.c: correct NULL testJulia Lawall2010-02-091-2/+2
* drm/nouveau: call ttm_bo_wait with the bo lock held to prevent hangLuca Barbieri2010-02-091-0/+2