aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-06-08drm/nv50: fix iommu errors caused by device reading from address 0Ben Skeggs1-2/+8
2010-06-08drm/nouveau: off by one in init_i2c_device_find()Dan Carpenter1-1/+1
2010-06-08nouveau: off by one in nv50_gpio_location()Dan Carpenter1-1/+1
2010-06-08drm/nouveau: completely fail init if we fail to map the PRAMIN BARBen Skeggs1-12/+7
2010-06-08drm/nouveau: match U/DP script against SOR linkBen Skeggs1-3/+20
2010-06-08drm: Propagate error from drm_fb_helper_init().Chris Wilson1-1/+7
2010-06-01Merge remote branch 'nouveau/for-airlied' of ../drm-nouveau-next into drm-testingDave Airlie9-34/+97
2010-06-01drm/kms: disable/enable poll around switcheroo on/offDave Airlie1-0/+3
2010-06-01drm/nouveau: fixup confusion over which handle the DSM is hanging off.Dave Airlie1-8/+6
2010-06-01drm/nouveau: attempt to get bios from ACPI v3Dave Airlie3-1/+83
2010-06-01drm/nv50: cast IGP memory location to u64 before shiftingBen Skeggs1-1/+2
2010-05-28drm/nv50: use alternate source of SOR_MODE_CTRL for DP hackBen Skeggs1-6/+1
2010-05-28drm/nouveau: fix dual-link displays when plugged into single-link outputsBen Skeggs1-14/+17
2010-05-28drm/nv50: obey dcb->duallink_possibleBen Skeggs1-2/+1
2010-05-28drm/nv50: fix duallink_possible calculation for DCB 4.0 cardsBen Skeggs1-6/+10
2010-05-28drm/nouveau: don't execute INIT_GPIO unless we're really running the tableBen Skeggs1-1/+4
2010-05-28drm/nv40: allow cold-booting of nv4x chipsetsBen Skeggs1-1/+1
2010-05-28drm/nouveau: fix POST detection for certain chipsetsBen Skeggs1-3/+25
2010-05-28drm/nouveau: Add getparam for current PTIMER time.Marcin Kościelnicki1-0/+3
2010-05-28drm/nouveau: allow cursor image and position to survive suspendMaarten Maathuis4-0/+33
2010-05-24drm: Fixes linux-next & linux-2.6 checkstack warnings:Prarit Bhargava1-1/+7
2010-05-24nouveau: fix acpi_lid_open undefinedRandy Dunlap1-1/+2
2010-05-19drm/nouveau: fix i2c-related init table handlersBen Skeggs1-39/+38
2010-05-19drm/nouveau: support init table i2c device identifier 0x81Ben Skeggs1-0/+3
2010-05-19drm/nouveau: ensure we've parsed i2c table entry for INIT_*I2C* handlersBen Skeggs1-77/+88
2010-05-19drm/nouveau: display error message for any failed init table opcodeBen Skeggs1-16/+23
2010-05-19drm/nouveau: fix init table handlers to return proper error codesBen Skeggs1-23/+28
2010-05-19drm/nv50: support fractional feedback divider on newer chipsBen Skeggs4-24/+120
2010-05-19drm/nv50: fix monitor detection on certain chipsetsBen Skeggs1-5/+16
2010-05-19drm/nv50: store full dcb i2c entry from vbiosBen Skeggs2-2/+7
2010-05-19drm/nv50: fix suspend/resume with DP outputsBen Skeggs4-5/+46
2010-05-19drm/nv50: output calculated crtc pll when debugging onBen Skeggs1-0/+6
2010-05-19drm/nouveau: dump pll limits entries when debugging is onBen Skeggs1-25/+26
2010-05-19drm/nouveau: bios parser fixes for eDP boardsBen Skeggs1-0/+124
2010-05-19drm/nouveau: fix a nouveau_bo dereference after it's been destroyedBen Skeggs1-1/+1
2010-05-19drm/nv40: remove some completed ctxprog TODOsBen Skeggs1-5/+0
2010-05-19drm/nv04: Implement missing nv04 PGRAPH methods in software.Marcin Kościelnicki1-13/+553
2010-05-19drm/nouveau: Use 0x5f instead of 0x9f as imageblit on original NV10.Marcin Kościelnicki1-1/+1
2010-05-18drm/fbdev: rework output polling to be back in the core. (v4)Dave Airlie6-13/+23
2010-05-18vga16fb, drm: vga16fb->drm handoffMarcin Slusarz1-1/+6
2010-05-18fbmem, drm/nouveau: kick firmware framebuffers as soon as possibleMarcin Slusarz3-18/+45
2010-05-18fbdev: allow passing more than one aperture for handoffMarcin Slusarz1-59/+25
2010-05-18drivers/gpu/drm: Use kmemdupJulia Lawall1-4/+2
2010-04-20Merge branch 'drm-ttm-unmappable' into drm-core-nextDave Airlie2-36/+80
2010-04-20drm/ttm: remove io_ field from TTM V6Jerome Glisse1-11/+0
2010-04-20drm/nouveau/kms: add support for new TTM fault callback V5Jerome Glisse1-4/+54
2010-04-20drm: free core gem object from driver callbacksDaniel Vetter1-0/+3
2010-04-20Merge branch 'drm-fbdev-cleanup' into drm-core-nextDave Airlie11-136/+200
2010-04-20Merge branch 'drm-ttm-pool' into drm-core-nextDave Airlie1-0/+3
2010-04-09Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds24-241/+429