index
:
pub/scm/linux/kernel/git/bod/linux.git
master
Fiery the angels fell deep thunder rolled around their shores burning with the fires of Orc
Bryan O'Donoghue
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
solomon
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-06
drm/ssd130x: Add per-family update backlight logic
Amit Barzilai
1
-3
/
+21
2026-08-06
drm/ssd130x: Scale ssd133x per-channel contrast by brightness on init
Amit Barzilai
1
-3
/
+38
2026-07-16
drm/solomon: remove unneeded variables in blit functions
Iker Pedrosa
1
-6
/
+3
2026-07-06
drm/ssd130x: fix column and row end address in partial updates in ssd133x
Amit Barzilai
1
-2
/
+2
2026-07-06
drm/ssd130x: hoist column and row addresses out of repeated division
Amit Barzilai
1
-6
/
+5
2026-07-06
drm/ssd130x: fix column and row end address in partial updates for ssd132x
Amit Barzilai
1
-2
/
+3
2026-06-16
drm/solomon: use ssd130x_run_cmd_seq() in ssd133x_init()
Alberto Ruiz
1
-106
/
+30
2026-06-16
drm/solomon: use ssd130x_run_cmd_seq() in ssd132x_init()
Alberto Ruiz
1
-85
/
+26
2026-06-16
drm/solomon: use ssd130x_run_cmd_seq() in ssd130x_init()
Alberto Ruiz
1
-37
/
+19
2026-06-16
drm/solomon: add ssd130x_run_cmd_seq() for batch command execution
Alberto Ruiz
1
-0
/
+43
2026-05-04
drm: Rename struct drm_atomic_state to drm_atomic_commit
Maxime Ripard
1
-16
/
+16
2026-02-26
drm/solomon: Fix page start when updating rectangle in page addressing mode
Francesco Lavra
1
-4
/
+2
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-2
/
+2
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-2
/
+2
2025-10-31
drm: include drm_print.h where needed
Jani Nikula
1
-0
/
+1
2025-09-26
drm/solomon: Enforce one assignment per line
Iker Pedrosa
1
-4
/
+8
2025-09-26
drm/solomon: Simplify get_modes() using DRM helper
Iker Pedrosa
1
-13
/
+1
2025-09-26
drm/solomon: Simplify mode_valid() using DRM helper
Iker Pedrosa
1
-9
/
+1
2025-09-26
drm/solomon: Use drm_WARN_ON_ONCE instead of WARN_ON
Iker Pedrosa
1
-4
/
+4
2025-09-26
drm/solomon: Move calls to drm_gem_fb_end_cpu*()
Iker Pedrosa
1
-18
/
+18
2025-09-17
drm/ssd130x: Use kmalloc_array() instead of kmalloc()
James Flowers
1
-3
/
+3
2025-09-01
drm/ssd130x: Remove the use of dev_err_probe()
Liao Yuanhong
1
-2
/
+1
2025-06-12
drm/ssd130x: fix ssd132x_clear_screen() columns
John Keeping
1
-1
/
+1
2025-01-16
drm/ssd130x: ensure ssd132x pitch is correct
John Keeping
1
-1
/
+3
2025-01-16
drm/ssd130x: fix ssd132x encoding
John Keeping
1
-1
/
+1
2025-01-08
drm/ssd130x: Set SPI .id_table to prevent an SPI core warning
Javier Martinez Canillas
1
-4
/
+3
2024-12-09
Merge remote-tracking branch 'drm/drm-next' into drm-misc-next
Maarten Lankhorst
3
-3
/
+3
2024-12-05
drm: remove driver date from struct drm_driver and all drivers
Jani Nikula
1
-2
/
+0
2024-12-02
module: Convert symbol namespace to string literal
Peter Zijlstra
3
-3
/
+3
2024-11-15
drm/client: Move public client header to clients/ subdirectory
Thomas Zimmermann
1
-1
/
+1
2024-09-26
drm/solomon: Run DRM default client setup
Thomas Zimmermann
2
-1
/
+4
2024-05-02
drm/solomon: Use fbdev-shmem
Thomas Zimmermann
1
-2
/
+2
2024-01-29
Merge drm/drm-next into drm-misc-next
Maxime Ripard
1
-1
/
+1
2024-01-12
Merge tag 'pwm/for-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+1
2024-01-01
drm/ssd130x: Add support for the SSD133x OLED controller family
Javier Martinez Canillas
3
-1
/
+381
2023-12-20
pwm: Rename pwm_apply_state() to pwm_apply_might_sleep()
Sean Young
1
-1
/
+1
2023-12-06
drm/solomon: Do not include <drm/drm_plane_helper.h>
Thomas Zimmermann
1
-1
/
+0
2023-11-14
drm/ssd130x: Preallocate format-conversion buffer in atomic_check
Thomas Zimmermann
1
-0
/
+22
2023-11-14
drm/format-helper: Pass format-conversion state to helpers
Thomas Zimmermann
1
-6
/
+10
2023-10-30
drm/ssd130x: Fix possible uninitialized usage of crtc_state variable
Javier Martinez Canillas
1
-1
/
+1
2023-10-27
drm/ssd130x: Fix possible uninitialized usage of crtc_state variable
Javier Martinez Canillas
1
-1
/
+1
2023-10-18
drm/ssd130x: Add support for the SSD132x OLED controller family
Javier Martinez Canillas
5
-27
/
+449
2023-10-18
drm/ssd130x: Rename commands that are shared across chip families
Javier Martinez Canillas
3
-25
/
+30
2023-10-18
drm/ssd130x: Add a controller family id to the device info data
Javier Martinez Canillas
4
-0
/
+15
2023-10-18
drm/ssd130x: Replace .page_height field in device info with a constant
Javier Martinez Canillas
2
-20
/
+18
2023-10-13
drm/ssd130x: Fix atomic_check for disabled planes
Thomas Zimmermann
1
-8
/
+9
2023-09-22
drm/ssd130x: Drop _helper prefix from struct drm_*_helper_funcs callbacks
Javier Martinez Canillas
1
-23
/
+23
2023-09-21
drm/ssd130x: Call drm_atomic_helper_shutdown() at remove time
Douglas Anderson
1
-0
/
+1
2023-09-14
drm/ssd130x: Store the HW buffer in the driver-private CRTC state
Javier Martinez Canillas
1
-35
/
+118
2023-09-10
drm/ssd130x: Use bool for ssd130x_deviceinfo flags
Geert Uytterhoeven
1
-2
/
+2
[next]