summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau
AgeCommit message (Expand)AuthorFilesLines
2010-08-04drm: move ttm global code to core drmDave Airlie2-11/+11
2010-08-02Merge remote branch 'nouveau/for-airlied' of ../drm-nouveau-next into drm-cor...Dave Airlie53-1980/+2074
2010-08-02Merge branch 'drm-radeon-next' of ../drm-radeon-next into drm-core-nextDave Airlie2-25/+11
2010-08-02drm: Import driver for the sil164 I2C TMDS transmitter.Francisco Jerez1-0/+9
2010-08-02drm/nouveau: set TASK_(UN)INTERRUPTIBLE before schedule_timeout()Kulikov Vasiliy1-2/+2
2010-08-02Merge tag 'v2.6.35-rc6' into drm-radeon-nextDave Airlie2-25/+11
2010-07-26drm/nv50: fix some not-error error messagesBen Skeggs1-0/+3
2010-07-26drm/nouveau: introduce gpio engineBen Skeggs11-38/+100
2010-07-26drm/nv50: correct wait condition for instmem flushBen Skeggs1-2/+2
2010-07-26drm/nouveau: Fix TV-out detection on unposted cards lacking a usable DCB table.Francisco Jerez1-0/+8
2010-07-26drm/nouveau: Get rid of the remaining VGA CRTC locking.Francisco Jerez2-17/+5
2010-07-26drm/nouveau: Move display init to a new nouveau_engine.Francisco Jerez6-39/+106
2010-07-26drm/nouveau: Put back the old 2-messages I2C slave test.Francisco Jerez1-4/+15
2010-07-26drm/nouveau: Reset AGP before running the init scripts.Francisco Jerez3-14/+34
2010-07-26drm/nv30: Init the PFB+0x3xx memory timing regs.Francisco Jerez4-3/+94
2010-07-26drm/nouveau: disable hotplug detect around DP link trainingBen Skeggs1-0/+15
2010-07-26drm/nv50: add function to control GPIO IRQ reportingBen Skeggs4-18/+35
2010-07-26drm/nouveau: add nv_mask register accessorBen Skeggs1-0/+8
2010-07-26drm/nouveau: fix build without CONFIG_ACPIBen Skeggs1-1/+1
2010-07-26drm/nouveau: Reset CRTC owner to 0 before BIOS init.Francisco Jerez1-2/+4
2010-07-26drm/nouveau: No need to lock/unlock the VGA CRTC regs all the time.Francisco Jerez5-85/+23
2010-07-26drm/nouveau: Remove useless CRTC_OWNER logging.Francisco Jerez1-6/+1
2010-07-26drm/nouveau: Add some generic I2C gadget detection code.Francisco Jerez4-99/+75
2010-07-26drm/nv04-nv3x: Implement init-compute-mem.Francisco Jerez2-61/+359
2010-07-26drm/nouveau: Add some PFB register defines.Francisco Jerez6-76/+82
2010-07-26drm/nouveau: Add another Zotac FX5200 TV-out quirk.Francisco Jerez1-3/+4
2010-07-26drm/nouveau: Don't pick an interlaced mode as the panel native mode.Francisco Jerez1-1/+2
2010-07-26drm/nouveau: Fix a sparse warning.Francisco Jerez1-6/+6
2010-07-26drm/nv50: fix regression that break LVDS in some placesBen Skeggs1-0/+1
2010-07-26drm/nouveau: support fetching LVDS EDID from ACPIBen Skeggs5-1/+59
2010-07-26drm/nouveau: remove quirk to fabricate DVI-A output on DCB 1.5 boardsBen Skeggs1-7/+0
2010-07-26drm/nv50: use correct PRAMIN flush register on original nv50Ben Skeggs3-1/+13
2010-07-21drm/nouveau: Fix crashes during fbcon init on single head cards.Francisco Jerez1-1/+2
2010-07-21drm/nouveau: fix pcirom vbios shadow breakage from acpi rom patchBen Skeggs1-24/+9
2010-07-13drm/nouveau: reduce usage of fence spinlock to when absolutely necessaryBen Skeggs4-31/+8
2010-07-13drm/nv50: fix RAMHT sizeBen Skeggs1-1/+3
2010-07-13drm/nouveau: fix pcirom vbios shadow breakage from acpi rom patchBen Skeggs1-24/+9
2010-07-13drm/nv04: Enable context switching on PFIFO init.Francisco Jerez1-0/+1
2010-07-13drm/nouveau: Disable PROM access on init.Francisco Jerez1-0/+4
2010-07-13drm/nouveau: Fix crashes during fbcon init on single head cards.Francisco Jerez1-1/+2
2010-07-13drm/nouveau: initialise display before enabling interruptsBen Skeggs1-13/+13
2010-07-13drm/nv50: move dp_set_tmds() function to happen in the last display irqBen Skeggs1-32/+33
2010-07-13drm/nouveau: fix mtrr cleanup pathBen Skeggs1-1/+1
2010-07-13drm/nv50: fix dp_set_tmds to work on the right ORBen Skeggs1-1/+2
2010-07-13drm/nv20-nv30: move context table object out of dev_privBen Skeggs2-22/+18
2010-07-13drm/nv50: cleanup nv50_fifo.cBen Skeggs3-73/+45
2010-07-13drm/nouveau: remove unused fbdev_infoBen Skeggs1-2/+0
2010-07-13drm/nouveau: allocate fixed amount of PRAMIN per channel on all chipsetsBen Skeggs2-44/+50
2010-07-13drm/nouveau: remove ability to use external firmwareBen Skeggs6-244/+49
2010-07-13drm/nv50: move tlb flushing to a helper functionBen Skeggs4-97/+23