aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'nouveau/for-airlied' into drm-linusDave Airlie2010-03-1517-75/+683
|\
| * drm/nouveau: add module option to disable TV detectionBen Skeggs2010-03-153-1/+6
| * drm/nouveau: Never evict VRAM buffers to system.Francisco Jerez2010-03-151-2/+1
| * drm/nv50: fix connector table parsing for some cardsBen Skeggs2010-03-103-4/+6
| * drm/nv50: add a memory barrier to pushbuf submissionMaarten Maathuis2010-03-101-0/+5
| * drm/nouveau: print a message very early during suspendMaarten Maathuis2010-03-101-0/+2
| * drm/nv04-nv40: Fix up the programmed horizontal sync pulse delay.Francisco Jerez2010-03-101-3/+3
| * drm/nouveau: Gigabyte NX85T connector table lies, it has DVI-I not HDMIBen Skeggs2010-03-101-0/+17
| * drm/nouveau: add option to allow override of dcb connector table typesBen Skeggs2010-03-103-1/+12
| * drm/nv50: Improve PGRAPH interrupt handling.Marcin Kościelnicki2010-03-107-56/+622
| * 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: fix *staging* driver build with switcheroo off.Dave Airlie2010-03-031-1/+1
* | vga_switcheroo: fix build on platforms with no ACPIDave Airlie2010-03-011-0/+5
* | Merge branch 'gpu-switcher' of /ssd/git//linux-2.6 into drm-next-stageDave Airlie2010-03-015-62/+160
|\ \
| * | vga_switcheroo: initial implementation (v15)Dave Airlie2010-03-015-62/+160
* | | Merge remote branch 'nouveau/for-airlied' into drm-next-stageDave Airlie2010-03-0132-779/+3203
|\ \ \ | | |/ | |/|
| * | 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-256-350/+176
| * | 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
| |/
* | Merge remote branch 'korg/drm-core-next' into drm-next-stageDave Airlie2010-03-016-39/+15
|\ \ | |/ |/|
| * Use drm_gem_object_[handle_]unreference_unlocked where possibleLuca Barbieri2010-02-116-39/+15
* | 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