summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2012-08-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Dave Airlie25-146/+343
2012-08-24gma500: Fix frequency detectionAlan Cox2-0/+2
2012-08-24gma500: remove references to drm_display_info raw_edid fieldJani Nikula1-3/+0
2012-08-24gma500: fix incorrect declaration.Dave Airlie1-1/+1
2012-08-24drm: Add misssing static storage class specifier in drm_fb_helper.c fileSachin Kamat1-1/+1
2012-08-24drm: Add missing static storage class specifier in drm_irq.c fileSachin Kamat1-1/+1
2012-08-24drm/i2c/ch7006: Convert to dev_pm_opsMark Brown1-9/+7
2012-08-24drm/usb: select USB_SUPPORT in KconfigSachin Kamat1-0/+1
2012-08-24gma500: remove an unreachable return statementJani Nikula1-1/+0
2012-08-24gma500: psb_intel_crtc: Drop crtc_enable flag.Forest Bond2-3/+0
2012-08-24gma500: Fix comment mispelling in cdv_intel_limits definition.Forest Bond1-1/+1
2012-08-24drm: Handle io prot correctly for MIPS.Huacai Chen2-2/+2
2012-08-24drm: remove the raw_edid field from struct drm_display_infoJani Nikula13-50/+14
2012-08-24drm/ast: fix EDID memory leakJani Nikula1-0/+1
2012-08-24drm/i915: fix EDID memory leak in SDVOJani Nikula1-0/+1
2012-08-24drm/mgag200: remove unused validate_sequenceMaarten Lankhorst1-1/+0
2012-08-24drm/cirrus: Remove unused validate_sequenceMaarten Lankhorst1-1/+0
2012-08-24drm/ast: remove unused validate_sequenceMaarten Lankhorst1-1/+0
2012-08-24gma500/cdv: Fix call to cdv_intel_dp_set_m_nAlan Cox1-2/+2
2012-08-24drm: gma500: Kill the GEM glue layerLaurent Pinchart5-96/+8
2012-08-24gma500: Disable the clock gating of display controller to make DP/eDP work wellZhao Yakui2-0/+28
2012-08-24gma500/cdv: Add eDP supportZhao Yakui14-61/+751
2012-08-24gma500/cdv: enable the DisplayPort supportAlan Cox1-2/+9
2012-08-24gma500/cdv: sync up and add the displayport code to the buildAlan Cox4-245/+260
2012-08-24gma500/cdv: add the bits that don't need the new codeAlan Cox4-3/+161
2012-08-24gma500: Add the support of display port on CDVAlan Cox3-4/+1661
2012-08-24gma500: Program the DPLL lane based on the selected digitial portZhao Yakui3-31/+58
2012-08-24gma500: Fix incorrect SR issue when disabling CRTC already in disabled stateZhao Yakui1-4/+3
2012-08-22Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds23-143/+345
2012-08-22drm: Add missing static storage class specifiers in drm_proc.c fileSachin Kamat1-2/+2
2012-08-22drm/udl: dpms off the crtc when disabled.Dave Airlie1-2/+1
2012-08-22drm: Remove two unused fields from struct drm_display_modeDamien Lespiau1-3/+0
2012-08-22drm: stop vmgfx driver explosionAlan Cox1-1/+5
2012-08-22Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie8-28/+71
2012-08-21drm/radeon/ss: use num_crtc rather than hardcoded 6Alex Deucher1-1/+1
2012-08-21Revert "drm/radeon: fix bo creation retry path"Alex Deucher1-2/+1
2012-08-20Merge tag 'usb-3.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2-0/+2
2012-08-20gpu/mfd/usb: Fix USB randconfig problemsGuenter Roeck2-0/+2
2012-08-20drm/i915: use hsw rps tuning values everywhere on gen6+Daniel Vetter1-11/+4
2012-08-20drm/radeon: split ATRM support out from the ATPX handler (v3)Alex Deucher3-74/+77
2012-08-20drm/radeon: convert radeon vfct code to use acpi_get_table_with_sizeAlex Deucher1-4/+2
2012-08-20drm/radeon: implement ACPI VFCT vbios fetch (v3)David Lamparter1-0/+60
2012-08-20drm/radeon/kms: extend the Fujitsu D3003-S2 board connector quirk to cover la...Tvrtko Ursulin1-1/+1
2012-08-20drm/radeon: fix checking of MSAA renderbuffers on r600-r700Marek Olšák1-5/+6
2012-08-20drm/radeon: allow CMASK and FMASK in the CS checker on r600-r700Marek Olšák4-21/+101
2012-08-20drm/radeon: init lockup timeout on ring initChristian König1-0/+1
2012-08-20drm/radeon: avoid turning off spread spectrum for used pllJerome Glisse1-4/+21
2012-08-17vga_switcheroo: Don't require handler init callbackSeth Forshee1-6/+0
2012-08-17drm/i915: fall back to bit-banging if GMBUS fails in CRT EDID readsJani Nikula1-3/+33
2012-08-17drm/i915: extract connector update from intel_ddc_get_modes() for reuseJani Nikula2-9/+24