summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_hdmi.c
AgeCommit message (Expand)Author
2011-08-03drm/i915/hdmi: HDMI source product description infoframe supportJesse Barnes
2011-08-03drm/i915/hdmi: split infoframe setting from infoframe type codeJesse Barnes
2011-07-29Merge branch 'drm-intel-fixes' into drm-intel-nextKeith Packard
2011-07-29drm/i915/hdmi: send AVI info frames on ILK+ as wellJesse Barnes
2011-07-07drm/i915: use pipe bpp when setting HDMI bpcJesse Barnes
2011-07-07drm/i915: don't set SDVO color range on ILK+Jesse Barnes
2011-06-04drm/i915: Share the common force-audio property between connectorsChris Wilson
2011-06-04drm: i915: correct return status in intel_hdmi_mode_valid()Nicolas Kaiser
2011-02-22drm/i915: Add support for limited color range of broadcast outputsChris Wilson
2011-02-11drm/i915: Trigger modesetting if force-audio changesChris Wilson
2010-10-22i915: enable AVI infoframe for intel_hdmi.c [v4]David Härdeman
2010-10-19drm/i915/hdmi: Add 'force_audio' propertyChris Wilson
2010-10-19drm/i915: Enable HDMI audio for monitor with audio supportZhenyu Wang
2010-09-21Merge branch 'drm-intel-fixes' into HEADChris Wilson
2010-09-18drm/i915: use GMBUS to manage i2c linksChris Wilson
2010-09-15drm/i915: call drm_encoder_init firstChris Wilson
2010-09-14drm/i915/i2c: Track the parent encoder rather than just the devChris Wilson
2010-09-14drm: Use a nondestructive mode for output detect when polling (v2)Chris Wilson
2010-09-13drm: Use a nondestructive mode for output detect when pollingChris Wilson
2010-09-09drm/i915: Make the connector->encoder relationship explicitChris Wilson
2010-09-09drm/i915: Rename intel_encoder->enc to base for consistencyChris Wilson
2010-08-09drm/i915: Subclass intel_encoder.Chris Wilson
2010-08-01drm/i915/hdmi: Set sync polarity based on actual modeAdam Jackson
2010-05-26drm/i915: Fix HDMI mode select for Cougarpoint PCHZhenyu Wang
2010-05-18drm/fbdev: rework output polling to be back in the core. (v4)Dave Airlie
2010-04-20Merge remote branch 'anholt/drm-intel-next' of /home/airlied/kernel/drm-next ...Dave Airlie
2010-04-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh...Linus Torvalds
2010-04-12drm/i915: convert HDMI driver to new encoder/connector structureZhenyu Wang
2010-04-12drm/i915: enable HDMI on CougarpointZhenyu Wang
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-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-25drm/i915: Rename intel_output to intel_encoder.Eric Anholt
2010-02-26drm/i915: More s/IS_IRONLAKE/HAS_PCH_SPLIT for Sandybridge.Eric Anholt
2010-01-12drm/i915: Don't use the child device parsed from VBT to setup HDMI/DPZhao Yakui
2009-12-16drm/i915: only enable hotplug for detected outputsJesse Barnes
2009-12-07drm/i915: Fix product names and #definesAdam Jackson
2009-12-01drm/i915: Declare the new VBT parsing functions as staticZhao Yakui
2009-11-30drm/i915: Don't set up HDMI ports that aren't in the BIOS device table.Zhao Yakui
2009-11-05drm/i915: HDMI hardware workaround for IronlakeZhenyu Wang
2009-10-02drm/i915: Initialize HDMI outputs as HDMI connectors, not DVI.Adam Jackson
2009-08-24drm/i915: Set crtc/clone mask in different output devicesMa Ling
2009-07-22drm/i915: hdmi detection according by reading edidling.ma@intel.com
2009-06-22drm/i915: Fix HDMI regression introduced in new chipset supportZhenyu Wang
2009-06-21Merge commit 'keithp/drm-intel-next' into drm-intel-nextEric Anholt
2009-06-18drm/i915: Change I2C api to pass around i2c_adaptersKeith Packard
2009-06-18drm/i915: Require digital monitor on HDMI ports for detectKeith Packard
2009-06-12Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds
2009-06-05drm/i915: Add HDMI support on IGDNGZhenyu Wang
2009-06-04drm: Hook up DPMS property handling in drm_crtc.c. Add drm_helper_connector_d...Keith Packard