aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_hdmi.c
AgeCommit message (Expand)Author
2014-06-18drm/i915: add unregister callback to connectorImre Deak
2014-06-18drm/i915: Allow user modes to exceed DVI 165MHz limitVille Syrjälä
2014-03-03drm/i915: Reject >165MHz modes w/ DVI monitorsVille Syrjälä
2013-12-10drm/i915: Don't cast away const from infoframe bufferVille Syrjälä
2013-11-28drm/i915: Return a drm_mode_status enum in the mode_valid vfuncsDamien Lespiau
2013-11-15Merge branch 'backlight-rework' into drm-intel-next-queuedDaniel Vetter
2013-11-11drm/i915/vlv: Make the vlv_dpio_read/vlv_dpio_write more PHY centricChon Ming Lee
2013-11-08drm/i915/bdw: Broadwell has a max port clock of 300Mhz on HDMIDamien Lespiau
2013-11-08drm/i915/vlv: Rename VLV DPIO register to be more structure to match configdb...Chon Ming Lee
2013-10-16drm/i915: Move some hdmi enable function name to vlv specific.Chon Ming Lee
2013-10-01drm/i915: destroy connector sysfs files earlierPaulo Zanoni
2013-10-01drm/i915: Allow stereo modes on HDMIDamien Lespiau
2013-10-01drm/i915: Use crtc_clock with the adjusted modeDamien Lespiau
2013-10-01drm/i915: use pointer = k[cmz...]alloc(sizeof(*pointer), ...) patternDaniel Vetter
2013-09-16drm/i915: Use adjusted_mode in HDMI 12bpc clock checkVille Syrjälä
2013-09-16drm/i915: Fix port_clock and adjusted_mode.clock readout all overVille Syrjälä
2013-09-05drm/i915: Add additional pipe parameter for vlv_dpio_read and vlv_dpio_write. v2Chon Ming Lee
2013-08-30Merge tag 'drm-intel-next-2013-08-23' of git://people.freedesktop.org/~danvet...Dave Airlie
2013-08-30drm/i915/hdmi: Write HDMI vendor specific infoframesLespiau, Damien
2013-08-22drm/i915: remove set but unused variablesPaulo Zanoni
2013-08-21Merge tag 'drm-intel-next-2013-08-09' of git://people.freedesktop.org/~danvet...Dave Airlie
2013-08-19Merge remote-tracking branch 'pfdo/drm-rcar-for-v3.12' into drm-nextDave Airlie
2013-08-08drm/i915/hmdi: Rename set_infoframe() to write_infoframe()Damien Lespiau
2013-08-08drm: Handle the DBLCLK flag in the common infoframe helperDamien Lespiau
2013-08-08drm/i915: Remove the now obsolete infoframe definitionsDamien Lespiau
2013-08-08drm/i915/hdmi: Port the infoframe code to the common hdmi helpersDamien Lespiau
2013-08-08drm/i915/hdmi: Change the write_infoframe vfunc to take a buffer and a typeDamien Lespiau
2013-08-05drm/i915: rearrange vlv hdmi enable and pre_enable callbacksJani Nikula
2013-08-05drm/i915: Acquire dpio_lock for VLV sideband programming in DP/HDMIChris Wilson
2013-08-04drm/i915/hdmi: use native encoder mode_set callbackDaniel Vetter
2013-07-24drm/i915: Add some debug breadcrumbs to connector detectionChris Wilson
2013-07-23drm/i915: fix hdmi portclock limitsDaniel Vetter
2013-07-01Revert "drm/i915: Don't use the HDMI port color range bit on Valleyview"Ville Syrjälä
2013-06-04drm/i915: store adjusted dotclock in adjusted_mode->clockDaniel Vetter
2013-05-23drm/i915: rename VLV IOSF sideband functions logicallyJani Nikula
2013-05-23drm/i915: drop redundant warnings on not holding dpio_lockJani Nikula
2013-05-21drm/i915: add encoder get_config function v5Jesse Barnes
2013-05-21Merge tag 'v3.10-rc2' into drm-intel-next-queuedDaniel Vetter
2013-04-29drm/i915: implement fdi auto-ditheringDaniel Vetter
2013-04-29drm/i915: fixup 12bpc hdmi dotclock handlingDaniel Vetter
2013-04-23drm/i915: avoid full modeset when changing the color range propertiesDaniel Vetter
2013-04-19drm/i915: update VLV PLL and DPIO code v11Jesse Barnes
2013-04-18drm/i915: move cpu_transcoder to the pipe configurationDaniel Vetter
2013-04-18drm/i915: (re)init HPD interrupt storm statisticsEgbert Eich
2013-04-05drm/i915: Don't use the HDMI port color range bit on ValleyviewVille Syrjälä
2013-03-28drm/i915: precompute pipe bpp before touching the hwDaniel Vetter
2013-03-28drm/i915: introduce pipe_config->dither|pipe_bppDaniel Vetter
2013-03-28drm/i915: add pipe_config->limited_color_rangeDaniel Vetter
2013-03-28drm/i915: add pipe_config->has_pch_encoderDaniel Vetter
2013-03-27DRM/i915: Get rid if the 'hotplug_supported_mask' in struct drm_i915_private.Egbert Eich