summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/solomon/ssd130x.h
Commit message (Expand)AuthorAgeFilesLines
* drm/solomon: Do not include <drm/drm_plane_helper.h>Thomas Zimmermann2023-12-061-1/+0
* drm/ssd130x: Add support for the SSD132x OLED controller familyJavier Martinez Canillas2023-10-181-1/+6
* drm/ssd130x: Rename commands that are shared across chip familiesJavier Martinez Canillas2023-10-181-2/+2
* drm/ssd130x: Add a controller family id to the device info dataJavier Martinez Canillas2023-10-181-0/+7
* drm/ssd130x: Replace .page_height field in device info with a constantJavier Martinez Canillas2023-10-181-1/+0
* drm/ssd130x: Use bool for ssd130x_deviceinfo flagsGeert Uytterhoeven2023-09-101-2/+2
* drm/ssd130x: Allocate buffer in the plane's .atomic_check() callbackJavier Martinez Canillas2023-07-261-3/+0
* drm/ssd130x: Don't allocate buffers on each plane updateJavier Martinez Canillas2023-06-151-0/+3
* drm/ssd130x: Set the page height value in the device info dataJavier Martinez Canillas2023-06-151-0/+1
* drm/ssd130x: Make default width and height to be controller dependentJavier Martinez Canillas2023-06-151-0/+2
* drm/ssd130x: Fix include guard nameJavier Martinez Canillas2023-05-151-3/+3
* drm/ssd130x: Replace simple display helpers with the atomic helpersJavier Martinez Canillas2022-09-081-2/+7
* drm/ssd130x: Make ssd130x_remove() return voidUwe Kleine-König2022-04-261-1/+1
* drm/solomon: Move device info from ssd130x-i2c to the core driverJavier Martinez Canillas2022-04-201-0/+14
* drm/ssd130x: Support page addressing modeChen-Yu Tsai2022-04-071-0/+2
* drm: Add driver for Solomon SSD130x OLED displaysJavier Martinez Canillas2022-02-161-0/+76