summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_mipi_dsi.c
AgeCommit message (Expand)AuthorFilesLines
2018-07-25drm: Add support for pps and compression mode command packetvkorjani1-0/+2
2018-01-16drm/dsi: Fix improper use of mipi_dsi_device_transfer() return valuePhilippe Cornu1-3/+6
2017-07-26drm: Convert to using %pOF instead of full_nameRob Herring1-3/+3
2016-08-24drm/dsi: Implement DCS set/get display brightnessVinay Simha BN1-0/+49
2016-08-24drm/dsi: Order DCS helpers by command codeThierry Reding1-17/+17
2016-07-12drm/dsi: Make set_tear_scanline command consistentThierry Reding1-8/+8
2016-06-13drm/dsi: Add uevent callbackThierry Reding1-0/+16
2016-06-07drm/dsi: Implement set tear scanlineVinay Simha BN1-0/+22
2016-03-02drm/dsi: Get DSI host by DT device nodeArchit Taneja1-0/+39
2016-03-02drm/dsi: Add routine to unregister a DSI deviceArchit Taneja1-1/+11
2016-03-02drm/dsi: Try to match non-DT DSI devicesArchit Taneja1-1/+17
2016-03-02drm/dsi: Use mipi_dsi_device_register_full() for DSI device creationArchit Taneja1-17/+47
2016-03-02drm/dsi: Check for CONFIG_OF when defining of_mipi_dsi_device_add()Archit Taneja1-0/+8
2015-11-24drm/dsi: Add Turn On/Shutdown Peripheral command helpersWerner Johansson1-0/+38
2015-01-28drm/mipi-dsi: Avoid potential NULL pointer dereferenceThierry Reding1-3/+3
2014-11-13drm/dsi: Do not require .owner field to be setThierry Reding1-3/+7
2014-11-13drm/dsi: Resolve MIPI DSI device from phandleThierry Reding1-0/+23
2014-11-13drm/dsi: Implement DCS set_{column,page}_address commandsThierry Reding1-0/+48
2014-11-13drm/dsi: Implement DCS {get,set}_pixel_format commandsThierry Reding1-0/+46
2014-11-13drm/dsi: Implement DCS get_power_mode commandThierry Reding1-0/+25
2014-11-13drm/dsi: Implement DCS soft_reset commandThierry Reding1-0/+18
2014-11-13drm/dsi: Implement DCS nop commandThierry Reding1-0/+18
2014-11-13drm/dsi: Add to DocBook documentationThierry Reding1-2/+16
2014-11-13drm/dsi: Implement some standard DCS commandsYoungJun Cho1-0/+118
2014-11-13drm/dsi: Implement generic read and write commandsThierry Reding1-0/+89
2014-11-13drm/dsi: Add mipi_dsi_set_maximum_return_packet_size() helperYoungJun Cho1-0/+24
2014-11-13drm/dsi: Make mipi_dsi_dcs_{read,write}() symmetricalThierry Reding1-12/+65
2014-11-13drm/dsi: Add DSI transfer helperThierry Reding1-16/+16
2014-11-13drm/dsi: Add message to packet translatorThierry Reding1-0/+53
2014-11-13drm/dsi: Introduce packet format helpersThierry Reding1-0/+67
2014-09-20drm/mipi-dsi: consider low power transmissionInki Dae1-0/+6
2014-07-22drm/dsi: Use peripheral's channel for DCS commandsThierry Reding1-8/+6
2014-07-22drm/dsi: Make mipi_dsi_dcs_write() return ssize_tThierry Reding1-2/+2
2014-06-05drm/dsi: Support device shutdownThierry Reding1-0/+10
2014-04-04drm/mipi_dsi: create dsi devices only for nodes with reg propertyAndrzej Hajda1-1/+5
2013-12-17drm: Add MIPI DSI bus supportAndrzej Hajda1-0/+315