summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_mipi_dbi.c
Commit message (Expand)AuthorAgeFilesLines
* drm: Switch to %p4cc format modifierSakari Ailus2021-02-171-3/+2
* Merge tag 'v5.8' into drm-nextDave Airlie2020-08-111-1/+1
|\
| * drm/dbi: Fix SPI Type 1 (9-bit) transferPaul Cercueil2020-07-271-1/+1
* | drm: core: Convert device logging to drm_* functions.Suraj Upadhyay2020-07-201-4/+3
* | drm/mipi-dbi: Remove ->enabledDaniel Vetter2020-06-241-10/+6
* | drm/format-helper: Add drm_fb_swab()Noralf Trønnes2020-05-261-1/+1
|/
* 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