summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_hdmi.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Don't cast away const from infoframe bufferVille Syrjälä2013-12-101-10/+10
* drm/i915: Return a drm_mode_status enum in the mode_valid vfuncsDamien Lespiau2013-11-281-2/+3
* Merge branch 'backlight-rework' into drm-intel-next-queuedDaniel Vetter2013-11-151-1/+1
|\
| * drm/i915/bdw: Broadwell has a max port clock of 300Mhz on HDMIDamien Lespiau2013-11-081-1/+1
* | drm/i915/vlv: Make the vlv_dpio_read/vlv_dpio_write more PHY centricChon Ming Lee2013-11-111-4/+4
* | drm/i915/vlv: Rename VLV DPIO register to be more structure to match configdb...Chon Ming Lee2013-11-081-32/+22
|/
* drm/i915: Move some hdmi enable function name to vlv specific.Chon Ming Lee2013-10-161-6/+6
* drm/i915: destroy connector sysfs files earlierPaulo Zanoni2013-10-011-1/+0
* drm/i915: Allow stereo modes on HDMIDamien Lespiau2013-10-011-0/+1
* drm/i915: Use crtc_clock with the adjusted modeDamien Lespiau2013-10-011-3/+3
* drm/i915: use pointer = k[cmz...]alloc(sizeof(*pointer), ...) patternDaniel Vetter2013-10-011-2/+2
* drm/i915: Use adjusted_mode in HDMI 12bpc clock checkVille Syrjälä2013-09-161-1/+1
* drm/i915: Fix port_clock and adjusted_mode.clock readout all overVille Syrjälä2013-09-161-0/+11
* drm/i915: Add additional pipe parameter for vlv_dpio_read and vlv_dpio_write. v2Chon Ming Lee2013-09-051-21/+27
* Merge tag 'drm-intel-next-2013-08-23' of git://people.freedesktop.org/~danvet...Dave Airlie2013-08-301-2/+0
|\
| * drm/i915: remove set but unused variablesPaulo Zanoni2013-08-221-2/+0
* | drm/i915/hdmi: Write HDMI vendor specific infoframesLespiau, Damien2013-08-301-0/+28
* | Merge tag 'drm-intel-next-2013-08-09' of git://people.freedesktop.org/~danvet...Dave Airlie2013-08-211-115/+138
|\ \ | |/
| * drm/i915/hmdi: Rename set_infoframe() to write_infoframe()Damien Lespiau2013-08-081-4/+4
| * drm: Handle the DBLCLK flag in the common infoframe helperDamien Lespiau2013-08-081-3/+0
| * drm/i915: Remove the now obsolete infoframe definitionsDamien Lespiau2013-08-081-15/+0
| * drm/i915/hdmi: Port the infoframe code to the common hdmi helpersDamien Lespiau2013-08-081-24/+58
| * drm/i915/hdmi: Change the write_infoframe vfunc to take a buffer and a typeDamien Lespiau2013-08-081-50/+56
| * drm/i915: rearrange vlv hdmi enable and pre_enable callbacksJani Nikula2013-08-051-9/+11
| * drm/i915: Acquire dpio_lock for VLV sideband programming in DP/HDMIChris Wilson2013-08-051-0/+4
| * drm/i915/hdmi: use native encoder mode_set callbackDaniel Vetter2013-08-041-17/+12
* | Merge remote-tracking branch 'pfdo/drm-rcar-for-v3.12' into drm-nextDave Airlie2013-08-191-3/+16
|\ \ | |/ |/|
| * drm/i915: fix hdmi portclock limitsDaniel Vetter2013-07-231-3/+16
* | drm/i915: Add some debug breadcrumbs to connector detectionChris Wilson2013-07-241-0/+3
|/
* 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
|\
OpenPOWER on IntegriCloud