aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_sdvo.c
Commit message (Expand)AuthorAge
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2015-06-26
|\
| * drm/i915: Disable SDVO port after the pipe on PCH platformsVille Syrjälä2015-05-21
| * drm/i915: Fix the IBX transcoder B workaroundsVille Syrjälä2015-05-21
| * drm/i915: Write the SDVO reg twice on IBXVille Syrjälä2015-05-21
| * drm/i915: Use POSTING_READ() in intel_sdvo_write_sdvox()Ville Syrjälä2015-05-08
| * drm/i915: Allocate connector state together with the connectorsAnder Conselvan de Oliveira2015-04-13
| * drm/i915: base gmbus pin validity check on the gmbus pin map arrayJani Nikula2015-04-01
| * drm/i915: refer to pin instead of port in the intel_i2c.c interfacesJani Nikula2015-04-01
| * drm/i915: rename GMBUS_PORT_* macros as GMBUS_PIN_*Jani Nikula2015-04-01
* | drm/i915: Properly initialize SDVO analog connectorsAnder Conselvan de Oliveira2015-06-08
* | drm/i915: Allocate connector state together with the connectorsAnder Conselvan de Oliveira2015-04-13
|/
* drm/i915: Implement connector state duplicationAnder Conselvan de Oliveira2015-03-26
* drm/i915: Fix trivial typos in comments and warning messageYannick Guerrini2015-03-17
* drm/i915: Add atomic_get_property entrypoint for connectors (v2)Matt Roper2015-01-27
* drm/i915: Setup dummy atomic state for connectors (v3)Matt Roper2015-01-27
* drm/i915: Make intel_crtc->config a pointerAnder Conselvan de Oliveira2015-01-27
* drm/i915: Embedded struct drm_crtc_state in intel_crtc_stateAnder Conselvan de Oliveira2015-01-27
* drm/i915: Rename struct intel_crtc_config to intel_crtc_stateAnder Conselvan de Oliveira2015-01-27
* drm/i915: Don't pretend SDVO hotplug works on 915Ville Syrjälä2015-01-12
* drm/i915: Don't destroy DRM properties in the driverDamien Lespiau2014-10-31
* Merge tag 'topic/core-stuff-2014-06-30' of git://anongit.freedesktop.org/drm-...Dave Airlie2014-07-07
|\
| * drm: add register and unregister functions for connectorsThomas Wood2014-06-19
* | drm/i915: Avoid div-by-zero when pixel_multiplier is zeroVille Syrjälä2014-06-11
|/
* drm/i915: replace drm_get_connector_name() with direct name field useJani Nikula2014-06-03
* drm/i915/sdvo: use config->has_hdmi_sinkDaniel Vetter2014-05-16
* drm/i915: state readout and cross checking for limited_color_rangeDaniel Vetter2014-05-16
* drm/i915/sdvo: Use pipe_config->limited_color_range consistentlyDaniel Vetter2014-05-16
* drm/i915/sdvo: Remove ->mode_set callbackDaniel Vetter2014-05-05
* drm/i915/SDVO: For sysfs link put directory and target in correct orderEgbert Eich2014-04-15
* drm/i915/sdvo: fix questionable return value checkJani Nikula2014-03-21
* drm/i915: Make encoder cloning more flexibleVille Syrjälä2014-03-10
* drm/i915: sdvo: add i2c sysfs symlink to the connector's directoryImre Deak2014-02-14
* drm/i915: sdvo: fix error path in sdvo_connector_initImre Deak2014-02-14
* drm/i915: add unregister callback to connectorImre Deak2014-02-14
* drm/i915: Don't cast away const from infoframe bufferVille Syrjälä2013-12-10
* drm/i915: Return a drm_mode_status enum in the mode_valid vfuncsDamien Lespiau2013-11-28
* drm/i915/sdvo: Fix up debug output to not split linesDaniel Vetter2013-11-28
* drm/i915: destroy connector sysfs files earlierPaulo Zanoni2013-10-01
* drm/i915: Use crtc_clock with the adjusted modeDamien Lespiau2013-10-01
* drm/i915: Add some debug spam for intialising SDVOChris Wilson2013-10-01
* drm/i915: use pointer = k[cmz...]alloc(sizeof(*pointer), ...) patternDaniel Vetter2013-10-01
* Merge tag 'v3.12-rc2' into drm-intel-nextDaniel Vetter2013-09-24
|\
| * drm/i915/sdvo: Robustify the dtd<->drm_mode conversionsDaniel Vetter2013-09-11
| * drm/i915/sdvo: Fully translate sync flags in the dtd->mode conversionDaniel Vetter2013-09-10
* | drm/i915: Fix port_clock and adjusted_mode.clock readout all overVille Syrjälä2013-09-16
* | drm/i915: Make adjusted_mode.clock non-pixel multipliedVille Syrjälä2013-09-13
* | drm/i915: Remove unused mode_fixup() vfunc of struct intel_dvo_dev_opsDamien Lespiau2013-09-05
|/
* drm/i915: handle sdvo input pixel multiplier correctly againDaniel Vetter2013-09-04
* i915: Fix SDVO potentially turning off randomlyGuillaume Clement2013-08-22
* drm/i915/sdvo: Port the infoframe code to the shared infrastructureDamien Lespiau2013-08-08