summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_dsi.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-24Merge tag 'topic/crc-pmic-2015-07-23' of git://anongit.freedesktop.org/drm-in...Dave Airlie1-2/+35
2015-07-21drm/i915: Backlight control using CRC PMIC based PWM driverShobhit Kumar1-0/+5
2015-07-21drm/i915: Use the CRC gpio for panel enable/disableShobhit Kumar1-2/+30
2015-07-13drm/i915: Apply OCD to VLV/CHV DPLL definesVille Syrjälä1-3/+3
2015-07-13drm/i915: Keep GMCH DPLL VGA mode always disabledVille Syrjälä1-1/+1
2015-05-29drm/i915/dsi: remove non-op hot plug callbackJani Nikula1-6/+0
2015-05-28drm/i915: s/dpio_lock/sb_lock/Ville Syrjälä1-4/+4
2015-04-13drm/i915: Allocate connector state together with the connectorsAnder Conselvan de Oliveira1-1/+1
2015-03-26drm/i915: Implement connector state duplicationAnder Conselvan de Oliveira1-0/+1
2015-03-05Merge tag 'drm-intel-next-2015-02-14' of git://anongit.freedesktop.org/drm-in...Dave Airlie1-1/+1
2015-02-13drm/i915: Correct the variable holding the value for EOT to writeShobhit Kumar1-1/+1
2015-02-09drm/i915: Correct the base value while updating LP_OUTPUT_HOLD in MIPI_PORT_CTRLShobhit Kumar1-3/+2
2015-01-29drm/i915/dsi: remove intel_dsi_cmd.c and the unused functions thereinJani Nikula1-1/+0
2015-01-29drm/i915/dsi: move dpi_send_cmd() to intel_dsi.c and make it staticJani Nikula1-2/+37
2015-01-29drm/i915/dsi: add drm mipi dsi host supportJani Nikula1-1/+161
2015-01-29drm/i915/dsi: switch to drm_panel interfaceJani Nikula1-25/+43
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/dsi: remove unnecessary dsi device callbacksJani Nikula1-30/+2
2015-01-27drm/i915/dsi: call wait_for_dsi_fifo_empty() for each dsi portJani Nikula1-7/+10
2015-01-27drm/i915/dsi: move wait_for_dsi_fifo_empty to intel_dsi.cJani Nikula1-0/+16
2015-01-27drm/i915/dsi: set max return packet size for each dsi portJani Nikula1-5/+5
2015-01-27drm/i915/dsi: call dpi_send_cmd() for each dsi port at a higher levelJani Nikula1-2/+5
2015-01-27drm/i915: Make intel_crtc->config a pointerAnder Conselvan de Oliveira1-4/+4
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-10drm/i915: Software workaround for getting the HW status of DSI Port C on BYTGaurav K Singh1-5/+17
2014-12-10drm/i915: Enable MIPI PHY transparent latch for DSI Port CGaurav K Singh1-1/+6
2014-12-05drm/i915: Update the DSI enable path to support dualGaurav K Singh1-110/+131
2014-12-05drm/i915: Update the DSI disable path to support dual link panel disablingGaurav K Singh1-36/+47
2014-12-05drm/i915: MIPI Timings related changes for dual linkGaurav K Singh1-13/+24
2014-12-05drm/i915: Pixel Clock changes for DSI dual linkGaurav K Singh1-0/+8
2014-12-05drm/i915: Add support for port enable/disable for dual link configurationGaurav K Singh1-12/+25
2014-12-04drm/i915: New functions added for enabling & disabling MIPI Port Ctrl regGaurav K Singh1-11/+32
2014-12-03drm/i915/dsi: add ports to intel_dsi to describe the ports being drivenJani Nikula1-2/+5
2014-12-03drm/i915/dsi: clean up MIPI DSI pipe vs. port usageJani Nikula1-72/+76
2014-10-01drm/i915: Bikeshed rpm functions name a bit.Daniel Vetter1-1/+1
2014-08-08drm/i915: Align intel_dsi*.c files a bitDaniel Vetter1-12/+12
2014-08-08drm/i915: Add support for Video Burst Mode for MIPI DSIShobhit Kumar1-8/+14
2014-08-07drm/i915: Add correct hw/sw config check for DSI encoderShobhit Kumar1-1/+20
2014-08-07drm/i915: wait for all DSI FIFOs to be emptyShobhit Kumar1-0/+8
2014-08-05Merge tag 'v3.16' into drm-nextDave Airlie1-14/+15
2014-07-09drm/i915/vlv: Update the DSI ULPS entry/exit sequenceShobhit Kumar1-14/+15
2014-07-09Merge tag 'drm-intel-next-2014-06-20' of git://anongit.freedesktop.org/drm-in...Dave Airlie1-14/+12
2014-06-19drm: add register and unregister functions for connectorsThomas Wood1-1/+1
2014-06-13drm/i915: Fix memory leak in intel_dsi_init() error pathChristoph Jaeger1-7/+7
2014-06-11drm/i915: Make intel_dsi_init() return voidDamien Lespiau1-8/+6
2014-06-05drm/i915: dsi: fix pipe-off timeout due to port vs. pipe disable orderingImre Deak1-5/+16
2014-06-05drm/i915: Detect if MIPI panel based on VBT and initialize only if presentShobhit Kumar1-0/+4
2014-06-05drm/i915: Add support for Generic MIPI panel driverShobhit Kumar1-0/+5