summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_lvds.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-23Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-61/+4
2016-05-04drm/i915/lvds: separate border enable readout from panel fitterJani Nikula1-0/+4
2016-04-07drm/i915: fix deadlock on lid openBjørn Mork1-4/+1
2016-03-30drm/i915: fix deadlock on lid openBjørn Mork1-4/+1
2016-03-29drm/i915: use a substruct in vbt data for edpJani Nikula1-1/+1
2016-03-16drm/i915: move VBT based LVDS presence check to intel_bios.cJani Nikula1-52/+1
2016-03-09drm/i915: Store a direct pointer to shared dpll in intel_crtc_stateAnder Conselvan de Oliveira1-1/+1
2016-03-01drm/i915: Move the encoder vs. FDI dotclock check out from encoder .get_config()Ville Syrjälä1-7/+1
2016-02-17drm/i915/lvds: Ensure the HW is powered during HW state readoutImre Deak1-3/+11
2016-02-09drm/i915: Switch DDC when reading the EDIDLukas Wunner1-1/+7
2015-12-11drm: Pass 'name' to drm_encoder_init()Ville Syrjälä1-1/+1
2015-11-18drm/i915: Type safe register read/writeVille Syrjälä1-4/+4
2015-11-11drm/i915: Clean up LVDS register handling harderLukas Wunner1-2/+1
2015-10-13drm/i915: Clean up LVDS register handlingVille Syrjälä1-16/+14
2015-09-30drm/i915: Always call the adjusted mode 'adjusted_mode'Ville Syrjälä1-2/+1
2015-09-04drm/i915: access the PP_ON_DELAYS/PP_OFF_DELAYS regs only pre GEN5Imre Deak1-0/+12
2015-09-04drm/i915: access the PP_CONTROL reg only pre GEN5Imre Deak1-1/+1
2015-08-26drm/i915: LVDS pixel clock checkMika Kahola1-0/+3
2015-08-14drm/i915: Get rid of dpms handling.Maarten Lankhorst1-1/+1
2015-07-14drm/i915: Convert resume to atomic.Maarten Lankhorst1-1/+1
2015-07-06drm/i915: Disable LVDS port after the pipe on PCHVille Syrjälä1-5/+31
2015-06-24drm/i915: Nuke lvds downclock supportDaniel Vetter1-17/+1
2015-06-22drm/i915: Ignore LVDS presence in VBT flag if the LVDS is enabled by BIOSChris Wilson1-6/+10
2015-05-20Backmerge v4.1-rc4 into into drm-nextDave Airlie1-2/+24
2015-05-05drm/i915: Add missing MacBook Pro models with dual channel LVDSLukas Wunner1-1/+17
2015-05-05drm/i915: Assume dual channel LVDS if pixel clock necessitates itLukas Wunner1-1/+7
2015-04-13drm/i915: Allocate connector state together with the connectorsAnder Conselvan de Oliveira1-0/+6
2015-04-13drm/i915: Allocate connector state together with the connectorsAnder Conselvan de Oliveira1-0/+6
2015-04-01drm/i915: base gmbus pin validity check on the gmbus pin map arrayJani Nikula1-1/+1
2015-04-01drm/i915: refer to pin instead of port in the intel_i2c.c interfacesJani Nikula1-1/+1
2015-04-01drm/i915: rename GMBUS_PORT_* macros as GMBUS_PIN_*Jani Nikula1-1/+1
2015-03-26drm/i915: Don't use encoder->new_crtc in intel_lvds_compute_config()Ander Conselvan de Oliveira1-1/+1
2015-03-26drm/i915: Implement connector state duplicationAnder Conselvan de Oliveira1-0/+1
2015-02-26drm/i915: Use enabled value from crtc_state rather than crtc (v2)Matt Roper1-1/+1
2015-01-27drm/i915: Add atomic_get_property entrypoint for connectors (v2)Matt Roper1-0/+1
2015-01-27drm/i915: Setup dummy atomic state for connectors (v3)Matt Roper1-0/+2
2015-01-27drm/i915: Make intel_crtc->config a pointerAnder Conselvan de Oliveira1-3/+3
2015-01-27drm/i915: Embedded struct drm_crtc_state in intel_crtc_stateAnder Conselvan de Oliveira1-4/+4
2015-01-27drm/i915: Rename struct intel_crtc_config to intel_crtc_stateAnder Conselvan de Oliveira1-2/+2
2014-12-08Merge tag 'v3.18' into drm-nextDave Airlie1-11/+11
2014-12-02drm/i915: Unlock panel even when LVDS is disabledDaniel Vetter1-11/+11
2014-11-14drm/i915: Pass the current pipe from eDP init to backlight setupVille Syrjälä1-1/+1
2014-10-01drm/i915: Bikeshed rpm functions name a bit.Daniel Vetter1-1/+1
2014-09-16drm: backmerge tag 'v3.17-rc5' into drm-nextDave Airlie1-1/+1
2014-08-28drm/i915: Remove bogus __init annotation from DMI callbacksMathias Krause1-1/+1
2014-08-08drm/i915: Introduce a for_each_intel_encoder() macroDamien Lespiau1-2/+1
2014-08-05Merge tag 'v3.16' into drm-nextDave Airlie1-0/+7
2014-07-19Merge tag 'drm-intel-next-2014-07-11' of git://anongit.freedesktop.org/drm-in...Dave Airlie1-4/+14
2014-07-14Revert "drm/i915: Don't set the 8to6 dither flag when not scaling"Daniel Vetter1-0/+7
2014-07-10drm/i915: don't read LVDS regs at compute_config timePaulo Zanoni1-4/+9