summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/solomon/ssd130x.h
AgeCommit message (Expand)AuthorFilesLines
2024-01-01drm/ssd130x: Add support for the SSD133x OLED controller familyJavier Martinez Canillas1-1/+4
2023-12-06drm/solomon: Do not include <drm/drm_plane_helper.h>Thomas Zimmermann1-1/+0
2023-10-18drm/ssd130x: Add support for the SSD132x OLED controller familyJavier Martinez Canillas1-1/+6
2023-10-18drm/ssd130x: Rename commands that are shared across chip familiesJavier Martinez Canillas1-2/+2
2023-10-18drm/ssd130x: Add a controller family id to the device info dataJavier Martinez Canillas1-0/+7
2023-10-18drm/ssd130x: Replace .page_height field in device info with a constantJavier Martinez Canillas1-1/+0
2023-09-10drm/ssd130x: Use bool for ssd130x_deviceinfo flagsGeert Uytterhoeven1-2/+2
2023-07-26drm/ssd130x: Allocate buffer in the plane's .atomic_check() callbackJavier Martinez Canillas1-3/+0
2023-06-16drm/ssd130x: Don't allocate buffers on each plane updateJavier Martinez Canillas1-0/+3
2023-06-16drm/ssd130x: Set the page height value in the device info dataJavier Martinez Canillas1-0/+1
2023-06-16drm/ssd130x: Make default width and height to be controller dependentJavier Martinez Canillas1-0/+2
2023-05-15drm/ssd130x: Fix include guard nameJavier Martinez Canillas1-3/+3
2022-09-08drm/ssd130x: Replace simple display helpers with the atomic helpersJavier Martinez Canillas1-2/+7
2022-04-26drm/ssd130x: Make ssd130x_remove() return voidUwe Kleine-König1-1/+1
2022-04-20drm/solomon: Move device info from ssd130x-i2c to the core driverJavier Martinez Canillas1-0/+14
2022-04-07drm/ssd130x: Support page addressing modeChen-Yu Tsai1-0/+2
2022-02-16drm: Add driver for Solomon SSD130x OLED displaysJavier Martinez Canillas1-0/+76