summaryrefslogtreecommitdiff
path: root/include/drm/drm_mipi_dsi.h
AgeCommit message (Expand)Author
2023-12-07drm/mipi-dsi: Fix detach call without attachTomi Valkeinen
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-01-27drm/mipi-dsi: move to_mipi_dsi_device() to use container_of_const()Greg Kroah-Hartman
2023-01-19drm/mipi-dsi: Fix byte order of 16-bit DCS set/get brightnessDaniel Mentz
2023-01-07drm/mipi-dsi: Add a mipi_dsi_dcs_write_seq() macroJavier Martinez Canillas
2023-01-07drm/mipi-dsi: Fix mipi_dsi_dcs_write_seq() macro definition formatJavier Martinez Canillas
2022-09-28Merge tag 'drm-msm-next-2022-09-22' of https://gitlab.freedesktop.org/drm/msm...Dave Airlie
2022-09-18drm/mipi-dsi: pass DSC data through the struct mipi_dsi_deviceDmitry Baryshkov
2022-07-09drm/mipi-dsi: Make remove callback return voidUwe Kleine-König
2022-06-24drm/mipi-dsi: Introduce mipi_dsi_dcs_write_seq macroJoel Selvaraj
2022-03-09drm/dsi: transfer DSI HS packets ending at the same timeRex-BC Chen
2021-09-24drm/mipi-dsi: Create devm device attachmentMaxime Ripard
2021-09-24drm/mipi-dsi: Create devm device registrationMaxime Ripard
2021-07-27drm/dsi: Add _NO_ to MIPI_DSI_* flags disabling featuresNicolas Boichat
2021-06-23drm: Mention the power state requirement on side-channel operationsMaxime Ripard
2019-11-07drm/dsi: add helpers for DSI compression mode and PPS packetsJani Nikula
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2018-10-24drm: dsi: Add lane clock rate fields to DSI deviceLinus Walleij
2016-08-24drm/dsi: Implement DCS set/get display brightnessVinay Simha BN
2016-08-24drm/dsi: Order DCS helpers by command codeThierry Reding
2016-07-12drm/dsi: Make set_tear_scanline command consistentThierry Reding
2016-06-13drm/dsi: Add uevent callbackThierry Reding
2016-06-07drm/dsi: Implement set tear scanlineVinay Simha BN
2016-03-02drm/dsi: Get DSI host by DT device nodeArchit Taneja
2016-03-02drm/dsi: Add routine to unregister a DSI deviceArchit Taneja
2016-03-02drm/dsi: Try to match non-DT DSI devicesArchit Taneja
2016-03-02drm/dsi: Use mipi_dsi_device_register_full() for DSI device creationArchit Taneja
2015-11-24drm/dsi: Add Turn On/Shutdown Peripheral command helpersWerner Johansson
2015-11-23drm/dsi: Add a helper to get bits per pixel of MIPI DSI pixel formatLiu Ying
2014-11-13drm/dsi: Do not require .owner field to be setThierry Reding
2014-11-13drm/dsi: Resolve MIPI DSI device from phandleThierry Reding
2014-11-13drm/dsi: Implement DCS set_{column,page}_address commandsThierry Reding
2014-11-13drm/dsi: Implement DCS {get,set}_pixel_format commandsThierry Reding
2014-11-13drm/dsi: Implement DCS get_power_mode commandThierry Reding
2014-11-13drm/dsi: Implement DCS soft_reset commandThierry Reding
2014-11-13drm/dsi: Implement DCS nop commandThierry Reding
2014-11-13drm/dsi: Add to DocBook documentationThierry Reding
2014-11-13drm/dsi: Implement some standard DCS commandsYoungJun Cho
2014-11-13drm/dsi: Implement generic read and write commandsThierry Reding
2014-11-13drm/dsi: Add mipi_dsi_set_maximum_return_packet_size() helperYoungJun Cho
2014-11-13drm/dsi: Constify mipi_dsi_msgThierry Reding
2014-11-13drm/dsi: Make mipi_dsi_dcs_{read,write}() symmetricalThierry Reding
2014-11-13drm/dsi: Add message to packet translatorThierry Reding
2014-11-13drm/dsi: Introduce packet format helpersThierry Reding
2014-09-20drm/mipi-dsi: consider low power transmissionInki Dae
2014-08-06drm/dsi: Replace upcasting macro by functionThierry Reding
2014-07-22drm/dsi: Use peripheral's channel for DCS commandsThierry Reding
2014-07-22drm/dsi: Make mipi_dsi_dcs_write() return ssize_tThierry Reding
2014-07-14drm/dsi: Flag for non-continuous clock behaviorAlexandre Courbot
2014-06-05drm/dsi: Support device shutdownThierry Reding