summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: fix pipe source image setting in flip commandZhenyu Wang2010-02-101-2/+4
* drm/i915: fix flip done interrupt on IronlakeZhenyu Wang2010-02-101-8/+8
* drm/i915: untangle page flip completionJesse Barnes2010-02-101-7/+9
* drm/i915: handle FBC and self-refresh betterJesse Barnes2010-02-102-0/+3
* drm/i915: Increase fb alignment to 64kChris Wilson2010-02-101-1/+1
* drm/i915: Update write_domains on active list after flush.Daniel Vetter2010-02-102-4/+30
* drm/i915: Rework DPLL calculation parameters for IronlakeZhenyu Wang2010-02-101-50/+167
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh...Linus Torvalds2010-02-067-19/+91
|\
| * drm/i915: Fix leak of relocs along do_execbuffer error pathChris Wilson2010-02-041-2/+5
| * drm/i915: slow acpi_lid_open() causes flickering - V2Thomas Meyer2010-02-041-1/+8
| * drm/i915: Disable SR when more than one pipe is enabledDavid John2010-02-041-0/+12
| * drm/i915: page flip support for IronlakeJesse Barnes2010-01-291-3/+14
| * drm/i915: Fix the incorrect DMI string for Samsung SX20S laptopZhao Yakui2010-01-291-1/+1
| * drm/i915: Add support for SDVO composite TVZhao Yakui2010-01-291-0/+8
| * drm/i915: don't trigger ironlake vblank interrupt at irq installLi Peng2010-01-291-3/+2
| * drm/i915: handle non-flip pending case when unpinning the scanout bufferJesse Barnes2010-01-251-2/+18
| * drm/i915: Fix the device info of PineviewLi Peng2010-01-251-1/+1
| * drm/i915: enable vblank interrupt on ironlakeLi Peng2010-01-252-11/+20
| * drm/i915: Prevent use of uninitialized pointers along error path.Chris Wilson2010-01-251-0/+4
| * drm/i915: disable hotplug detect before Ironlake CRT detectZhenyu Wang2010-01-251-0/+3
* | Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2010-02-0517-61/+114
|\ \
| * | drm/radeon/kms: fix r300 vram width calculationsDave Airlie2010-02-051-4/+7
| * | drm/radeon/kms: rs400/480 MC setup is different than r300.Dave Airlie2010-02-051-5/+21
| * | drm/radeon/kms: make initial state of load detect property correct.Dave Airlie2010-02-051-1/+1
| * | drm/radeon/kms: disable HDMI audio for now on rv710/rv730Dave Airlie2010-02-051-1/+1
| * | drm/radeon/kms: don't call suspend path before cleaning up GPUJerome Glisse2010-02-0511-33/+26
| * | drivers/gpu/drm/radeon/radeon_combios.c: fix warningAndrew Morton2010-02-051-2/+1
| * | ati_pcigart: fix printk format warningRandy Dunlap2010-02-051-1/+1
| * | drm/r100/kms: Emit cache flush to the end of command buffer. (v2)Pauli Nieminen2010-02-051-2/+8
| * | drm/radeon/kms: fix regression rendering issue on R6XX/R7XXJerome Glisse2010-02-054-0/+36
| * | drm/radeon/kms: move blit initialization after we disabled VGAJerome Glisse2010-02-052-12/+12
* | | Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2010-02-0119-162/+244
|\ \ \ | |/ /
| * | drm/radeon/kms: Fix oops after radeon_cs_parser_init() failure.Michel Dänzer2010-02-011-1/+1
| * | drm/radeon/kms: move radeon KMS on/off switch out of staging.Dave Airlie2010-02-011-0/+2
| * | drm/radeon/kms: Bailout of blit if error happen & protect with mutex V3Jerome Glisse2010-02-014-45/+48
| * | drm/vmwgfx: Don't send bad flags to the hostJakob Bornecrantz2010-02-013-1/+27
| * | drm/vmwgfx: Request SVGA version 2 and bail if not foundPeter Hanzel2010-02-011-0/+11
| * | drm/vmwgfx: Correctly detect 3DJakob Bornecrantz2010-02-014-1/+23
| * | drm/ttm: remove unnecessary save_flags and ttm_flag_masked in ttm_bo_util.cAustin Yuan2010-02-011-7/+2
| * | drm/ttm: remove padding from ttm_ref_object on 64bit buildsRichard Kennedy2010-02-011-1/+1
| * | drm/radeon/kms: release agp on error.Dave Airlie2010-02-011-0/+3
| * | drm/kms/radeon/agp: Move the check of the aper_size after drm_acp_acquire and...John Kacur2010-02-011-7/+8
| * | drm/kms/radeon/agp: Fix warning, format ‘%d’ expects type ‘int’, but ...John Kacur2010-02-011-1/+1
| * | drm/ttm: Avoid conflicting reserve_memtype during ttm_tt_set_page_caching.Francisco Jerez2010-02-011-7/+16
| * | drm/kms/radeon: pick digitial encoders smarter. (v3)Dave Airlie2010-02-013-89/+99
| * | drm/radeon/kms: use active device to pick connector for encoderDave Airlie2010-02-011-1/+1
| * | drm/radeon/kms: fix incorrect logic in DP vs eDP connector checking.Dave Airlie2010-02-011-2/+2
* | | drm/i915: Selectively enable self-reclaimChris Wilson2010-01-274-52/+19
* | | Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2010-01-2550-520/+953
|\ \ \ | |/ / | | / | |/ |/|
| * drm/radeon/kms: preface warning printk with driver nameDave Airlie2010-01-251-1/+1
OpenPOWER on IntegriCloud