aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAge
* switch device_get_devnode() and ->devnode() to umode_t *Al Viro2012-01-03
* drm/radeon/kms/atom: fix possible segfault in pm setupAlexander Müller2012-01-03
* drm/i915: Disable RC6 on Sandybridge by defaultKeith Packard2011-12-27
* drm/i915: Disable semaphores by default on SNBKeith Packard2011-12-27
* vmwgfx: fix incorrect VRAM size check in vmw_kms_fb_create()Xi Wang2011-12-22
* drm/radeon/kms: bail on BTC parts if MC ucode is missingAlex Deucher2011-12-22
* vmwgfx: Clip cliprects against screen boundaries in present and dirtyJakob Bornecrantz2011-12-19
* vmwgfx: Resend the cursor after legacy modesetJakob Bornecrantz2011-12-19
* vmwgfx: Do better culling of presentsJakob Bornecrantz2011-12-19
* vmwgfx: Refactor kms code to use vmw_user_lookup_handle helperJakob Bornecrantz2011-12-19
* vmwgfx: Add helper function to get surface or dmabufJakob Bornecrantz2011-12-19
* vmwgfx: Refactor cursor updateJakob Bornecrantz2011-12-19
* vmwgfx: Remove dmabuf check in present ioctlJakob Bornecrantz2011-12-19
* vmwgfx: Use the revised fifo hw version register when presentThomas Hellstrom2011-12-19
* Revert "drm/i915: fix infinite recursion on unbind due to ilk vt-d w/a"Linus Torvalds2011-12-16
* Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~keithp/linuxLinus Torvalds2011-12-16
|\
| * drm/i915/dp: Dither down to 6bpc if it makes the mode fitAdam Jackson2011-12-16
| * drm/i915: enable semaphores on per-device defaultsEugeni Dodonov2011-12-16
| * drm/i915: don't set unpin_work if vblank_get failsJesse Barnes2011-12-16
| * drm/i915: By default, enable RC6 on IVB and SNB when reasonableKeith Packard2011-12-16
| * drm/i915/sdvo: Include LVDS panels for the IS_DIGITAL checkChris Wilson2011-12-16
| * drm/i915: prevent division by zero when asking for chipset powerEugeni Dodonov2011-12-16
| * drm/i915: add PCH info to i915_capabilitiesPaulo Zanoni2011-12-16
| * drm/i915: set the right SDVO transcoder for CPTPaulo Zanoni2011-12-16
| * drm/i915: no-lvds quirk for ASUS AT5NM10T-IAdam Jackson2011-12-16
| * drm/i915: Treat pre-gen4 backlight duty cycle value consistentlyKeith Packard2011-11-23
| * drm/i915: Hook up Ivybridge eDPKeith Packard2011-11-23
| * drm/i915: add multi-threaded forcewake supportKeith Packard2011-11-23
* | vmwgfx: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer2011-12-07
* | drm/i915: fix infinite recursion on unbind due to ilk vt-d w/aDaniel Vetter2011-12-07
* | drm/radeon/kms: fix return type for radeon_encoder_get_dp_bridge_encoder_idAlex Deucher2011-12-07
* | vmwgfx: integer overflow in vmw_kms_update_layout_ioctl()Xi Wang2011-12-02
* | drm/radeon/kms: fix 2D tiling CS support on EG/CMAlex Deucher2011-12-02
* | drm/radeon/kms: fix scanout of 2D tiled buffers on EG/CMAlex Deucher2011-12-02
* | drm: Fix lack of CRTC disable for drm_crtc_helper_set_config(.fb=NULL)Chris Wilson2011-12-02
* | drm/radeon/kms: Skip ACPI call to ATIF when possibleJean Delvare2011-12-01
* | drm/radeon/kms: Hide debugging messageJean Delvare2011-12-01
* | drm/radeon/kms: add some loop timeouts in pageflip codeAlex Deucher2011-12-01
* | Merge branch 'drm-nouveau-fixes' of git://git.freedesktop.org/git/nouveau/lin...Dave Airlie2011-12-01
|\ \
| * | drm/nv50/disp: silence compiler warningBen Skeggs2011-11-30
| * | drm/nouveau: fix oopses caused by clear being called on unpopulated ttmsBen Skeggs2011-11-30
| * | drm/nouveau: Keep RAMIN heap within the channel.Younes Manton2011-11-30
| * | drm/nvd0/disp: fix sor dpms typo, preventing dpms on in some situationsBen Skeggs2011-11-30
| * | drm/nvc0/gr: fix TP init for transform feedback offset queriesChristoph Bumiller2011-11-30
| * | drm/nouveau: add dumb ioctl supportBen Skeggs2011-11-30
| |/
* | Merge branch 'exynos-drm' of git://git.infradead.org/users/kmpark/linux-samsu...Dave Airlie2011-11-28
|\ \ | |/ |/|
| * drm/exynos: fixed wrong err ptr usage and destroy call in execeptionSeung-Woo Kim2011-11-16
| * drm/exynos: Add disable of managerJoonyoung Shim2011-11-16
| * drm/exynos: include linux/module.hInki Dae2011-11-15
| * drm/exynos: fix vblank bug.Inki Dae2011-11-15