summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/solomon/ssd130x.c
Commit message (Expand)AuthorAgeFilesLines
* drm/solomon: Use fbdev-shmemThomas Zimmermann2024-05-021-2/+2
* Merge drm/drm-next into drm-misc-nextMaxime Ripard2024-01-291-1/+1
|\
| * Merge tag 'pwm/for-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-01-121-1/+1
| |\
| | * pwm: Rename pwm_apply_state() to pwm_apply_might_sleep()Sean Young2023-12-201-1/+1
| | * drm/ssd130x: Fix possible uninitialized usage of crtc_state variableJavier Martinez Canillas2023-10-301-1/+1
* | | drm/ssd130x: Add support for the SSD133x OLED controller familyJavier Martinez Canillas2024-01-011-0/+370
|/ /
* | drm/ssd130x: Preallocate format-conversion buffer in atomic_checkThomas Zimmermann2023-11-141-0/+22
* | drm/format-helper: Pass format-conversion state to helpersThomas Zimmermann2023-11-141-6/+10
* | drm/ssd130x: Fix possible uninitialized usage of crtc_state variableJavier Martinez Canillas2023-10-271-1/+1
|/
* drm/ssd130x: Add support for the SSD132x OLED controller familyJavier Martinez Canillas2023-10-181-16/+403
* drm/ssd130x: Rename commands that are shared across chip familiesJavier Martinez Canillas2023-10-181-21/+26
* drm/ssd130x: Add a controller family id to the device info dataJavier Martinez Canillas2023-10-181-0/+5
* drm/ssd130x: Replace .page_height field in device info with a constantJavier Martinez Canillas2023-10-181-19/+18
* drm/ssd130x: Fix atomic_check for disabled planesThomas Zimmermann2023-10-131-8/+9
* drm/ssd130x: Drop _helper prefix from struct drm_*_helper_funcs callbacksJavier Martinez Canillas2023-09-221-23/+23
* drm/ssd130x: Call drm_atomic_helper_shutdown() at remove timeDouglas Anderson2023-09-211-0/+1
* drm/ssd130x: Store the HW buffer in the driver-private CRTC stateJavier Martinez Canillas2023-09-141-35/+118
* drm/ssd130x: Fix screen clearingGeert Uytterhoeven2023-09-101-8/+39
* drm/ssd130x: Print the PWM's label instead of its numberUwe Kleine-König2023-09-091-2/+2
* drm/ssd130x: clean up some inconsistent indentingJiapeng Chong2023-07-311-1/+1
* drm/ssd130x: Use shadow-buffer helpers when managing plane's stateJavier Martinez Canillas2023-07-271-7/+9
* drm/ssd130x: Allocate buffer in the plane's .atomic_check() callbackJavier Martinez Canillas2023-07-261-37/+121
* drm/ssd130x: Inline the ssd130x_buf_{alloc, free}() function helpersJavier Martinez Canillas2023-07-261-35/+20
* drm/ssd130x: Fix pitch calculation in ssd130x_fb_blit_rect()Geert Uytterhoeven2023-07-221-1/+1
* drm/ssd130x: Change pixel format used to compute the buffer sizeJavier Martinez Canillas2023-07-131-1/+1
* drm/ssd130x: Remove hardcoded bits-per-pixel in ssd130x_buf_alloc()Javier Martinez Canillas2023-06-151-2/+9
* drm/ssd130x: Don't allocate buffers on each plane updateJavier Martinez Canillas2023-06-151-35/+53
* drm/ssd130x: Set the page height value in the device info dataJavier Martinez Canillas2023-06-151-4/+11
* drm/ssd130x: Make default width and height to be controller dependentJavier Martinez Canillas2023-06-151-2/+12
* Merge tag 'drm-next-2023-02-23' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2023-02-221-4/+11
|\
| * drm/ssd130x: Silence a `dubious: x & !y` warningJavier Martinez Canillas2023-01-241-2/+9
| * drm/solomon: Set preferred color depth and bpp to the correct valuesThomas Zimmermann2022-11-241-2/+2
* | drm/ssd130x: Init display before the SSD130X_DISPLAY_ON commandJavier Martinez Canillas2023-01-261-11/+7
|/
* drm/fb-helper: Move generic fbdev emulation into separate source fileThomas Zimmermann2022-11-051-1/+1
* drm/crtc-helper: Add a drm_crtc_helper_atomic_check() helperJavier Martinez Canillas2022-10-131-12/+2
* drm/ssd130x: Do not call drm_atomic_add_affected_planes()Javier Martinez Canillas2022-10-131-8/+2
* drm/atomic-helper: Replace drm_atomic_helper_check_crtc_state()Thomas Zimmermann2022-10-081-1/+5
* drm/ssd130x: Iterate over damage clips instead of using a merged rectJavier Martinez Canillas2022-10-061-8/+11
* drm/ssd130x: Synchronize access to dma-buf imported GEM BOsJavier Martinez Canillas2022-09-271-0/+7
* drm/ssd130x: Use drm_atomic_get_new_plane_state()Javier Martinez Canillas2022-09-271-4/+4
* drm/plane-helper: Add a drm_plane_helper_atomic_check() helperJavier Martinez Canillas2022-09-161-17/+1
* Merge tag 'drm-misc-next-2022-09-09' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2022-09-111-78/+182
|\
| * drm/ssd130x: Replace simple display helpers with the atomic helpersJavier Martinez Canillas2022-09-081-78/+182
* | Merge tag 'drm-misc-next-2022-08-20-1' of git://anongit.freedesktop.org/drm/d...Daniel Vetter2022-09-061-4/+4
|\|
| * drm/format-helper: Rework XRGB8888-to-MONO conversionThomas Zimmermann2022-08-101-3/+4
| * drm/fb: remove unused includes of drm_fb_cma_helper.hDanilo Krummrich2022-08-031-1/+0
* | Merge tag 'drm-next-2022-08-03' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-08-031-0/+2
|\|
| * drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä2022-06-201-0/+1
| * drm: Drop drm_edid.h from drm_crtc.hVille Syrjälä2022-06-201-0/+1
* | drm/ssd130x: Fix pre-charge period settingEzequiel Garcia2022-07-071-1/+1
|/