summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_sdvo.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Convert dev_priv->dev backpointers to dev_priv->drmChris Wilson2016-07-051-1/+1
* drm/i915: Mass convert dev->dev_private to to_i915(dev)Chris Wilson2016-07-041-11/+11
* drm/i915: Move connector registration to driver registrationChris Wilson2016-06-241-10/+0Star
* drm/i915: Move backlight registration to connector registrationChris Wilson2016-06-241-0/+5
* drm/i915: Move registration actions to connector->late_registerChris Wilson2016-06-241-8/+11
* drm/i915: Move intel_connector->unregister to connector->early_unregisterChris Wilson2016-06-191-15/+11Star
* drm: i915: Rely on the default ->best_encoder() behavior where appropriateBoris Brezillon2016-06-101-1/+0Star
* drm/i915: Give encoders useful namesVille Syrjälä2016-05-301-1/+1
* drm/i915: move sdvo mappings to vbt dataJani Nikula2016-03-291-8/+8
* drm/i915: Move the encoder vs. FDI dotclock check out from encoder .get_config()Ville Syrjälä2016-03-011-3/+1Star
* drm/i915: SDVO pixel clock checkMika Kahola2016-02-111-0/+4
* drm: Pass 'name' to drm_encoder_init()Ville Syrjälä2015-12-111-1/+2
* drm/i915: Type safe register read/writeVille Syrjälä2015-11-181-2/+3
* drm/i915: s/is_sdvob/enum port/Ville Syrjälä2015-11-181-19/+28
* drm/i915: Disable FIFO underrun reporting around IBX transcoder B workaroundVille Syrjälä2015-11-101-0/+11
* Revert "drm/i915: Call encoder hotplug for init and resume cases"Daniel Vetter2015-10-081-0/+1
* drm/i915: Call encoder hotplug for init and resume casesSonika Jindal2015-10-061-1/+0Star
* drm/i915: Add HDMI aspect ratio property for SDVOVille Syrjälä2015-09-301-0/+28
* drm/i915: Constify adjusted_modeVille Syrjälä2015-09-301-1/+1
* drm/i915: Always use crtc_ timings when dealing with adjustead_modeVille Syrjälä2015-09-301-2/+2
* drm/i915: s/mode/adjusted_mode/ in functions that really get passed the adjus...Ville Syrjälä2015-09-301-3/+3
* drm/i915: Always call the adjusted mode 'adjusted_mode'Ville Syrjälä2015-09-301-2/+1Star
* drm/i915: Don't pass sdvo_reg to intel_sdvo_select_{ddc, i2c}_bus()Ville Syrjälä2015-09-231-4/+4
* drm/i915: Make some string arrays constVille Syrjälä2015-08-261-2/+2
* drm/i915: Use ARRAY_SIZE() instead of hand rolling itVille Syrjälä2015-08-261-1/+1
* drm/i915: Get rid of dpms handling.Maarten Lankhorst2015-08-141-46/+1Star
* drm/i915: Validate the state after an atomic modeset only, and pass the state.Maarten Lankhorst2015-08-141-2/+0Star
* drm: Make the connector dpms callback return a value, v2.Maarten Lankhorst2015-07-271-3/+5
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2015-06-261-38/+47
|\
| * drm/i915: Disable SDVO port after the pipe on PCH platformsVille Syrjälä2015-05-211-8/+17
| * drm/i915: Fix the IBX transcoder B workaroundsVille Syrjälä2015-05-211-25/+16Star
| * drm/i915: Write the SDVO reg twice on IBXVille Syrjälä2015-05-211-0/+8
| * drm/i915: Use POSTING_READ() in intel_sdvo_write_sdvox()Ville Syrjälä2015-05-081-3/+3
| * drm/i915: Allocate connector state together with the connectorsAnder Conselvan de Oliveira2015-04-131-3/+19
| * drm/i915: base gmbus pin validity check on the gmbus pin map arrayJani Nikula2015-04-011-1/+2
| * drm/i915: refer to pin instead of port in the intel_i2c.c interfacesJani Nikula2015-04-011-1/+1
| * drm/i915: rename GMBUS_PORT_* macros as GMBUS_PIN_*Jani Nikula2015-04-011-1/+1
* | drm/i915: Properly initialize SDVO analog connectorsAnder Conselvan de Oliveira2015-06-081-1/+1
* | drm/i915: Allocate connector state together with the connectorsAnder Conselvan de Oliveira2015-04-131-3/+19
|/
* drm/i915: Implement connector state duplicationAnder Conselvan de Oliveira2015-03-261-0/+1
* drm/i915: Fix trivial typos in comments and warning messageYannick Guerrini2015-03-171-1/+1
* drm/i915: Add atomic_get_property entrypoint for connectors (v2)Matt Roper2015-01-271-0/+1
* drm/i915: Setup dummy atomic state for connectors (v3)Matt Roper2015-01-271-0/+2
* drm/i915: Make intel_crtc->config a pointerAnder Conselvan de Oliveira2015-01-271-7/+7
* drm/i915: Embedded struct drm_crtc_state in intel_crtc_stateAnder Conselvan de Oliveira2015-01-271-6/+6
* drm/i915: Rename struct intel_crtc_config to intel_crtc_stateAnder Conselvan de Oliveira2015-01-271-3/+3
* drm/i915: Don't pretend SDVO hotplug works on 915Ville Syrjälä2015-01-131-0/+3
* drm/i915: Don't destroy DRM properties in the driverDamien Lespiau2014-10-311-47/+0Star
* Merge tag 'topic/core-stuff-2014-06-30' of git://anongit.freedesktop.org/drm-...Dave Airlie2014-07-081-5/+5
|\
| * drm: add register and unregister functions for connectorsThomas Wood2014-06-191-5/+5