Age | Commit message (Expand) | Author |
2015-10-06 | drm/i915: Call encoder hotplug for init and resume cases | Sonika Jindal |
2015-09-30 | drm/i915: Add HDMI aspect ratio property for SDVO | Ville Syrjälä |
2015-09-30 | drm/i915: Constify adjusted_mode | Ville Syrjälä |
2015-09-30 | drm/i915: Always use crtc_ timings when dealing with adjustead_mode | Ville Syrjälä |
2015-09-30 | drm/i915: s/mode/adjusted_mode/ in functions that really get passed the adjus... | Ville Syrjälä |
2015-09-30 | drm/i915: Always call the adjusted mode 'adjusted_mode' | Ville Syrjälä |
2015-09-23 | drm/i915: Don't pass sdvo_reg to intel_sdvo_select_{ddc, i2c}_bus() | Ville Syrjälä |
2015-08-26 | drm/i915: Make some string arrays const | Ville Syrjälä |
2015-08-26 | drm/i915: Use ARRAY_SIZE() instead of hand rolling it | Ville Syrjälä |
2015-08-14 | drm/i915: Get rid of dpms handling. | Maarten Lankhorst |
2015-08-14 | drm/i915: Validate the state after an atomic modeset only, and pass the state. | Maarten Lankhorst |
2015-07-27 | drm: Make the connector dpms callback return a value, v2. | Maarten Lankhorst |
2015-06-26 | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds |
2015-06-08 | drm/i915: Properly initialize SDVO analog connectors | Ander Conselvan de Oliveira |
2015-05-21 | drm/i915: Disable SDVO port after the pipe on PCH platforms | Ville Syrjälä |
2015-05-21 | drm/i915: Fix the IBX transcoder B workarounds | Ville Syrjälä |
2015-05-21 | drm/i915: Write the SDVO reg twice on IBX | Ville Syrjälä |
2015-05-08 | drm/i915: Use POSTING_READ() in intel_sdvo_write_sdvox() | Ville Syrjälä |
2015-04-13 | drm/i915: Allocate connector state together with the connectors | Ander Conselvan de Oliveira |
2015-04-13 | drm/i915: Allocate connector state together with the connectors | Ander Conselvan de Oliveira |
2015-04-01 | drm/i915: base gmbus pin validity check on the gmbus pin map array | Jani Nikula |
2015-04-01 | drm/i915: refer to pin instead of port in the intel_i2c.c interfaces | Jani Nikula |
2015-04-01 | drm/i915: rename GMBUS_PORT_* macros as GMBUS_PIN_* | Jani Nikula |
2015-03-26 | drm/i915: Implement connector state duplication | Ander Conselvan de Oliveira |
2015-03-17 | drm/i915: Fix trivial typos in comments and warning message | Yannick Guerrini |
2015-01-27 | drm/i915: Add atomic_get_property entrypoint for connectors (v2) | Matt Roper |
2015-01-27 | drm/i915: Setup dummy atomic state for connectors (v3) | Matt Roper |
2015-01-27 | drm/i915: Make intel_crtc->config a pointer | Ander Conselvan de Oliveira |
2015-01-27 | drm/i915: Embedded struct drm_crtc_state in intel_crtc_state | Ander Conselvan de Oliveira |
2015-01-27 | drm/i915: Rename struct intel_crtc_config to intel_crtc_state | Ander Conselvan de Oliveira |
2015-01-13 | drm/i915: Don't pretend SDVO hotplug works on 915 | Ville Syrjälä |
2014-10-31 | drm/i915: Don't destroy DRM properties in the driver | Damien Lespiau |
2014-07-08 | Merge tag 'topic/core-stuff-2014-06-30' of git://anongit.freedesktop.org/drm-... | Dave Airlie |
2014-06-19 | drm: add register and unregister functions for connectors | Thomas Wood |
2014-06-11 | drm/i915: Avoid div-by-zero when pixel_multiplier is zero | Ville Syrjälä |
2014-06-04 | drm/i915: replace drm_get_connector_name() with direct name field use | Jani Nikula |
2014-05-16 | drm/i915/sdvo: use config->has_hdmi_sink | Daniel Vetter |
2014-05-16 | drm/i915: state readout and cross checking for limited_color_range | Daniel Vetter |
2014-05-16 | drm/i915/sdvo: Use pipe_config->limited_color_range consistently | Daniel Vetter |
2014-05-05 | drm/i915/sdvo: Remove ->mode_set callback | Daniel Vetter |
2014-04-15 | drm/i915/SDVO: For sysfs link put directory and target in correct order | Egbert Eich |
2014-03-21 | drm/i915/sdvo: fix questionable return value check | Jani Nikula |
2014-03-10 | drm/i915: Make encoder cloning more flexible | Ville Syrjälä |
2014-02-14 | drm/i915: sdvo: add i2c sysfs symlink to the connector's directory | Imre Deak |
2014-02-14 | drm/i915: sdvo: fix error path in sdvo_connector_init | Imre Deak |
2014-02-14 | drm/i915: add unregister callback to connector | Imre Deak |
2013-12-10 | drm/i915: Don't cast away const from infoframe buffer | Ville Syrjälä |
2013-11-28 | drm/i915: Return a drm_mode_status enum in the mode_valid vfuncs | Damien Lespiau |
2013-11-28 | drm/i915/sdvo: Fix up debug output to not split lines | Daniel Vetter |
2013-10-01 | drm/i915: destroy connector sysfs files earlier | Paulo Zanoni |