summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_mipi_dbi.c
Commit message (Expand)AuthorAgeFilesLines
* drm/mipi-dbi: Drop explicit drm_mode_config_cleanup callDaniel Vetter2020-03-261-17/+1
* drm/mipi-dbi: Move drm_mode_config_init into mipi libraryDaniel Vetter2020-03-261-0/+4
* drm: Garbage collect drm_dev_finiDaniel Vetter2020-03-261-1/+0
* drm/mipi_dbi: Use drmm_add_final_kfree in all driversDaniel Vetter2020-03-261-3/+0
* drm/mipi-dbi: Make mipi_dbi_command_stackbuf() data parameter constGeert Uytterhoeven2020-03-211-1/+2
* drm: convert .debugfs_init() hook to return void.Wambui Karuga2020-03-181-5/+1
* drm/mipi-dbi: Remove sending of vblank eventThomas Zimmermann2020-01-301-9/+0
* drm/mipi_dbi: Add support for display offsetsGeert Uytterhoeven2020-01-191-10/+20
* drm/mipi_dbi: Fix off-by-one bugs in mipi_dbi_blank()Geert Uytterhoeven2020-01-021-2/+2
* drm/mipi_dbi: Use simple right shift instead of double negationAndy Shevchenko2019-10-221-1/+1
* drm/print: add drm_debug_enabled()Jani Nikula2019-10-021-2/+2
* drm: Use EOPNOTSUPP, not ENOTSUPPDaniel Vetter2019-09-061-1/+1
* drm/mipi-dbi: fix a loop in debugfs codeDan Carpenter2019-08-261-2/+1
* drm/tinydrm: Move mipi-dbiNoralf Trønnes2019-07-251-0/+1330