summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_mipi_dbi.c
AgeCommit message (Expand)Author
2023-08-02drm/mipi-dbi: Lock SPI bus before setting D/C GPIOOtto Pflüger
2022-12-14drm/mipi-dbi: Support separate I/O regulatorOtto Pflüger
2022-12-05drm/mipi-dbi: Move drm_dev_{enter, exit}() out from fb_dirty functionsThomas Zimmermann
2022-12-05drm/mipi-dbi: Use shadow-plane mappingsThomas Zimmermann
2022-12-05drm/mipi-dbi: Support shadow-plane stateThomas Zimmermann
2022-12-05drm/mipi-dbi: Prepare framebuffer copy operation in pipe-update helpersThomas Zimmermann
2022-09-12drm/probe-helper: Add drm_crtc_helper_mode_valid_fixed()Thomas Zimmermann
2022-09-12drm/probe-helper: Add drm_connector_helper_get_modes_fixed()Thomas Zimmermann
2022-08-10drm/format-helper: Rework XRGB8888-to-RGBG565 conversionThomas Zimmermann
2022-08-10drm/format-helper: Convert drm_fb_swab() to struct iosys_mapThomas Zimmermann
2022-08-10drm/format-helper: Merge drm_fb_memcpy() and drm_fb_memcpy_toio()Thomas Zimmermann
2022-08-03drm/gem: rename GEM CMA helpers to GEM DMA helpersDanilo Krummrich
2022-07-05drm: Remove linux/fb.h from drm_crtc.hVille Syrjälä
2022-06-20drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä
2022-05-30drm/mipi-dbi: align max_chunk to 2 in spi_transferYunhao Tian
2022-02-07dma-buf-map: Rename to iosys-mapLucas De Marchi
2022-01-14drm/mipi-dbi: Fix source-buffer address in mipi_dbi_buf_copyThomas Zimmermann
2021-11-30drm/mipi-dbi: Remove dependency on GEM CMA helper libraryThomas Zimmermann
2021-11-11drm/format-helper: Rework format-helper conversion functionsThomas Zimmermann
2021-11-11drm/format-helper: Add destination-buffer pitch to drm_fb_swab()Thomas Zimmermann
2021-11-11drm/format-helper: Rework format-helper memcpy functionsThomas Zimmermann
2021-07-23drm/mipi-dbi: Use framebuffer dma-buf helpersThomas Zimmermann
2021-06-14drm/dbi: Support DBI typec1 read operationsLinus Walleij
2021-02-17drm: Switch to %p4cc format modifierSakari Ailus
2020-08-11Merge tag 'v5.8' into drm-nextDave Airlie
2020-07-27drm/dbi: Fix SPI Type 1 (9-bit) transferPaul Cercueil
2020-07-20drm: core: Convert device logging to drm_* functions.Suraj Upadhyay
2020-06-24drm/mipi-dbi: Remove ->enabledDaniel Vetter
2020-05-26drm/format-helper: Add drm_fb_swab()Noralf Trønnes
2020-03-26drm/mipi-dbi: Drop explicit drm_mode_config_cleanup callDaniel Vetter
2020-03-26drm/mipi-dbi: Move drm_mode_config_init into mipi libraryDaniel Vetter
2020-03-26drm: Garbage collect drm_dev_finiDaniel Vetter
2020-03-26drm/mipi_dbi: Use drmm_add_final_kfree in all driversDaniel Vetter
2020-03-21drm/mipi-dbi: Make mipi_dbi_command_stackbuf() data parameter constGeert Uytterhoeven
2020-03-18drm: convert .debugfs_init() hook to return void.Wambui Karuga
2020-01-30drm/mipi-dbi: Remove sending of vblank eventThomas Zimmermann
2020-01-19drm/mipi_dbi: Add support for display offsetsGeert Uytterhoeven
2020-01-02drm/mipi_dbi: Fix off-by-one bugs in mipi_dbi_blank()Geert Uytterhoeven
2019-10-22drm/mipi_dbi: Use simple right shift instead of double negationAndy Shevchenko
2019-10-02drm/print: add drm_debug_enabled()Jani Nikula
2019-09-06drm: Use EOPNOTSUPP, not ENOTSUPPDaniel Vetter
2019-08-26drm/mipi-dbi: fix a loop in debugfs codeDan Carpenter
2019-07-25drm/tinydrm: Move mipi-dbiNoralf Trønnes