aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_hdmi.c
Commit message (Expand)AuthorAgeFilesLines
* merge more graphics stuff from 3.2.72Wolfgang Wiedmeyer2015-10-231-32/+168
* remove firmware files, merge more uncritical stuff from 3.0.101Wolfgang Wiedmeyer2015-10-231-166/+42
* Merge remote-tracking branch 'kernelorg/linux-3.0.y' into 3_0_64Andrew Dodd2013-02-271-1/+1
|\
| * drm/i915: HDMI - Clear Audio Enable bit for Hot PlugWang Xingchao2012-10-021-1/+1
| * drm/i915: HDMI hot remove notification to audio driverWu Fengguang2012-02-131-2/+6
* | samsung update 1codeworkx2012-06-021-44/+172
|/
* drm/i915: Share the common force-audio property between connectorsChris Wilson2011-06-041-12/+2
* drm: i915: correct return status in intel_hdmi_mode_valid()Nicolas Kaiser2011-06-041-1/+1
* drm/i915: Add support for limited color range of broadcast outputsChris Wilson2011-02-221-0/+13
* drm/i915: Trigger modesetting if force-audio changesChris Wilson2011-02-111-6/+33
* i915: enable AVI infoframe for intel_hdmi.c [v4]David Härdeman2010-10-221-1/+59
* drm/i915/hdmi: Add 'force_audio' propertyChris Wilson2010-10-191-0/+64
* drm/i915: Enable HDMI audio for monitor with audio supportZhenyu Wang2010-10-191-4/+8
* Merge branch 'drm-intel-fixes' into HEADChris Wilson2010-09-211-1/+1
|\
| * drm: Use a nondestructive mode for output detect when polling (v2)Chris Wilson2010-09-141-2/+1
| * drm: Use a nondestructive mode for output detect when pollingChris Wilson2010-09-131-1/+2
* | drm/i915: use GMBUS to manage i2c linksChris Wilson2010-09-181-25/+13
* | drm/i915: call drm_encoder_init firstChris Wilson2010-09-151-2/+4
* | drm/i915/i2c: Track the parent encoder rather than just the devChris Wilson2010-09-141-8/+10
* | drm/i915: Make the connector->encoder relationship explicitChris Wilson2010-09-091-7/+10
* | drm/i915: Rename intel_encoder->enc to base for consistencyChris Wilson2010-09-091-4/+4
|/
* drm/i915: Subclass intel_encoder.Chris Wilson2010-08-091-44/+33
* drm/i915/hdmi: Set sync polarity based on actual modeAdam Jackson2010-08-011-4/+5
* drm/i915: Fix HDMI mode select for Cougarpoint PCHZhenyu Wang2010-05-261-1/+4
* drm/fbdev: rework output polling to be back in the core. (v4)Dave Airlie2010-05-181-0/+1
* Merge remote branch 'anholt/drm-intel-next' of /home/airlied/kernel/drm-next ...Dave Airlie2010-04-201-39/+31
|\
| * drm/i915: convert HDMI driver to new encoder/connector structureZhenyu Wang2010-04-121-12/+24
| * drm/i915: enable HDMI on CougarpointZhenyu Wang2010-04-121-2/+6
| * drm/i915: Remove dead KMS encoder save/restore code.Eric Anholt2010-04-121-24/+0
| * drm/i915: change intel_ddc_get_modes() function parametersZhenyu Wang2010-04-091-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh...Linus Torvalds2010-04-171-43/+43
|\ \ | |/
| * drm/i915: Rename intel_output to intel_encoder.Eric Anholt2010-03-251-43/+43
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* drm/i915: More s/IS_IRONLAKE/HAS_PCH_SPLIT for Sandybridge.Eric Anholt2010-02-261-2/+2
* drm/i915: Don't use the child device parsed from VBT to setup HDMI/DPZhao Yakui2010-01-121-50/+0
* drm/i915: only enable hotplug for detected outputsJesse Barnes2009-12-161-0/+5
* drm/i915: Fix product names and #definesAdam Jackson2009-12-071-2/+2
* drm/i915: Declare the new VBT parsing functions as staticZhao Yakui2009-12-011-1/+1
* drm/i915: Don't set up HDMI ports that aren't in the BIOS device table.Zhao Yakui2009-11-301-1/+50
* drm/i915: HDMI hardware workaround for IronlakeZhenyu Wang2009-11-051-4/+22
* drm/i915: Initialize HDMI outputs as HDMI connectors, not DVI.Adam Jackson2009-10-021-1/+1
* drm/i915: Set crtc/clone mask in different output devicesMa Ling2009-08-241-6/+12
* drm/i915: hdmi detection according by reading edidling.ma@intel.com2009-07-221-60/+4
* drm/i915: Fix HDMI regression introduced in new chipset supportZhenyu Wang2009-06-221-2/+1
* Merge commit 'keithp/drm-intel-next' into drm-intel-nextEric Anholt2009-06-211-15/+17
|\
| * drm/i915: Change I2C api to pass around i2c_adaptersKeith Packard2009-06-181-1/+1
| * drm/i915: Require digital monitor on HDMI ports for detectKeith Packard2009-06-181-14/+16
|/
* Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2009-06-121-2/+31
|\
| * drm/i915: Add HDMI support on IGDNGZhenyu Wang2009-06-051-2/+31
* | drm: Hook up DPMS property handling in drm_crtc.c. Add drm_helper_connector_d...Keith Packard2009-06-041-0/+1
|/