summaryrefslogtreecommitdiffstats
path: root/include/drm/drm_mipi_dsi.h
Commit message (Expand)AuthorAgeFilesLines
* drm: dsi: Add lane clock rate fields to DSI deviceLinus Walleij2018-10-241-0/+8
* drm/dsi: Implement DCS set/get display brightnessVinay Simha BN2016-08-241-0/+4
* drm/dsi: Order DCS helpers by command codeThierry Reding2016-08-241-1/+1
* drm/dsi: Make set_tear_scanline command consistentThierry Reding2016-07-121-1/+1
* drm/dsi: Add uevent callbackThierry Reding2016-06-131-0/+2
* drm/dsi: Implement set tear scanlineVinay Simha BN2016-06-071-0/+1
* drm/dsi: Get DSI host by DT device nodeArchit Taneja2016-03-021-0/+3
* drm/dsi: Add routine to unregister a DSI deviceArchit Taneja2016-03-021-0/+1
* drm/dsi: Try to match non-DT DSI devicesArchit Taneja2016-03-021-2/+8
* drm/dsi: Use mipi_dsi_device_register_full() for DSI device creationArchit Taneja2016-03-021-0/+16
* drm/dsi: Add Turn On/Shutdown Peripheral command helpersWerner Johansson2015-11-241-0/+2
* drm/dsi: Add a helper to get bits per pixel of MIPI DSI pixel formatLiu Ying2015-11-231-0/+25
* drm/dsi: Do not require .owner field to be setThierry Reding2014-11-131-1/+5
* drm/dsi: Resolve MIPI DSI device from phandleThierry Reding2014-11-131-0/+1
* drm/dsi: Implement DCS set_{column,page}_address commandsThierry Reding2014-11-131-0/+4
* drm/dsi: Implement DCS {get,set}_pixel_format commandsThierry Reding2014-11-131-0/+2
* drm/dsi: Implement DCS get_power_mode commandThierry Reding2014-11-131-0/+7
* drm/dsi: Implement DCS soft_reset commandThierry Reding2014-11-131-0/+1
* drm/dsi: Implement DCS nop commandThierry Reding2014-11-131-0/+1
* drm/dsi: Add to DocBook documentationThierry Reding2014-11-131-2/+14
* drm/dsi: Implement some standard DCS commandsYoungJun Cho2014-11-131-0/+19
* drm/dsi: Implement generic read and write commandsThierry Reding2014-11-131-0/+6
* drm/dsi: Add mipi_dsi_set_maximum_return_packet_size() helperYoungJun Cho2014-11-131-0/+2
* drm/dsi: Constify mipi_dsi_msgThierry Reding2014-11-131-1/+1
* drm/dsi: Make mipi_dsi_dcs_{read,write}() symmetricalThierry Reding2014-11-131-2/+4
* drm/dsi: Add message to packet translatorThierry Reding2014-11-131-0/+18
* drm/dsi: Introduce packet format helpersThierry Reding2014-11-131-0/+3
* drm/mipi-dsi: consider low power transmissionInki Dae2014-09-201-0/+2
* drm/dsi: Replace upcasting macro by functionThierry Reding2014-08-061-2/+9
* drm/dsi: Use peripheral's channel for DCS commandsThierry Reding2014-07-221-4/+4
* drm/dsi: Make mipi_dsi_dcs_write() return ssize_tThierry Reding2014-07-221-2/+2
* drm/dsi: Flag for non-continuous clock behaviorAlexandre Courbot2014-07-141-0/+2
* drm/dsi: Support device shutdownThierry Reding2014-06-051-0/+2
* drm/mipi_dsi: add flags to DSI messagesAndrzej Hajda2014-04-041-0/+6
* drm: Add MIPI DSI bus supportAndrzej Hajda2013-12-171-0/+158