Age | Commit message (Expand) | Author |
2010-02-10 | drm/i915: Correctly return -ENOMEM on allocation failure in cmdbuf ioctls. | Owain Ainsworth |
2010-02-10 | drm/i915: fix pipe source image setting in flip command | Zhenyu Wang |
2010-02-10 | drm/i915: fix flip done interrupt on Ironlake | Zhenyu Wang |
2010-02-10 | drm/i915: untangle page flip completion | Jesse Barnes |
2010-02-10 | drm/i915: handle FBC and self-refresh better | Jesse Barnes |
2010-02-10 | drm/i915: Increase fb alignment to 64k | Chris Wilson |
2010-02-10 | drm/i915: Update write_domains on active list after flush. | Daniel Vetter |
2010-02-10 | drm/i915: Rework DPLL calculation parameters for Ironlake | Zhenyu Wang |
2010-02-10 | drm/nv50: make the pgraph irq handler loop like the pre-nv50 version | Maarten Maathuis |
2010-02-10 | drm/nv50: delete ramfc object after disabling fifo, not before | Maarten Maathuis |
2010-02-10 | drm/nv50: avoid unloading pgraph context when ctxprog is running | Maarten Maathuis |
2010-02-10 | drm/nv50: align size of buffer object to the right boundaries. | Maarten Maathuis |
2010-02-10 | drm/nv50: disregard dac outputs in nv50_sor_dpms() | Ben Skeggs |
2010-02-10 | drm/nv50: prevent multiple init tables being parsed at the same time | Ben Skeggs |
2010-02-09 | of: add 'of_' prefix to machine_is_compatible() | Grant Likely |
2010-02-09 | drm/nouveau: make dp auxch xfer len check for reads only | Ben Skeggs |
2010-02-09 | drm/nv40: make INIT_COMPUTE_MEM a NOP, just like nv50 | Ben Skeggs |
2010-02-09 | drm/nouveau: Add proper vgaarb support. | Marcin Kościelnicki |
2010-02-09 | drm/nouveau: Fix fbcon on mixed pre-NV50 + NV50 multicard. | Marcin Kościelnicki |
2010-02-09 | drivers/gpu/drm/nouveau/nouveau_grctx.c: correct NULL test | Julia Lawall |
2010-02-09 | drm/nouveau: call ttm_bo_wait with the bo lock held to prevent hang | Luca Barbieri |
2010-02-09 | drm/nouveau: Fixup semaphores on pre-nv50 cards. | Francisco Jerez |
2010-02-09 | drm/nouveau: Add getparam to get available PGRAPH units. | Marcin Kościelnicki |
2010-02-09 | drm/nouveau: Add module options to disable acceleration. | Marcin Kościelnicki |
2010-02-09 | drm/nouveau: fix non-vram notifier blocks | Ben Skeggs |
2010-02-09 | drm/radeon/kms: add quirk for VGA without DDC on rv730 XFX card. | Dave Airlie |
2010-02-09 | drm/radeon/kms: don't crash if no DDC bus on VGA/DVI connector. | Dave Airlie |
2010-02-08 | drm/radeon/kms: change Kconfig text to reflect the new option. | Dave Airlie |
2010-02-06 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh... | Linus Torvalds |
2010-02-05 | vgaarb: Add user selectability of the number of GPUS in a system | Mike Travis |
2010-02-05 | vgaarb: Fix VGA arbiter to accept PCI domains other than 0 | Mike Travis |
2010-02-05 | Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air... | Linus Torvalds |
2010-02-05 | drm/radeon/kms: suspend and resume audio stuff | Rafał Miłecki |
2010-02-05 | drm/radeon/kms: fix r300 vram width calculations | Dave Airlie |
2010-02-05 | drm/radeon/kms: rs400/480 MC setup is different than r300. | Dave Airlie |
2010-02-05 | drm/radeon/kms: make initial state of load detect property correct. | Dave Airlie |
2010-02-05 | drm/radeon/kms: disable HDMI audio for now on rv710/rv730 | Dave Airlie |
2010-02-05 | drm/radeon/kms: don't call suspend path before cleaning up GPU | Jerome Glisse |
2010-02-05 | drivers/gpu/drm/radeon/radeon_combios.c: fix warning | Andrew Morton |
2010-02-05 | ati_pcigart: fix printk format warning | Randy Dunlap |
2010-02-05 | drm/r100/kms: Emit cache flush to the end of command buffer. (v2) | Pauli Nieminen |
2010-02-05 | drm/radeon/kms: fix regression rendering issue on R6XX/R7XX | Jerome Glisse |
2010-02-05 | drm/radeon/kms: move blit initialization after we disabled VGA | Jerome Glisse |
2010-02-04 | drm/i915: Fix leak of relocs along do_execbuffer error path | Chris Wilson |
2010-02-04 | drm/i915: slow acpi_lid_open() causes flickering - V2 | Thomas Meyer |
2010-02-04 | drm/i915: Disable SR when more than one pipe is enabled | David John |
2010-02-01 | Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air... | Linus Torvalds |
2010-02-01 | drm/radeon/kms: Fix oops after radeon_cs_parser_init() failure. | Michel Dänzer |
2010-02-01 | drm/radeon/kms: move radeon KMS on/off switch out of staging. | Dave Airlie |
2010-02-01 | drm/radeon/kms: Bailout of blit if error happen & protect with mutex V3 | Jerome Glisse |