summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_hdmi.c
Commit message (Expand)AuthorAgeFilesLines
* drm: Make the .mode_fixup() operations mode argument a const pointerLaurent Pinchart2012-07-191-1/+1
* drm/i915: ensure HDMI port is disabled inside set_infoframesDaniel Vetter2012-06-121-0/+23
* drm/i915: implement IBX hdmi transcoder select workaroundDaniel Vetter2012-06-061-1/+31
* drm/i915: add some barriers when changing DIPsPaulo Zanoni2012-05-301-0/+27
* drm/i915: remove comment about HSW HDMI DIPsPaulo Zanoni2012-05-301-3/+0
* drm/i915: don't set SDVO_BORDER_ENABLE when we're HDMIPaulo Zanoni2012-05-301-1/+1
* drm/i915: don't write 0 to DIP control at HDMI initPaulo Zanoni2012-05-301-10/+0
* drm/i915: disable DIP while changing the portPaulo Zanoni2012-05-301-7/+25
* drm/i915: explicitly disable the DIPs we're not usingPaulo Zanoni2012-05-301-0/+13
* drm/i915: don't wait for vblank while writing InfoFramesPaulo Zanoni2012-05-301-8/+0
* drm/i915: enable DIP before enabling each InfoFramePaulo Zanoni2012-05-301-8/+22
* drm/i915: only set the HDMI port on the DIP oncePaulo Zanoni2012-05-301-25/+31
* drm/i915: properly alternate between DVI and HDMIPaulo Zanoni2012-05-301-3/+85
* drm/i915: add set_infoframes to struct intel_hdmiPaulo Zanoni2012-05-301-4/+43
* drm/i915/hdmi: Fix reg values for g4x_hdmi_connectedChris Wilson2012-05-251-5/+2
* drm/i915/hdmi: Query the live connector status bit for G4xChris Wilson2012-05-211-0/+27
* drm/i915: implement hsw_write_infoframePaulo Zanoni2012-05-201-5/+48
* drm/i915: small hdmi coding style cleanupsPaulo Zanoni2012-05-201-31/+13
* drm/i915: prepare HDMI link for HaswellEugeni Dodonov2012-05-191-1/+12
* drm/i915: move HDMI structs to shared locationEugeni Dodonov2012-05-191-16/+3
* drm/i915: add support for DDI-controlled digital outputsEugeni Dodonov2012-05-191-0/+19
* drm/i915: show unknown sdvox registers on hdmi initEugeni Dodonov2012-05-191-0/+4
* drm/i915: add new Haswell DIP controls registersEugeni Dodonov2012-05-191-0/+19
* drm/i915: s/intel_infoframe/gm45_infoframeDaniel Vetter2012-05-081-14/+14
* drm/i915: s/i9xx_/gm45_ for the gm45 write_infoframe functionDaniel Vetter2012-05-081-3/+3
* drm/i915: replace intel_infoframe_freq with VIDEO_DIP_FREQ_VSYNCDaniel Vetter2012-05-081-21/+4
* drm/i915: set the DIP port on ibx_write_infoframePaulo Zanoni2012-05-081-0/+16
* drm/i915: ibx_write_infoframe can disable AVIPaulo Zanoni2012-05-081-7/+1
* drm/i915: split ironlake_write_infoframe into ibx_ and cpt_Paulo Zanoni2012-05-081-4/+48
* drm/i915: mask the video DIP frequency when changing itPaulo Zanoni2012-05-081-0/+3
* drm/i915: disable the infoframe before changing itPaulo Zanoni2012-05-081-0/+9
* drm/i915: break intel_infoframe_flags into _enable and _frequencyPaulo Zanoni2012-05-081-6/+26
* drm/i915: mask the video DIP port selectPaulo Zanoni2012-05-081-0/+1
* drm/i915: start writing infoframes at address 0 on gen 4Paulo Zanoni2012-05-081-1/+1
* drm/i915: change coding style of the write_infoframe functionsPaulo Zanoni2012-05-081-20/+23
* Merge remote-tracking branch 'airlied/drm-core-next' into drm-intel-next-queuedDaniel Vetter2012-05-081-1/+1
|\
| * Merge tag 'v3.4-rc6' into drm-intel-nextDaniel Vetter2012-05-071-1/+1
| |\
| | * drm/i915: enable dip before writing data on gen4Paulo Zanoni2012-05-031-1/+1
* | | drm/i915: make DBLCLK modes workPaulo Zanoni2012-05-031-2/+6
|/ /
* | drm/i915: Enable HDMI on ValleyViewShobhit Kumar2012-03-291-1/+36
* | drm/i915/intel_i2c: refactor using intel_gmbus_get_adapterDaniel Kurtz2012-03-281-3/+6
|/
* drm/i915: add a "force-dvi" HDMI audio modeWu Fengguang2012-02-141-9/+12
* drm/i915: allow interlaced mode output on the HDMI connectorPeter Ross2012-02-101-1/+1
* drm/i915: HDMI hot remove notification to audio driverWu Fengguang2011-12-191-2/+6
* drm/i915: fix ILK+ infoframe supportJesse Barnes2011-10-201-7/+11
* drm/i915: use transcoder select bits on VGA and HDMI on CPTJesse Barnes2011-10-201-6/+4
* drm/i915: support 3 pipes on IVB+Jesse Barnes2011-10-201-1/+1
* drm/i915: pass ELD to HDMI/DP audio driverWu Fengguang2011-09-211-0/+3
* drm/i915/hdmi: HDMI source product description infoframe supportJesse Barnes2011-08-031-0/+16
* drm/i915/hdmi: split infoframe setting from infoframe type codeJesse Barnes2011-08-031-46/+103