summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau
AgeCommit message (Expand)AuthorFilesLines
2010-03-31Merge branch 'v2.6.34-rc2' into drm-linusDave Airlie3-6/+10
2010-03-16backlight: Allow properties to be passed at registrationMatthew Garrett1-4/+8
2010-03-15Merge remote branch 'nouveau/for-airlied' into drm-linusDave Airlie17-75/+683
2010-03-15drm/nouveau: add module option to disable TV detectionBen Skeggs3-1/+6
2010-03-15drm/nouveau: Never evict VRAM buffers to system.Francisco Jerez1-2/+1
2010-03-10drm/nv50: fix connector table parsing for some cardsBen Skeggs3-4/+6
2010-03-10drm/nv50: add a memory barrier to pushbuf submissionMaarten Maathuis1-0/+5
2010-03-10drm/nouveau: print a message very early during suspendMaarten Maathuis1-0/+2
2010-03-10drm/nv04-nv40: Fix up the programmed horizontal sync pulse delay.Francisco Jerez1-3/+3
2010-03-10drm/nouveau: Gigabyte NX85T connector table lies, it has DVI-I not HDMIBen Skeggs1-0/+17
2010-03-10drm/nouveau: add option to allow override of dcb connector table typesBen Skeggs3-1/+12
2010-03-10drm/nv50: Improve PGRAPH interrupt handling.Marcin Kościelnicki7-56/+622
2010-03-10drm/nv50: Make ctxprog wait until interrupt handler is done.Marcin Kościelnicki1-0/+5
2010-03-10drm/nouveau: Fix fbcon corruption with font width not divisible by 8Marcin Kościelnicki2-4/+4
2010-03-10drm/nv50: Remove redundant/incorrect ctxvals initialisation.Marcin Kościelnicki1-4/+0
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina2-2/+2
2010-03-03drm/nouveau: fix *staging* driver build with switcheroo off.Dave Airlie1-1/+1
2010-03-01vga_switcheroo: fix build on platforms with no ACPIDave Airlie1-0/+5
2010-03-01Merge branch 'gpu-switcher' of /ssd/git//linux-2.6 into drm-next-stageDave Airlie5-62/+160
2010-03-01vga_switcheroo: initial implementation (v15)Dave Airlie5-62/+160
2010-03-01Merge remote branch 'nouveau/for-airlied' into drm-next-stageDave Airlie32-779/+3203
2010-03-01Merge remote branch 'korg/drm-core-next' into drm-next-stageDave Airlie6-39/+15
2010-02-25drm/nouveau: use ALIGN instead of open coding itMatt Turner3-3/+3
2010-02-25drm/nouveau: report unknown connector state if lid closedBen Skeggs1-2/+4
2010-02-25drm/nouveau: support version 0x20 displayport tablesBen Skeggs1-1/+1
2010-02-25drm/nouveau: Fix noaccel/nofbaccel option descriptions.Marcin Kościelnicki1-2/+2
2010-02-25drm/nv50: Implement ctxprog/state generation.Marcin Kościelnicki4-33/+2411
2010-02-25drm/nouveau: use dcb connector types throughout the driverBen Skeggs1-32/+41
2010-02-25drm/nv50: enable hpd on any connector we know the gpio line forBen Skeggs1-3/+1
2010-02-25drm/nouveau: use dcb connector table for creating drm connectorsBen Skeggs4-115/+62
2010-02-25drm/nouveau: construct a connector table for cards that lack a real oneBen Skeggs1-13/+16
2010-02-25drm/nouveau: check for known dcb connector typesBen Skeggs2-0/+62
2010-02-25drm/nouveau: parse dcb gpio/connector tables after encodersBen Skeggs1-4/+6
2010-02-25drm/nouveau: reorganise bios header, add dcb connector type enumsBen Skeggs3-44/+63
2010-02-25drm/nouveau: merge nvbios and nouveau_bios_infoBen Skeggs15-81/+73
2010-02-25drm/nouveau: merge parsed_dcb and bios_parsed_dcb into dcb_tableBen Skeggs6-95/+85
2010-02-25drm/nouveau: rename parsed_dcb_gpio to dcb_gpio_tableBen Skeggs2-3/+3
2010-02-25drm/nouveau: allow retrieval of vbios image from debugfsBen Skeggs1-0/+13
2010-02-25drm/nouveau: fix missing spin_unlock in failure pathLuca Barbieri1-1/+1
2010-02-25drm/nouveau: fix i2ctable bounds checkingMarcin Slusarz1-3/+4
2010-02-25drm/nouveau: fix nouveau_i2c_find bounds checkingMarcin Slusarz1-1/+1
2010-02-25drm/nouveau: fix pramdac_table range checkingMarcin Slusarz1-1/+1
2010-02-25drm/nouveau: new gem pushbuf interface, bump to 0.0.16Ben Skeggs6-350/+176
2010-02-25drm/nv50: make pushbuf dma object cover entire vmBen Skeggs2-7/+12
2010-02-25drm/nouveau: remove PUSHBUF_CAL macroBen Skeggs1-6/+4
2010-02-25drm/nv50: switch to indirect push buffer controlsBen Skeggs6-15/+155
2010-02-25drm/nouveau: protect channel create/destroy and irq handler with a spinlockMaarten Maathuis7-1/+36
2010-02-23drm/nv50: fix vram ptes on IGPs to point at stolen system memoryBen Skeggs1-1/+7
2010-02-23drm/nv50: fix instmem binding on IGPs to point at stolen system memoryBen Skeggs2-18/+41
2010-02-23drm/nv50: improve vram page table constructionBen Skeggs1-11/+33