aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
Commit message (Expand)AuthorAge
* drm/exynos: added manager object to connectorInki Dae2011-11-15
* drm/exynos: fixed converting between display mode and timingSeung-Woo Kim2011-11-15
* drm/exynos: fixed connector flag with hpd and interlace scan for hdmiSeung-Woo Kim2011-11-15
* drm/exynos: added kms poll for handling hpd eventSeung-Woo Kim2011-11-15
* drm: Remove utterly bogus preempt_disable() sectionsThomas Gleixner2011-11-14
* drm/radeon/kms/combios: fix dynamic allocation of PM clock modesAlex Deucher2011-11-12
* drm/radeon/kms/pm: switch to dynamically allocating clock mode arrayAlex Deucher2011-11-11
* drm/radeon/kms: optimize r600_pm_profile_initAlex Deucher2011-11-11
* drm/radeon/kms/pm: add a proper pm profile init function for fusionAlex Deucher2011-11-11
* drm/radeon/kms: remove extraneous calls to radeon_pm_compute_clocks()Alex Deucher2011-11-11
* drm: fix kconfig unmet dependency warningRandy Dunlap2011-11-11
* Merge branch 'drm-nouveau-fixes' of git://git.freedesktop.org/git/nouveau/lin...Dave Airlie2011-11-11
|\
| * drm/nouveau: Fix bandwidth calculation for DisplayPortAdam Jackson2011-11-09
| * drm/nouveau: by default use low bpp framebuffer on low memory cardsMarcin Slusarz2011-11-09
| * drm/nv10: Change the BO size threshold determining the memory placement range.Francisco Jerez2011-11-09
| * drm/nvc0: enable acceleration for nvc1 by defaultBen Skeggs2011-11-09
| * drm/nvc0/gr: fixup the mmio list register writes for 0xc1Ben Skeggs2011-11-09
| * drm/nvc1: hacky workaround to fix accel issuesBen Skeggs2011-11-09
| * drm/nvc0/gr: fix some bugs in grctx generationBen Skeggs2011-11-09
| * drm/nvc0: enable acceleration on 0xc8 by defaultBen Skeggs2011-11-09
| * drm/nvc0/vram: skip disabled PBFB subunitsBen Skeggs2011-11-09
| * drm/nv40/pm: fix issues on igp chipsets, which don't have memoryBen Skeggs2011-11-09
| * drm/nouveau: testing the wrong variableDan Carpenter2011-11-09
| * drm/nvc0/vram: storage type 0xc3 is not compressedChristoph Bumiller2011-11-09
| * drm/nv50: fix stability issue on NV86.Maxim Levitsky2011-11-09
| * drm/nouveau: initialize chan->fence.lock before useMarcin Slusarz2011-11-09
| * drm/nv50/vram: fix incorrect detection of bank count on newer chipsetsBen Skeggs2011-11-09
| * drm/nv50/gr: typo fix, how about we not reset fifo during graph init?Ben Skeggs2011-11-09
| * drm/nv50/bios: fixup mpll programming from the init table parserBen Skeggs2011-11-09
| * drm/nouveau: fix oops if i2c bus not found in nouveau_i2c_identify()Ben Skeggs2011-11-09
| * drm: make sure drm_vblank_init() has been called before touching vbl_lockBen Skeggs2011-11-09
* | drm: add some comments to drm_wait_vblank and drm_queue_vblank_eventIlija Hadzic2011-11-11
* | drm/radeon/benchmark: signedness bug in radeon_benchmark_move()Dan Carpenter2011-11-11
* | drm: do not sleep on vblank while holding a mutexIlija Hadzic2011-11-11
* | drm: try to restore previous CRTC config if mode set failsJesse Barnes2011-11-11
* | drm/radeon/kms: make an aux failure debug onlyAlex Deucher2011-11-11
* | drm: drop select of SLOW_WORKPaul Bolle2011-11-11
* | drm: serialize access to list of debugfs filesMarcin Slusarz2011-11-11
* | drm/radeon/kms: fix use of vram scratch page on evergreen/niAlex Deucher2011-11-11
* | drm/radeon: Make sure CS mutex is held across GPU reset.Michel Dänzer2011-11-11
* | drm: Ensure string is null terminated.Vinson Lee2011-11-11
* | vmwgfx: Only allow 64x64 cursorsJakob Bornecrantz2011-11-11
* | vmwgfx: Initialize clip rect loop correctly in surface dirtyJakob Bornecrantz2011-11-11
* | vmwgfx: Close screen object systemJakob Bornecrantz2011-11-11
* | drm/i915: Fix object refcount leak on mmappable size limit error path.Eric Anholt2011-11-08
|/
* Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2011-11-07
|\
| * vmwgfx: Snoop DMA transfers with non-covering sizesJakob Bornecrantz2011-11-07
| * vmwgfx: Move the prefered mode first in the listJakob Bornecrantz2011-11-07
| * vmwgfx: Unreference surface on cursor error pathJakob Bornecrantz2011-11-07
| * vmwgfx: Free prefered mode on error pathJakob Bornecrantz2011-11-07