summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_hdmi.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: fix hdmi portclock limitsDaniel Vetter2013-07-231-3/+16
* Revert "drm/i915: Don't use the HDMI port color range bit on Valleyview"Ville Syrjälä2013-07-011-1/+1
* drm/i915: store adjusted dotclock in adjusted_mode->clockDaniel Vetter2013-06-041-3/+1
* drm/i915: rename VLV IOSF sideband functions logicallyJani Nikula2013-05-231-21/+21
* drm/i915: drop redundant warnings on not holding dpio_lockJani Nikula2013-05-231-4/+0
* drm/i915: add encoder get_config function v5Jesse Barnes2013-05-211-0/+23
* Merge tag 'v3.10-rc2' into drm-intel-next-queuedDaniel Vetter2013-05-211-0/+8
|\
| * drm/i915: avoid full modeset when changing the color range propertiesDaniel Vetter2013-04-231-0/+8
* | drm/i915: implement fdi auto-ditheringDaniel Vetter2013-04-291-4/+10
* | drm/i915: fixup 12bpc hdmi dotclock handlingDaniel Vetter2013-04-291-2/+15
* | drm/i915: update VLV PLL and DPIO code v11Jesse Barnes2013-04-191-0/+108
|/
* drm/i915: move cpu_transcoder to the pipe configurationDaniel Vetter2013-04-181-3/+3
* drm/i915: (re)init HPD interrupt storm statisticsEgbert Eich2013-04-181-1/+0
* drm/i915: Don't use the HDMI port color range bit on ValleyviewVille Syrjälä2013-04-051-1/+1
* drm/i915: precompute pipe bpp before touching the hwDaniel Vetter2013-03-281-0/+13
* drm/i915: introduce pipe_config->dither|pipe_bppDaniel Vetter2013-03-281-1/+1
* drm/i915: add pipe_config->limited_color_rangeDaniel Vetter2013-03-281-2/+3
* drm/i915: add pipe_config->has_pch_encoderDaniel Vetter2013-03-281-5/+9
* DRM/i915: Get rid if the 'hotplug_supported_mask' in struct drm_i915_private.Egbert Eich2013-03-271-3/+0
* DRM/I915: Add enum hpd_pin to intel_encoder.Egbert Eich2013-03-261-0/+4
* drm/i915: use VLV DIP routines on VLV v2Jesse Barnes2013-03-231-4/+4
* Merge tag 'v3.9-rc3' into drm-intel-next-queuedDaniel Vetter2013-03-191-32/+2
|\
| * Merge branch 'drm/hdmi-for-3.9' of git://anongit.freedesktop.org/tegra/linux ...Dave Airlie2013-02-241-2/+2
| |\
| | * drm: Remove duplicate drm_mode_cea_vic()Thierry Reding2013-02-221-2/+2
| * | Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie2013-02-241-29/+0
| |\ \ | | |/ | |/|
| | * drm/i915: Revert hdmi HDP pin checksDaniel Vetter2013-02-221-29/+0
| * | Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie2013-02-201-5/+5
| |\ \ | | |/
| * | drm/i915: rip out helper->disable noop functionsDaniel Vetter2013-02-141-1/+0
* | | drm/i915: rename some HDMI bit definitionsPaulo Zanoni2013-03-041-4/+4
* | | drm/i915: remove duplicated SDVO/HDMI bit definitionsPaulo Zanoni2013-03-041-14/+9
* | | drm/i915: Use cpu_transcoder for HSW_TVIDEO_DIP_* instead of pipeRodrigo Vivi2013-03-031-6/+7
* | | drm/i915: rename sdvox_reg to hdmi_reg on HDMI contextPaulo Zanoni2013-02-201-36/+36
* | | drm/i915: use HAS_DDI on intel_hdmi.c and intel_display.cPaulo Zanoni2013-02-201-1/+1
| |/ |/|
* | drm/i915: unify HDMI/DP hpd definitionsDaniel Vetter2013-02-151-5/+5
|/
* drm/i915: Convert intel_hdmi to enum portVille Syrjälä2013-01-241-12/+15
* drm/i915: Provide the quantization range in the AVI infoframeVille Syrjälä2013-01-201-0/+11
* drm/i915: Add "Automatic" mode for the "Broadcast RGB" propertyVille Syrjälä2013-01-201-4/+25
* drm/i915: Fix RGB color range property for PCH platformsVille Syrjälä2013-01-201-0/+5
* drm/i915: Return the real error code from intel_set_mode()Chris Wilson2012-12-201-5/+2
* drm/i915/hdmi: Read the HPD status before trying to read the EDIDDamien Lespiau2012-12-141-2/+7
* drm/i915: add HAS_DDI checkPaulo Zanoni2012-11-291-2/+2
* drm/i915: set the VIC of the mode on the AVI InfoFramePaulo Zanoni2012-11-291-0/+2
* drm/i915: drm_connector_property -> drm_object_propertyRob Clark2012-11-211-1/+1
* drm/i915: create the DDI encoderPaulo Zanoni2012-11-111-26/+10
* drm/i915: add intel_ddi_connector_get_hw_statePaulo Zanoni2012-11-111-1/+4
* drm/i915: add port field to intel_digital_portPaulo Zanoni2012-11-111-2/+2
* drm/i915: reset intel_encoder->type when DP or HDMI is detectedPaulo Zanoni2012-11-111-0/+4
* drm/i915: split intel_hdmi_init into encoder and connector piecesPaulo Zanoni2012-11-111-43/+53
* drm/i915: create intel_digital_port and use itPaulo Zanoni2012-11-111-10/+15
* drm/i915: add intel_dp_to_dev and intel_hdmi_to_devPaulo Zanoni2012-11-111-2/+7
OpenPOWER on IntegriCloud