summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_mipi_dbi.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-24drm/mipi-dbi: Remove ->enabledDaniel Vetter1-10/+6
2020-05-26drm/format-helper: Add drm_fb_swab()Noralf Trønnes1-1/+1
2020-03-26drm/mipi-dbi: Drop explicit drm_mode_config_cleanup callDaniel Vetter1-17/+1
2020-03-26drm/mipi-dbi: Move drm_mode_config_init into mipi libraryDaniel Vetter1-0/+4
2020-03-26drm: Garbage collect drm_dev_finiDaniel Vetter1-1/+0
2020-03-26drm/mipi_dbi: Use drmm_add_final_kfree in all driversDaniel Vetter1-3/+0
2020-03-21drm/mipi-dbi: Make mipi_dbi_command_stackbuf() data parameter constGeert Uytterhoeven1-1/+2
2020-03-18drm: convert .debugfs_init() hook to return void.Wambui Karuga1-5/+1
2020-01-30drm/mipi-dbi: Remove sending of vblank eventThomas Zimmermann1-9/+0
2020-01-19drm/mipi_dbi: Add support for display offsetsGeert Uytterhoeven1-10/+20
2020-01-02drm/mipi_dbi: Fix off-by-one bugs in mipi_dbi_blank()Geert Uytterhoeven1-2/+2
2019-10-22drm/mipi_dbi: Use simple right shift instead of double negationAndy Shevchenko1-1/+1
2019-10-02drm/print: add drm_debug_enabled()Jani Nikula1-2/+2
2019-09-06drm: Use EOPNOTSUPP, not ENOTSUPPDaniel Vetter1-1/+1
2019-08-26drm/mipi-dbi: fix a loop in debugfs codeDan Carpenter1-2/+1
2019-07-25drm/tinydrm: Move mipi-dbiNoralf Trønnes1-0/+1330