| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "drm/i915: fix infinite recursion on unbind due to ilk vt-d w/a" | Linus Torvalds | 2011-12-16 | 1 | -6/+1 |
* | Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~keithp/linux | Linus Torvalds | 2011-12-16 | 12 | -90/+354 |
|\ |
|
| * | drm/i915/dp: Dither down to 6bpc if it makes the mode fit | Adam Jackson | 2011-12-16 | 3 | -8/+39 |
| * | drm/i915: enable semaphores on per-device defaults | Eugeni Dodonov | 2011-12-16 | 3 | -4/+21 |
| * | drm/i915: don't set unpin_work if vblank_get fails | Jesse Barnes | 2011-12-16 | 1 | -5/+7 |
| * | drm/i915: By default, enable RC6 on IVB and SNB when reasonable | Keith Packard | 2011-12-16 | 3 | -6/+33 |
| * | drm/i915/sdvo: Include LVDS panels for the IS_DIGITAL check | Chris Wilson | 2011-12-16 | 1 | -8/+20 |
| * | drm/i915: prevent division by zero when asking for chipset power | Eugeni Dodonov | 2011-12-16 | 2 | -0/+11 |
| * | drm/i915: add PCH info to i915_capabilities | Paulo Zanoni | 2011-12-16 | 1 | -0/+1 |
| * | drm/i915: set the right SDVO transcoder for CPT | Paulo Zanoni | 2011-12-16 | 2 | -6/+10 |
| * | drm/i915: no-lvds quirk for ASUS AT5NM10T-I | Adam Jackson | 2011-12-16 | 1 | -0/+8 |
| * | drm/i915: Treat pre-gen4 backlight duty cycle value consistently | Keith Packard | 2011-11-23 | 1 | -11/+5 |
| * | drm/i915: Hook up Ivybridge eDP | Keith Packard | 2011-11-23 | 2 | -34/+133 |
| * | drm/i915: add multi-threaded forcewake support | Keith Packard | 2011-11-23 | 4 | -8/+66 |
* | | vmwgfx: Use kcalloc instead of kzalloc to allocate array | Thomas Meyer | 2011-12-07 | 1 | -2/+2 |
* | | drm/i915: fix infinite recursion on unbind due to ilk vt-d w/a | Daniel Vetter | 2011-12-07 | 1 | -1/+6 |
* | | drm/radeon/kms: fix return type for radeon_encoder_get_dp_bridge_encoder_id | Alex Deucher | 2011-12-07 | 1 | -4/+3 |
* | | vmwgfx: integer overflow in vmw_kms_update_layout_ioctl() | Xi Wang | 2011-12-02 | 1 | -5/+6 |
* | | drm/radeon/kms: fix 2D tiling CS support on EG/CM | Alex Deucher | 2011-12-02 | 2 | -26/+154 |
* | | drm/radeon/kms: fix scanout of 2D tiled buffers on EG/CM | Alex Deucher | 2011-12-02 | 2 | -2/+62 |
* | | drm: Fix lack of CRTC disable for drm_crtc_helper_set_config(.fb=NULL) | Chris Wilson | 2011-12-02 | 1 | -2/+25 |
* | | drm/radeon/kms: Skip ACPI call to ATIF when possible | Jean Delvare | 2011-12-01 | 1 | -4/+4 |
* | | drm/radeon/kms: Hide debugging message | Jean Delvare | 2011-12-01 | 1 | -1/+2 |
* | | drm/radeon/kms: add some loop timeouts in pageflip code | Alex Deucher | 2011-12-01 | 4 | -4/+24 |
* | | Merge branch 'drm-nouveau-fixes' of git://git.freedesktop.org/git/nouveau/lin... | Dave Airlie | 2011-12-01 | 8 | -4/+64 |
|\ \ |
|
| * | | drm/nv50/disp: silence compiler warning | Ben Skeggs | 2011-11-30 | 1 | -2/+2 |
| * | | drm/nouveau: fix oopses caused by clear being called on unpopulated ttms | Ben Skeggs | 2011-11-30 | 1 | -0/+3 |
| * | | drm/nouveau: Keep RAMIN heap within the channel. | Younes Manton | 2011-11-30 | 1 | -1/+1 |
| * | | drm/nvd0/disp: fix sor dpms typo, preventing dpms on in some situations | Ben Skeggs | 2011-11-30 | 1 | -1/+1 |
| * | | drm/nvc0/gr: fix TP init for transform feedback offset queries | Christoph Bumiller | 2011-11-30 | 1 | -0/+2 |
| * | | drm/nouveau: add dumb ioctl support | Ben Skeggs | 2011-11-30 | 3 | -0/+55 |
| |/ |
|
* | | Merge branch 'exynos-drm' of git://git.infradead.org/users/kmpark/linux-samsu... | Dave Airlie | 2011-11-28 | 14 | -226/+436 |
|\ \
| |/
|/| |
|
| * | drm/exynos: fixed wrong err ptr usage and destroy call in exeception | Seung-Woo Kim | 2011-11-17 | 1 | -10/+5 |
| * | drm/exynos: Add disable of manager | Joonyoung Shim | 2011-11-17 | 3 | -26/+55 |
| * | drm/exynos: include linux/module.h | Inki Dae | 2011-11-15 | 1 | -0/+1 |
| * | drm/exynos: fix vblank bug. | Inki Dae | 2011-11-15 | 1 | -10/+36 |
| * | drm/exynos: changed buffer structure. | Inki Dae | 2011-11-15 | 10 | -133/+148 |
| * | drm/exynos: removed unnecessary variable. | Inki Dae | 2011-11-15 | 1 | -2/+0 |
| * | drm/exynos: use gem create function generically | Inki Dae | 2011-11-15 | 3 | -36/+55 |
| * | drm/exynos: checked for null pointer | Seung-Woo Kim | 2011-11-15 | 1 | -2/+4 |
| * | drm/exynos: added crtc dpms for disable crtc | Joonyoung Shim | 2011-11-15 | 3 | -11/+73 |
| * | drm/exynos: removed meaningless parameter from fbdev update | Seung-Woo Kim | 2011-11-15 | 1 | -9/+5 |
| * | drm/exynos: restored kernel_fb_list when reiniting fb_helper | Joonyoung Shim | 2011-11-15 | 1 | -0/+15 |
| * | drm/exynos: changed exynos_drm_display to exynos_drm_display_ops | Inki Dae | 2011-11-15 | 4 | -22/+23 |
| * | drm/exynos: added manager object to connector | Inki Dae | 2011-11-15 | 2 | -8/+33 |
| * | drm/exynos: fixed converting between display mode and timing | Seung-Woo Kim | 2011-11-15 | 1 | -1/+8 |
| * | drm/exynos: fixed connector flag with hpd and interlace scan for hdmi | Seung-Woo Kim | 2011-11-15 | 1 | -0/+2 |
| * | drm/exynos: added kms poll for handling hpd event | Seung-Woo Kim | 2011-11-15 | 2 | -0/+17 |
* | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 2011-11-23 | 20 | -432/+594 |
|\ \ |
|
| * | | drm: integer overflow in drm_mode_dirtyfb_ioctl() | Xi Wang | 2011-11-23 | 1 | -0/+4 |