| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | | * | drm/i915: Set the Stencil Cache eviction policy to non-LRA mode. | Kenneth Graunke | 2012-04-28 | 2 | -0/+9 |
| | | * | drm/radeon/kms: need to set up ss on DP bridges as well | Alex Deucher | 2012-04-28 | 1 | -2/+2 |
| | | * | drm/radeon/kms: use frac fb div on APUs | Alex Deucher | 2012-04-27 | 1 | -0/+3 |
| | | * | drm/radeon: add a missing entry to encoder_names | Ilija Hadzic | 2012-04-27 | 1 | -1/+2 |
| | | * | Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in... | Dave Airlie | 2012-04-27 | 3 | -35/+36 |
| | | |\ |
|
| | | | * | drm/i915: handle input/output sdvo timings separately in mode_set | Daniel Vetter | 2012-04-26 | 1 | -16/+18 |
| | | | * | drm/i915: fix integer overflow in i915_gem_do_execbuffer() | Xi Wang | 2012-04-23 | 1 | -0/+5 |
| | | | * | drm/i915: fix integer overflow in i915_gem_execbuffer2() | Xi Wang | 2012-04-23 | 1 | -1/+2 |
| | | | * | drm/i915: fixup load-detect on enabled, but not active pipe | Daniel Vetter | 2012-04-22 | 1 | -18/+11 |
| | | * | | Merge branch 'exynos-drm-fixes' of git://git.infradead.org/users/kmpark/linux... | Dave Airlie | 2012-04-27 | 1 | -25/+5 |
| | | |\ \
| | | | |/
| | | |/| |
|
| | | | * | drm/exynos: added missed vm area region mapping type. | Inki Dae | 2012-04-23 | 1 | -0/+2 |
| | | | * | drm/exynos: fixed exynos_drm_gem_map_pages bug. | Inki Dae | 2012-04-23 | 1 | -13/+3 |
| | | | * | drm/exynos: fixed duplicatd memory allocation bug. | Inki Dae | 2012-04-23 | 1 | -12/+0 |
| | | * | | kill mm argument of vm_munmap() | Al Viro | 2012-04-21 | 1 | -2/+1 |
| | | * | | VM: add "vm_mmap()" helper function | Linus Torvalds | 2012-04-20 | 4 | -14/+7 |
| | | * | | VM: add "vm_munmap()" helper function | Linus Torvalds | 2012-04-20 | 1 | -3/+1 |
| | | |/ |
|
| | | * | nouveau: Set special lane map for the right chipset | Henrik Rydberg | 2012-04-19 | 1 | -1/+1 |
| | | * | drm/radeon: fix load detect on rn50 with hardcoded EDIDs. | Dave Airlie | 2012-04-19 | 1 | -1/+1 |
| | | * | drm: Releasing FBs before releasing GEM objects during drm_release | Prathyush | 2012-04-19 | 1 | -3/+3 |
| | | * | drm/nouveau/pm: don't read/write beyond end of stack buffer | Jim Meyering | 2012-04-19 | 1 | -0/+1 |
| | | * | drivers: gpu: drm: gma500: mdfld_dsi_output.h: Remove not unneeded include of... | Marcos Paulo de Souza | 2012-04-19 | 1 | -1/+0 |
| | | * | radeon: fix r600/agp when vram is after AGP (v3) | Jerome Glisse | 2012-04-19 | 2 | -4/+4 |
| | | * | drm: fix page_flip error handling | Joonyoung Shim | 2012-04-19 | 1 | -4/+6 |
| | | * | Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in... | Dave Airlie | 2012-04-19 | 5 | -5/+26 |
| | | |\ |
|
| | | | * | drm/i915: Do not set "Enable Panel Fitter" on SNB pageflips | Chris Wilson | 2012-04-18 | 1 | -1/+7 |
| | | | * | drm/i915: Hold mode_config lock whilst changing mode for lastclose() | Chris Wilson | 2012-04-16 | 1 | -0/+4 |
| | | | * | drm/i915: don't clobber the special upscaling lvds timings | Daniel Vetter | 2012-04-16 | 4 | -4/+15 |
| | | * | | drm/radeon/kms: fix the regression of DVI connector check | Takashi Iwai | 2012-04-19 | 1 | -1/+1 |
| | | * | | drm/usb: fix module license on drm/usb layer. | Dave Airlie | 2012-04-19 | 1 | -1/+5 |
| | | * | | drm/radeon/si: add missing radeon_bo_unreserve in si_rlc_init() v2 | Alex Deucher | 2012-04-16 | 1 | -3/+2 |
| | | * | | drm/radeon: disable MSI on RV515 | Dave Airlie | 2012-04-16 | 1 | -0/+6 |
| | | |/ |
|
| * | | | gma500: mid-bios: rewrite VBT/GCT handling in a cleaner way | Kirill A. Shutemov | 2012-05-07 | 5 | -131/+203 |
| * | | | gma500: fix -Wmissing-include-dirs warnings | Kirill A. Shutemov | 2012-05-07 | 1 | -1/+1 |
| * | | | gma500: cdv_intel_lvds: mark cdv_intel_lvds_enc_funcs as static | Kirill A. Shutemov | 2012-05-07 | 1 | -1/+1 |
| * | | | gma500: oaktrail_hdmi_i2c_handler(): base should be __iomem | Kirill A. Shutemov | 2012-05-07 | 1 | -1/+1 |
| * | | | gma500: lid_state should be __iomem | Kirill A. Shutemov | 2012-05-07 | 1 | -1/+1 |
| * | | | gma500: psb_irq_turn_off_dpst() fix bit operation | Kirill A. Shutemov | 2012-05-07 | 1 | -1/+1 |
| * | | | gma500: framebuffer: mark psb_fb_helper_funcs as static | Kirill A. Shutemov | 2012-05-07 | 1 | -1/+1 |
| * | | | gma500: vram_addr should be __iomem | Kirill A. Shutemov | 2012-05-07 | 2 | -3/+2 |
| * | | | gma500: sgx_reg and vdc_reg should be __iomem | Kirill A. Shutemov | 2012-05-07 | 1 | -2/+2 |
| * | | | gma500: gtt: fix __iomem sparse warnings | Kirill A. Shutemov | 2012-05-07 | 2 | -5/+8 |
| * | | | gma500: psb_gtt_init(): drop unused variable | Kirill A. Shutemov | 2012-05-07 | 1 | -2/+1 |
| * | | | gma500: address the lid code | Alan Cox | 2012-05-07 | 3 | -3/+2 |
| * | | | gma500: opregion and ACPI | Alan Cox | 2012-05-07 | 11 | -188/+396 |
| * | | | gma500: implement backlight functionality for Cedartrail devices | Alan Cox | 2012-05-03 | 1 | -63/+52 |
| * | | | gma500: wide framebuffer memory | Alan Cox | 2012-05-03 | 1 | -0/+2 |
| * | | | gma500: Sync up Oaktrail HDMI | Alan Cox | 2012-05-03 | 1 | -0/+1 |
| * | | | gma500: don't register the ACPI video bus | Alan Cox | 2012-05-03 | 1 | -1/+1 |
| * | | | gma500: mdfld_dsi_dpi_mode_set() do not corrupt DSPSTRIDE | Kirill A. Shutemov | 2012-05-03 | 1 | -1/+0 |
| * | | | drm/radeon: add connector table for SAM440ep embedded board | Alex Deucher | 2012-05-03 | 2 | -0/+67 |