aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/drm/drm_mipi_dsi.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-07drm/dsi: add helpers for DSI compression mode and PPS packetsJani Nikula1-0/+4
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2018-10-24drm: dsi: Add lane clock rate fields to DSI deviceLinus Walleij1-0/+8
2016-08-24drm/dsi: Implement DCS set/get display brightnessVinay Simha BN1-0/+4
2016-08-24drm/dsi: Order DCS helpers by command codeThierry Reding1-1/+1
2016-07-12drm/dsi: Make set_tear_scanline command consistentThierry Reding1-1/+1
2016-06-13drm/dsi: Add uevent callbackThierry Reding1-0/+2
2016-06-07drm/dsi: Implement set tear scanlineVinay Simha BN1-0/+1
2016-03-02drm/dsi: Get DSI host by DT device nodeArchit Taneja1-0/+3
2016-03-02drm/dsi: Add routine to unregister a DSI deviceArchit Taneja1-0/+1
2016-03-02drm/dsi: Try to match non-DT DSI devicesArchit Taneja1-2/+8
2016-03-02drm/dsi: Use mipi_dsi_device_register_full() for DSI device creationArchit Taneja1-0/+16
2015-11-24drm/dsi: Add Turn On/Shutdown Peripheral command helpersWerner Johansson1-0/+2
2015-11-23drm/dsi: Add a helper to get bits per pixel of MIPI DSI pixel formatLiu Ying1-0/+25
2014-11-13drm/dsi: Do not require .owner field to be setThierry Reding1-1/+5
2014-11-13drm/dsi: Resolve MIPI DSI device from phandleThierry Reding1-0/+1
2014-11-13drm/dsi: Implement DCS set_{column,page}_address commandsThierry Reding1-0/+4
2014-11-13drm/dsi: Implement DCS {get,set}_pixel_format commandsThierry Reding1-0/+2
2014-11-13drm/dsi: Implement DCS get_power_mode commandThierry Reding1-0/+7
2014-11-13drm/dsi: Implement DCS soft_reset commandThierry Reding1-0/+1
2014-11-13drm/dsi: Implement DCS nop commandThierry Reding1-0/+1
2014-11-13drm/dsi: Add to DocBook documentationThierry Reding1-2/+14
2014-11-13drm/dsi: Implement some standard DCS commandsYoungJun Cho1-0/+19
2014-11-13drm/dsi: Implement generic read and write commandsThierry Reding1-0/+6
2014-11-13drm/dsi: Add mipi_dsi_set_maximum_return_packet_size() helperYoungJun Cho1-0/+2
2014-11-13drm/dsi: Constify mipi_dsi_msgThierry Reding1-1/+1
2014-11-13drm/dsi: Make mipi_dsi_dcs_{read,write}() symmetricalThierry Reding1-2/+4
2014-11-13drm/dsi: Add message to packet translatorThierry Reding1-0/+18
2014-11-13drm/dsi: Introduce packet format helpersThierry Reding1-0/+3
2014-09-20drm/mipi-dsi: consider low power transmissionInki Dae1-0/+2
2014-08-06drm/dsi: Replace upcasting macro by functionThierry Reding1-2/+9
2014-07-22drm/dsi: Use peripheral's channel for DCS commandsThierry Reding1-4/+4
2014-07-22drm/dsi: Make mipi_dsi_dcs_write() return ssize_tThierry Reding1-2/+2
2014-07-14drm/dsi: Flag for non-continuous clock behaviorAlexandre Courbot1-0/+2
2014-06-05drm/dsi: Support device shutdownThierry Reding1-0/+2
2014-04-04drm/mipi_dsi: add flags to DSI messagesAndrzej Hajda1-0/+6
2013-12-17drm: Add MIPI DSI bus supportAndrzej Hajda1-0/+158