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