aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-12Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds29-221/+1128
2010-08-10vt/console: try harder to print output when panicingJesse Barnes1-0/+1
2010-08-10drm: expand gamma_setJames Simmons2-12/+7
2010-08-10drm: Use ENOENT consistently for the error return for an unmatched handle.Chris Wilson3-6/+6
2010-08-10drm: Propagate error code from fb_create()Chris Wilson1-3/+3
2010-08-09drm/nvc0: fix typo in PRAMIN flushBen Skeggs1-1/+1
2010-08-09drm/nouveau: Fix DCB TMDS config parsing.Francisco Jerez1-4/+4
2010-08-09drm/nv30: Fix PFB init for nv31.Francisco Jerez1-8/+16
2010-08-09drm/nv04: Fix up SGRAM density detection.Francisco Jerez1-1/+1
2010-08-09drm/nouveau: Init dcb->or on cards that have no usable DCB table.Francisco Jerez1-1/+1
2010-08-06drm/nouveau: reduce severity of some "error" messagesBen Skeggs1-2/+2
2010-08-06drm/nvc0: backup bar3 channel on suspendBen Skeggs1-0/+22
2010-08-06drm/nouveau: implement init table opcodex 0x5e and 0x9aMarcin Koƛcielnicki1-0/+123
2010-08-06drm/nouveau: implement init table op 0x57, INIT_LTIMEMarcin Koƛcielnicki1-0/+26
2010-08-06drm/nvc0: implement crtc pll settingBen Skeggs2-4/+21
2010-08-06drm/nvc0: fix evo dma object so we display somethingBen Skeggs1-1/+4
2010-08-06drm/nvc0: rudimentary instmem supportBen Skeggs1-0/+131
2010-08-06drm/nvc0: implement memory detectionBen Skeggs1-1/+5
2010-08-06drm/nvc0: allow INIT_GPIOBen Skeggs1-1/+1
2010-08-06drm/nvc0: starting point for GF100 support, everything stubbedBen Skeggs10-6/+388
2010-08-06drm/nv30: Workaround dual TMDS brain damage.Francisco Jerez1-4/+35
2010-08-06drm/nouveau: No need to set slave TV encoder configs explicitly.Francisco Jerez1-1/+0
2010-08-06drm/nv17-nv4x: Attempt to init some external TMDS transmitters.Francisco Jerez9-21/+93
2010-08-06drm/nv10: Fix up switching of NV10TCL_DMA_VTXBUF.Francisco Jerez2-61/+132
2010-08-06drm/nouveau: Ack the context switch interrupt before switching contexts.Francisco Jerez1-2/+2
2010-08-06drm/nouveau: Fix the INIT_CONFIGURE_PREINIT BIOS opcode.Francisco Jerez1-1/+1
2010-08-06drm/nouveau: Don't pass misaligned offsets to io_mapping_map_atomic_wc().Francisco Jerez1-4/+6
2010-08-06drm/nouveau: unwind on load errorsDan Carpenter1-10/+30
2010-08-06drm/nouveau: Fix AGP reset when AGP FW is already enabled on init.Francisco Jerez1-3/+4
2010-08-06drm/nouveau: remove unused ttm bo listBen Skeggs3-10/+0
2010-08-06drm/nv50: use custom i2c algo for dp auxchBen Skeggs3-62/+72
2010-08-05drm,io-mapping: Specify slot to use for atomic mappingsChris Wilson1-4/+4
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-core-nextDave 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