summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/solomon
AgeCommit message (Expand)AuthorLines
2026-02-26drm/solomon: Fix page start when updating rectangle in page addressing modeFrancesco Lavra-4/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-2/+2
2025-10-31drm: include drm_print.h where neededJani Nikula-0/+1
2025-09-26drm/solomon: Enforce one assignment per lineIker Pedrosa-4/+8
2025-09-26drm/solomon: Simplify get_modes() using DRM helperIker Pedrosa-13/+1
2025-09-26drm/solomon: Simplify mode_valid() using DRM helperIker Pedrosa-9/+1
2025-09-26drm/solomon: Use drm_WARN_ON_ONCE instead of WARN_ONIker Pedrosa-4/+4
2025-09-26drm/solomon: Move calls to drm_gem_fb_end_cpu*()Iker Pedrosa-18/+18
2025-09-17drm/ssd130x: Use kmalloc_array() instead of kmalloc()James Flowers-3/+3
2025-09-01drm/ssd130x: Remove the use of dev_err_probe()Liao Yuanhong-2/+1
2025-06-12drm/ssd130x: fix ssd132x_clear_screen() columnsJohn Keeping-1/+1
2025-01-16drm/ssd130x: ensure ssd132x pitch is correctJohn Keeping-1/+3
2025-01-16drm/ssd130x: fix ssd132x encodingJohn Keeping-1/+1
2025-01-08drm/ssd130x: Set SPI .id_table to prevent an SPI core warningJavier Martinez Canillas-4/+3
2024-12-09Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst-3/+3
2024-12-05drm: remove driver date from struct drm_driver and all driversJani Nikula-2/+0
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra-3/+3
2024-11-15drm/client: Move public client header to clients/ subdirectoryThomas Zimmermann-1/+1
2024-09-26drm/solomon: Run DRM default client setupThomas Zimmermann-1/+4
2024-05-02drm/solomon: Use fbdev-shmemThomas Zimmermann-2/+2
2024-01-29Merge drm/drm-next into drm-misc-nextMaxime Ripard-1/+1
2024-01-12Merge tag 'pwm/for-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+1
2024-01-01drm/ssd130x: Add support for the SSD133x OLED controller familyJavier Martinez Canillas-1/+381
2023-12-20pwm: Rename pwm_apply_state() to pwm_apply_might_sleep()Sean Young-1/+1
2023-12-06drm/solomon: Do not include <drm/drm_plane_helper.h>Thomas Zimmermann-1/+0
2023-11-14drm/ssd130x: Preallocate format-conversion buffer in atomic_checkThomas Zimmermann-0/+22
2023-11-14drm/format-helper: Pass format-conversion state to helpersThomas Zimmermann-6/+10
2023-10-30drm/ssd130x: Fix possible uninitialized usage of crtc_state variableJavier Martinez Canillas-1/+1
2023-10-27drm/ssd130x: Fix possible uninitialized usage of crtc_state variableJavier Martinez Canillas-1/+1
2023-10-18drm/ssd130x: Add support for the SSD132x OLED controller familyJavier Martinez Canillas-27/+449
2023-10-18drm/ssd130x: Rename commands that are shared across chip familiesJavier Martinez Canillas-25/+30
2023-10-18drm/ssd130x: Add a controller family id to the device info dataJavier Martinez Canillas-0/+15
2023-10-18drm/ssd130x: Replace .page_height field in device info with a constantJavier Martinez Canillas-20/+18
2023-10-13drm/ssd130x: Fix atomic_check for disabled planesThomas Zimmermann-8/+9
2023-09-22drm/ssd130x: Drop _helper prefix from struct drm_*_helper_funcs callbacksJavier Martinez Canillas-23/+23
2023-09-21drm/ssd130x: Call drm_atomic_helper_shutdown() at remove timeDouglas Anderson-0/+1
2023-09-14drm/ssd130x: Store the HW buffer in the driver-private CRTC stateJavier Martinez Canillas-35/+118
2023-09-10drm/ssd130x: Use bool for ssd130x_deviceinfo flagsGeert Uytterhoeven-2/+2
2023-09-10drm/ssd130x: Fix screen clearingGeert Uytterhoeven-8/+39
2023-09-09drm/ssd130x: Print the PWM's label instead of its numberUwe Kleine-König-2/+2
2023-07-31drm/ssd130x: clean up some inconsistent indentingJiapeng Chong-1/+1
2023-07-27drm/ssd130x: Use shadow-buffer helpers when managing plane's stateJavier Martinez Canillas-7/+9
2023-07-26drm/ssd130x: Allocate buffer in the plane's .atomic_check() callbackJavier Martinez Canillas-40/+121
2023-07-26drm/ssd130x: Inline the ssd130x_buf_{alloc, free}() function helpersJavier Martinez Canillas-35/+20
2023-07-22drm/ssd130x: Fix pitch calculation in ssd130x_fb_blit_rect()Geert Uytterhoeven-1/+1
2023-07-13drm/ssd130x: Change pixel format used to compute the buffer sizeJavier Martinez Canillas-1/+1
2023-06-15drm/ssd130x: Remove hardcoded bits-per-pixel in ssd130x_buf_alloc()Javier Martinez Canillas-2/+9
2023-06-15drm/ssd130x: Don't allocate buffers on each plane updateJavier Martinez Canillas-35/+56
2023-06-15drm/ssd130x: Set the page height value in the device info dataJavier Martinez Canillas-4/+12