aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_dsi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-intel into drm-nextDave 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
2014-05-19drm/i915: Add MIPI mmio reg baseShashank Sharma1-0/+8
2014-05-16drm/i915/dsi: Remove ->mode_set callbackDaniel Vetter1-9/+10
2014-05-15drm/i915: MIPI PPS delays addedShobhit Kumar1-0/+5
2014-05-15drm/i915: MIPI init count programming as generic parameterShobhit Kumar1-0/+3
2014-05-15drm/i915: Correct MIPI operation mode as per expected values from VBTShobhit Kumar1-2/+2
2014-04-09drm/i915: Enable RANDOM resolution support for MIPI panelsShobhit Kumar1-1/+6
2014-04-09drm/i915: Send DPI command explicitely in LP modeShobhit Kumar1-2/+3
2014-04-09drm/i915: Panel commands can be sent only when clock is in LP11Shobhit Kumar1-0/+17
2014-04-09drm/i915: Parameterize the Clockstop and escape_clk_divShobhit Kumar1-2/+9
2014-04-09drm/i915: Disable DPOunit clock gatingShobhit Kumar1-2/+24
2014-04-09drm/i915: Enable MIPI port before the plane and pipe enableShobhit Kumar1-18/+33
2014-04-09drm/i915: Program Rcomp and band gap reset everytime we resume from power gateShobhit Kumar1-3/+9
2014-03-10drm/i915: Make encoder cloning more flexibleVille Syrjälä1-1/+1
2014-03-07drm/i915: check port power domain when reading the encoder hw stateImre Deak1-0/+5
2014-03-07drm/i915: get port power domain in connector detect handlersImre Deak1-1/+12
2014-02-14drm/i915: add unregister callback to connectorImre Deak1-0/+1
2014-02-12drm/i915: Initialize downclock mode in panel initVandana Kannan1-1/+1
2013-12-11drm/i915: Parametrize the dphy and other spec specific parametersShobhit Kumar1-15/+14
2013-12-11drm/i915: Remove redundant DSI PLL enablingShobhit Kumar1-3/+0
2013-12-11drm/i915: Reorganize the DSI enable/disable sequenceShobhit Kumar1-33/+77
2013-12-11drm/i915: Use FLISDSI interface for band gap resetShobhit Kumar1-39/+8
2013-12-11drm/i915: Add more dev ops for MIPI sub encoderShobhit Kumar1-1/+8
2013-11-28drm/i915: Return a drm_mode_status enum in the mode_valid vfuncsDamien Lespiau1-2/+3
2013-10-16drm/i915: Use pipe_name() instead of the pipe numberDamien Lespiau1-1/+1
2013-10-01drm/i915: destroy connector sysfs files earlierPaulo Zanoni1-1/+0
2013-09-04drm/i915: Band Gap WAShobhit Kumar1-0/+48
2013-09-04drm/i915: add VLV DSI PLL Calculationsymohanma1-0/+7
2013-09-04drm/i915: add basic MIPI DSI output supportJani Nikula1-0/+566