aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_dsi_cmd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-29drm/i915/dsi: remove intel_dsi_cmd.c and the unused functions thereinJani Nikula1-117/+0
2015-01-29drm/i915/dsi: move dpi_send_cmd() to intel_dsi.c and make it staticJani Nikula1-34/+0
2015-01-29drm/i915/dsi: remove old read/write functions in favor of new stuffJani Nikula1-259/+0
2015-01-27drm/i915/dsi: move wait_for_dsi_fifo_empty to intel_dsi.cJani Nikula1-16/+0
2015-01-27drm/i915/dsi: call dpi_send_cmd() for each dsi port at a higher levelJani Nikula1-16/+10
2014-12-05drm/i915: Dual link needs Shutdown and Turn on packet for both portsGaurav K Singh1-11/+15
2014-12-04drm/i915: Added port as parameter to the functions which does read/write of DSI ControllerGaurav K Singh1-42/+33
2014-12-03drm/i915/dsi: clean up MIPI DSI pipe vs. port usageJani Nikula1-32/+32
2014-08-08drm/i915: Align intel_dsi*.c files a bitDaniel Vetter1-1/+1
2014-08-07drm/i915: wait for all DSI FIFOs to be emptyShobhit Kumar1-0/+16
2014-07-09drm/i915/vlv: DPI FIFO empty check is not neededShobhit Kumar1-6/+0
2014-04-09drm/i915: Send DPI command explicitely in LP modeShobhit Kumar1-2/+2
2013-09-04drm/i915/dsi: s/size_t/int/Daniel Vetter1-11/+11
2013-09-04drm/i915: add MIPI DSI command sending routinesJani Nikula1-0/+427