aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)Author
2010-02-11Merge remote branch 'nouveau/for-airlied' of nouveau-2.6Dave Airlie
2010-02-11drm/vmwgfx: Fix a circular locking dependency bug.Thomas Hellstrom
2010-02-11drm/vmwgfx: Drop scanout flag compat and add execbuf ioctl parameter members....Jakob Bornecrantz
2010-02-11drm/vmwgfx: Report propper framebuffer_{max|min}_{width|height}Jakob Bornecrantz
2010-02-11drm/vmwgfx: Update the user-space interface.Thomas Hellstrom
2010-02-11nouveau: fix state detection with switchable graphicsMatthew Garrett
2010-02-11drm/nouveau: move dereferences after null checksMarcin Slusarz
2010-02-10drm/nv50: make the pgraph irq handler loop like the pre-nv50 versionMaarten Maathuis
2010-02-10drm/nv50: delete ramfc object after disabling fifo, not beforeMaarten Maathuis
2010-02-10drm/nv50: avoid unloading pgraph context when ctxprog is runningMaarten Maathuis
2010-02-10drm/nv50: align size of buffer object to the right boundaries.Maarten Maathuis
2010-02-10drm/nv50: disregard dac outputs in nv50_sor_dpms()Ben Skeggs
2010-02-10drm/nv50: prevent multiple init tables being parsed at the same timeBen Skeggs
2010-02-09drm/nouveau: make dp auxch xfer len check for reads onlyBen Skeggs
2010-02-09drm/nv40: make INIT_COMPUTE_MEM a NOP, just like nv50Ben Skeggs
2010-02-09drm/nouveau: Add proper vgaarb support.Marcin Kościelnicki
2010-02-09drm/nouveau: Fix fbcon on mixed pre-NV50 + NV50 multicard.Marcin Kościelnicki
2010-02-09drivers/gpu/drm/nouveau/nouveau_grctx.c: correct NULL testJulia Lawall
2010-02-09drm/nouveau: call ttm_bo_wait with the bo lock held to prevent hangLuca Barbieri
2010-02-09drm/nouveau: Fixup semaphores on pre-nv50 cards.Francisco Jerez
2010-02-09drm/nouveau: Add getparam to get available PGRAPH units.Marcin Kościelnicki
2010-02-09drm/nouveau: Add module options to disable acceleration.Marcin Kościelnicki
2010-02-09drm/nouveau: fix non-vram notifier blocksBen Skeggs
2010-02-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh...Linus Torvalds
2010-02-05Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds
2010-02-05drm/radeon/kms: fix r300 vram width calculationsDave Airlie
2010-02-05drm/radeon/kms: rs400/480 MC setup is different than r300.Dave Airlie
2010-02-05drm/radeon/kms: make initial state of load detect property correct.Dave Airlie
2010-02-05drm/radeon/kms: disable HDMI audio for now on rv710/rv730Dave Airlie
2010-02-05drm/radeon/kms: don't call suspend path before cleaning up GPUJerome Glisse
2010-02-05drivers/gpu/drm/radeon/radeon_combios.c: fix warningAndrew Morton
2010-02-05ati_pcigart: fix printk format warningRandy Dunlap
2010-02-05drm/r100/kms: Emit cache flush to the end of command buffer. (v2)Pauli Nieminen
2010-02-05drm/radeon/kms: fix regression rendering issue on R6XX/R7XXJerome Glisse
2010-02-05drm/radeon/kms: move blit initialization after we disabled VGAJerome Glisse
2010-02-04drm/i915: Fix leak of relocs along do_execbuffer error pathChris Wilson
2010-02-04drm/i915: slow acpi_lid_open() causes flickering - V2Thomas Meyer
2010-02-04drm/i915: Disable SR when more than one pipe is enabledDavid John
2010-02-01Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds
2010-02-01drm/radeon/kms: Fix oops after radeon_cs_parser_init() failure.Michel Dänzer
2010-02-01drm/radeon/kms: move radeon KMS on/off switch out of staging.Dave Airlie
2010-02-01drm/radeon/kms: Bailout of blit if error happen & protect with mutex V3Jerome Glisse
2010-02-01drm/vmwgfx: Don't send bad flags to the hostJakob Bornecrantz
2010-02-01drm/vmwgfx: Request SVGA version 2 and bail if not foundPeter Hanzel
2010-02-01drm/vmwgfx: Correctly detect 3DJakob Bornecrantz
2010-02-01drm/ttm: remove unnecessary save_flags and ttm_flag_masked in ttm_bo_util.cAustin Yuan
2010-02-01drm/ttm: remove padding from ttm_ref_object on 64bit buildsRichard Kennedy
2010-02-01drm/radeon/kms: release agp on error.Dave Airlie
2010-02-01drm/kms/radeon/agp: Move the check of the aper_size after drm_acp_acquire and...John Kacur
2010-02-01drm/kms/radeon/agp: Fix warning, format ‘%d’ expects type ‘int’, but ...John Kacur