summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorLines
2012-01-03drm/radeon/kms/atom: fix possible segfault in pm setupAlexander Müller-1/+5
2011-12-26drm/i915: Disable RC6 on Sandybridge by defaultKeith Packard-5/+3
2011-12-26drm/i915: Disable semaphores by default on SNBKeith Packard-2/+2
2011-12-22vmwgfx: fix incorrect VRAM size check in vmw_kms_fb_create()Xi Wang-3/+3
2011-12-22drm/radeon/kms: bail on BTC parts if MC ucode is missingAlex Deucher-0/+12
2011-12-19vmwgfx: Clip cliprects against screen boundaries in present and dirtyJakob Bornecrantz-53/+156
2011-12-19vmwgfx: Resend the cursor after legacy modesetJakob Bornecrantz-1/+26
2011-12-19vmwgfx: Do better culling of presentsJakob Bornecrantz-12/+25
2011-12-19vmwgfx: Refactor kms code to use vmw_user_lookup_handle helperJakob Bornecrantz-61/+37
2011-12-19vmwgfx: Add helper function to get surface or dmabufJakob Bornecrantz-0/+28
2011-12-19vmwgfx: Refactor cursor updateJakob Bornecrantz-27/+39
2011-12-19vmwgfx: Remove dmabuf check in present ioctlJakob Bornecrantz-6/+0
2011-12-19vmwgfx: Use the revised fifo hw version register when presentThomas Hellstrom-3/+15
2011-12-16Revert "drm/i915: fix infinite recursion on unbind due to ilk vt-d w/a"Linus Torvalds-6/+1
2011-12-16Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~keithp/linuxLinus Torvalds-90/+354
2011-12-16drm/i915/dp: Dither down to 6bpc if it makes the mode fitAdam Jackson-8/+39
2011-12-16drm/i915: enable semaphores on per-device defaultsEugeni Dodonov-4/+21
2011-12-16drm/i915: don't set unpin_work if vblank_get failsJesse Barnes-5/+7
2011-12-16drm/i915: By default, enable RC6 on IVB and SNB when reasonableKeith Packard-6/+33
2011-12-16drm/i915/sdvo: Include LVDS panels for the IS_DIGITAL checkChris Wilson-8/+20
2011-12-16drm/i915: prevent division by zero when asking for chipset powerEugeni Dodonov-0/+11
2011-12-16drm/i915: add PCH info to i915_capabilitiesPaulo Zanoni-0/+1
2011-12-16drm/i915: set the right SDVO transcoder for CPTPaulo Zanoni-6/+10
2011-12-16drm/i915: no-lvds quirk for ASUS AT5NM10T-IAdam Jackson-0/+8
2011-12-07vmwgfx: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer-2/+2
2011-12-07drm/i915: fix infinite recursion on unbind due to ilk vt-d w/aDaniel Vetter-1/+6
2011-12-07drm/radeon/kms: fix return type for radeon_encoder_get_dp_bridge_encoder_idAlex Deucher-4/+3
2011-12-02vmwgfx: integer overflow in vmw_kms_update_layout_ioctl()Xi Wang-5/+6
2011-12-02drm/radeon/kms: fix 2D tiling CS support on EG/CMAlex Deucher-26/+154
2011-12-02drm/radeon/kms: fix scanout of 2D tiled buffers on EG/CMAlex Deucher-2/+62
2011-12-02drm: Fix lack of CRTC disable for drm_crtc_helper_set_config(.fb=NULL)Chris Wilson-2/+25
2011-12-01drm/radeon/kms: Skip ACPI call to ATIF when possibleJean Delvare-4/+4
2011-12-01drm/radeon/kms: Hide debugging messageJean Delvare-1/+2
2011-12-01drm/radeon/kms: add some loop timeouts in pageflip codeAlex Deucher-4/+24
2011-12-01Merge branch 'drm-nouveau-fixes' of git://git.freedesktop.org/git/nouveau/lin...Dave Airlie-4/+64
2011-11-30drm/nv50/disp: silence compiler warningBen Skeggs-2/+2
2011-11-30drm/nouveau: fix oopses caused by clear being called on unpopulated ttmsBen Skeggs-0/+3
2011-11-30drm/nouveau: Keep RAMIN heap within the channel.Younes Manton-1/+1
2011-11-30drm/nvd0/disp: fix sor dpms typo, preventing dpms on in some situationsBen Skeggs-1/+1
2011-11-30drm/nvc0/gr: fix TP init for transform feedback offset queriesChristoph Bumiller-0/+2
2011-11-30drm/nouveau: add dumb ioctl supportBen Skeggs-0/+55
2011-11-28Merge branch 'exynos-drm' of git://git.infradead.org/users/kmpark/linux-samsu...Dave Airlie-226/+436
2011-11-23drm/i915: Treat pre-gen4 backlight duty cycle value consistentlyKeith Packard-11/+5
2011-11-23drm/i915: Hook up Ivybridge eDPKeith Packard-34/+133
2011-11-23drm/i915: add multi-threaded forcewake supportKeith Packard-8/+66
2011-11-23Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds-426/+582
2011-11-23drm: integer overflow in drm_mode_dirtyfb_ioctl()Xi Wang-0/+4
2011-11-22drm/radeon/kms/atom: unify i2c gpio table handlingAlex Deucher-128/+86
2011-11-22drm/radeon/kms: fix up gpio i2c mask bits for r4xx for realAlex Deucher-0/+12
2011-11-22ttm: Don't return the bo reserved on error pathThomas Hellstrom-1/+7