summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)Author
2012-09-13drm: use %*ph to dump small buffersAndy Shevchenko
2012-09-13drm: edid: Refactor HDMI VSDB detectionVille Syrjälä
2012-09-13drm: edid: Add bounds checking to HDMI VSDB parsingVille Syrjälä
2012-09-13drm: edid: Add some bounds checkingVille Syrjälä
2012-09-13drm: consistently name interlaced modesRussell King - ARM Linux
2012-09-13drm: make buffer management work without DRM_MASTERDavid Herrmann
2012-09-04drm: udl: usb: Fix recursive Kconfig dependencySedat Dilek
2012-09-03drm/i915: move i915_get_extra_insdone out of CONFIG_DEBUG_FS blockDaniel Vetter
2012-09-03Merge branch 'for-airlied' of git://people.freedesktop.org/~danvet/drm-intel ...Dave Airlie
2012-08-27drm/i915: Remove __GFP_NO_KSWAPDSedat Dilek
2012-08-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Dave Airlie
2012-08-26drm/i915: disable rc6 on ilk when vt-d is enabledDaniel Vetter
2012-08-24drm/i915: Avoid unbinding due to an interrupted pin_and_fence during execbufferChris Wilson
2012-08-24drm/i915: Use new INSTDONE registers (Gen7+)Ben Widawsky
2012-08-24drm/i915: Add new INSTDONE registersBen Widawsky
2012-08-24drm/i915: Extract reading INSTDONEBen Widawsky
2012-08-24drm/i915: Use a non-blocking wait for set-to-domain ioctlChris Wilson
2012-08-24drm/i915: Juggle code order to ease flow of the next patchChris Wilson
2012-08-24gma500: Fix frequency detectionAlan Cox
2012-08-24gma500: remove references to drm_display_info raw_edid fieldJani Nikula
2012-08-24gma500: fix incorrect declaration.Dave Airlie
2012-08-24drm/i915: Use cpu relocations if the object is in the GTT but not mappableChris Wilson
2012-08-24drm/i915: Extract general object init routineChris Wilson
2012-08-24drm/i915: Protect private gem objects from truncate (such as imported dmabuf)Chris Wilson
2012-08-24drm/i915: Only pwrite through the GTT if there is space in the apertureChris Wilson
2012-08-24drm: Add misssing static storage class specifier in drm_fb_helper.c fileSachin Kamat
2012-08-24drm: Add missing static storage class specifier in drm_irq.c fileSachin Kamat
2012-08-24drm/i2c/ch7006: Convert to dev_pm_opsMark Brown
2012-08-24drm/usb: select USB_SUPPORT in KconfigSachin Kamat
2012-08-24gma500: remove an unreachable return statementJani Nikula
2012-08-24gma500: psb_intel_crtc: Drop crtc_enable flag.Forest Bond
2012-08-24gma500: Fix comment mispelling in cdv_intel_limits definition.Forest Bond
2012-08-24drm: Handle io prot correctly for MIPS.Huacai Chen
2012-08-24drm: remove the raw_edid field from struct drm_display_infoJani Nikula
2012-08-24drm/ast: fix EDID memory leakJani Nikula
2012-08-24drm/i915: fix EDID memory leak in SDVOJani Nikula
2012-08-24drm/mgag200: remove unused validate_sequenceMaarten Lankhorst
2012-08-24drm/cirrus: Remove unused validate_sequenceMaarten Lankhorst
2012-08-24drm/ast: remove unused validate_sequenceMaarten Lankhorst
2012-08-24gma500/cdv: Fix call to cdv_intel_dp_set_m_nAlan Cox
2012-08-24drm: gma500: Kill the GEM glue layerLaurent Pinchart
2012-08-24gma500: Disable the clock gating of display controller to make DP/eDP work wellZhao Yakui
2012-08-24gma500/cdv: Add eDP supportZhao Yakui
2012-08-24gma500/cdv: enable the DisplayPort supportAlan Cox
2012-08-24gma500/cdv: sync up and add the displayport code to the buildAlan Cox
2012-08-24gma500/cdv: add the bits that don't need the new codeAlan Cox
2012-08-24gma500: Add the support of display port on CDVAlan Cox
2012-08-24gma500: Program the DPLL lane based on the selected digitial portZhao Yakui
2012-08-24gma500: Fix incorrect SR issue when disabling CRTC already in disabled stateZhao Yakui
2012-08-24i915: use alloc_ordered_workqueue() instead of explicit UNBOUND w/ max_active...Tejun Heo