summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
AgeCommit message (Expand)Author
2010-04-12drm/i915: convert HDMI driver to new encoder/connector structureZhenyu Wang
2010-04-12drm/i915: convert LVDS driver to new encoder/connector structureZhenyu Wang
2010-04-12drm/i915: convert VGA driver to new encoder/connector structureZhenyu Wang
2010-04-12drm/i915: Set sync polarity correctly on DisplayPortAdam Jackson
2010-04-12drm/i915: Un-magic a DPCD register writeAdam Jackson
2010-04-12drm/i915: enable DP/eDP for Sandybridge/CougarpointZhenyu Wang
2010-04-12drm/i915: enable HDMI on CougarpointZhenyu Wang
2010-04-12drm/i915: enable LVDS on CougarpointZhenyu Wang
2010-04-12drm/i915: Fix CRT force detect on CougarpointZhenyu Wang
2010-04-12drm/i915: Support for Cougarpoint PCH display pipelineZhenyu Wang
2010-04-12drm/i915: Probe for PCH chipset typeZhenyu Wang
2010-04-12drm/i915: Sandybridge has no integrated TVZhenyu Wang
2010-04-12drm/i915: Fix legacy BLC event for pipe AZhao Yakui
2010-04-12drm/i915: Clear the LVDS pipe B select bit when moving the LVDS to pipe A.Eric Anholt
2010-04-12drm/i915: Allow LVDS on pipe A on gen4+Adam Jackson
2010-04-12drm/i915: Remove dead KMS encoder save/restore code.Eric Anholt
2010-04-09drm/i915: change intel_ddc_get_modes() function parametersZhenyu Wang
2010-04-09drm/i915: passing drm connector param for load detectionZhenyu Wang
2010-04-09drm/i915: Add new helper to return current attached encoder for connectorZhenyu Wang
2010-04-09drm/i915: Add new 'intel_connector' structureZhenyu Wang
2010-04-09drm/i915: more conversion from connector_list walk to encoder_listZhenyu Wang
2010-04-09drm/i915: use encoder_list for hotplug callbackZhenyu Wang
2010-04-09drm/i915: Convert some trace events to DEFINE_TRACELi Zefan
2010-04-09drm/i915: Configure the TV sense state correctly on GM45 to make TV detection...Zhao Yakui
2010-04-09drm/i915: Ignore LVDS EDID when it is unavailabe or invalidZhao Yakui
2010-04-02drm/i915: Add no_lvds entry for the Clientron U800Stefan Bader
2010-03-25drm/i915: Rename many remaining uses of "output" to encoder or connector.Eric Anholt
2010-03-25drm/i915: Rename intel_output to intel_encoder.Eric Anholt
2010-03-25drm/i915: introduce to_intel_bo helperDaniel Vetter
2010-03-25drm/i915: Disable FBC on 915GM and 945GM.Robert Hooker
2010-03-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh...Linus Torvalds
2010-03-23drm/i915: Stop trying to use ACPI lid status to determine LVDS connection.Eric Anholt
2010-03-18drm/intel: fix up set_tiling for untiled->tiled transitionDaniel Vetter
2010-03-18drm/i915: Set up the documented clock gating on Sandybridge and Ironlake.Eric Anholt
2010-03-17drm/i915: fix small leak on overlay error pathDan Carpenter
2010-03-17drm/i915: Avoid NULL deref in get_pages() unwind after error.Chris Wilson
2010-03-17drm/i915: Fix check with IS_GEN6Zhenyu Wang
2010-03-17drivers/gpu/drm/i915/intel_bios.c: fix continuation line formatsJoe Perches
2010-03-17drm/i915: Enable VS timer dispatch.Eric Anholt
2010-03-17drm/i915: Rename FBC_C3_IDLE to FBC_CTL_C3_IDLE to match other registersPriit Laes
2010-03-17drm/i915: remove an unnecessary wait_request()Owain G. Ainsworth
2010-03-17drm/i915: Don't bother with the BKL for GEM ioctls.Eric Anholt
2010-03-16backlight: Allow properties to be passed at registrationMatthew Garrett
2010-03-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy
2010-03-07driver core: Convert some drivers to CLASS_ATTR_STRINGAndi Kleen
2010-03-07driver-core: Add attribute argument to class_attribute show/storeAndi Kleen
2010-03-07Revert "lib: build list_sort() only if needed"Linus Torvalds
2010-03-06lib: build list_sort() only if neededDon Mullis