aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tiny/sharp-memory.c
Commit message (Collapse)AuthorAgeFilesLines
* drm: remove driver date from struct drm_driver and all driversJani Nikula2024-12-051-1/+0
| | | | | | | | | | | | | | | | | | | | | | We stopped using the driver initialized date in commit 7fb8af6798e8 ("drm: deprecate driver date") and (eventually) started returning "0" for drm_version ioctl instead. Finish the job, and remove the unused date member from struct drm_driver, its initialization from drivers, along with the common DRIVER_DATE macros. v2: Also update drivers/accel (kernel test robot) Reviewed-by: Javier Martinez Canillas <[email protected]> Acked-by: Alex Deucher <[email protected]> Acked-by: Simon Ser <[email protected]> Acked-by: Jeffrey Hugo <[email protected]> Acked-by: Lucas De Marchi <[email protected]> Acked-by: Dmitry Baryshkov <[email protected]> # msm Reviewed-by: Thomas Zimmermann <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/1f2bf2543aed270a06f6c707fd6ed1b78bf16712.1733322525.git.jani.nikula@intel.com Signed-off-by: Jani Nikula <[email protected]>
* drm/client: Move public client header to clients/ subdirectoryThomas Zimmermann2024-11-151-1/+1
| | | | | | | | | Move the public header file drm_client_setup.h to the clients/ subdirectory and update all drivers. No functional changes. Signed-off-by: Thomas Zimmermann <[email protected]> Reviewed-by: Jocelyn Falempe <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
* drm/tiny: Add driver for Sharp Memory LCDAlex Lanzano2024-10-181-0/+671
Add support for the monochrome Sharp Memory LCDs. Co-developed-by: Mehdi Djait <[email protected]> Signed-off-by: Mehdi Djait <[email protected]> Signed-off-by: Alex Lanzano <[email protected]> Reviewed-by: Dmitry Baryshkov <[email protected]> Acked-by: Uwe Kleine-König <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected] Signed-off-by: Dmitry Baryshkov <[email protected]>