summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_mipi_dsi.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-12drm/mipi-dsi: use correct return type for the DSC functionsDmitry Baryshkov1-3/+3
2024-02-05drm/mipi-dsi: Fix detach call without attachTomi Valkeinen1-2/+15
2023-07-27Merge tag 'drm-misc-next-2023-07-21' of ssh://git.freedesktop.org/git/drm/drm...Daniel Vetter1-0/+1
2023-07-21drm: Explicitly include correct DT includesRob Herring1-0/+1
2023-06-01drm/display/dp_mst: Replace all non-returning strlcpy with strscpyAzeem Shaikh1-1/+1
2023-05-11Merge tag 'drm-misc-fixes-2023-05-11' of git://anongit.freedesktop.org/drm/dr...Dave Airlie1-1/+1
2023-05-04drm/mipi-dsi: Set the fwnode for mipi_dsi_deviceSaravana Kannan1-1/+1
2023-04-27Merge tag 'char-misc-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2023-04-05of: Rename of_modalias_node()Miquel Raynal1-1/+1
2023-03-28drm: Use of_property_present() for testing DT property presenceRob Herring1-1/+1
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2023-01-27driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman1-2/+2
2023-01-19drm/mipi-dsi: Fix byte order of 16-bit DCS set/get brightnessDaniel Mentz1-0/+52
2022-10-24gpu/drm: fix repeated words in commentswangjianli1-1/+1
2022-07-13drm/mipi-dsi: Detach devices when removing the hostMaxime Ripard1-0/+1
2022-07-09drm/mipi-dsi: Make remove callback return voidUwe Kleine-König1-1/+3
2022-04-25drm/display: Move DSC header and helpers into display-helper moduleThomas Zimmermann1-3/+3
2021-09-24drm/mipi-dsi: Create devm device attachmentMaxime Ripard1-0/+35
2021-09-24drm/mipi-dsi: Create devm device registrationMaxime Ripard1-0/+46
2020-07-10drm: mipi-dsi: Convert logging to drm_* functions.Suraj Upadhyay1-8/+7
2020-06-29drm/mipi: use dcs write for mipi_dsi_dcs_set_tear_scanlineEmil Velikov1-3/+3
2020-06-29drm/dsi: use stack buffer in mipi_dsi_dcs_write()Emil Velikov1-10/+10
2019-11-07drm/dsi: add helpers for DSI compression mode and PPS packetsJani Nikula1-0/+51
2019-11-07drm/dsi: add missing DSI data typesJani Nikula1-0/+2
2019-11-07drm/dsi: clean up DSI data type definitionsJani Nikula1-2/+2
2019-07-30drivers: Introduce device lookup variants by of_nodeSuzuki K Poulose1-6/+1
2019-06-24bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose1-1/+1
2018-07-25drm: Add support for pps and compression mode command packetvkorjani1-0/+2
2018-01-17drm/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