summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/solomon
Commit message (Expand)AuthorAgeFilesLines
* 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-013-1/+381
|/ /
* | drm/solomon: Do not include <drm/drm_plane_helper.h>Thomas Zimmermann2023-12-061-1/+0
* | 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-185-27/+449
* drm/ssd130x: Rename commands that are shared across chip familiesJavier Martinez Canillas2023-10-183-25/+30
* drm/ssd130x: Add a controller family id to the device info dataJavier Martinez Canillas2023-10-184-0/+15
* drm/ssd130x: Replace .page_height field in device info with a constantJavier Martinez Canillas2023-10-182-20/+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: Use bool for ssd130x_deviceinfo flagsGeert Uytterhoeven2023-09-101-2/+2
* 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-262-40/+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-152-35/+56
* drm/ssd130x: Set the page height value in the device info dataJavier Martinez Canillas2023-06-152-4/+12
* drm/ssd130x: Make default width and height to be controller dependentJavier Martinez Canillas2023-06-152-2/+14
* drm: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-301-1/+1
* drm/ssd130x: Fix include guard nameJavier Martinez Canillas2023-05-151-3/+3
* 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
* Merge drm/drm-next into drm-misc-nextMaxime Ripard2022-10-181-3/+1
|\
| * Merge tag 'drm-next-2022-10-05' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-10-053-102/+191
| |\
| * | i2c: Make remove callback return voidUwe Kleine-König2022-08-161-3/+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-112-80/+189
|\ \
| * | drm/ssd130x: Replace simple display helpers with the atomic helpersJavier Martinez Canillas2022-09-082-80/+189
* | | Merge tag 'drm-misc-next-2022-08-20-1' of git://anongit.freedesktop.org/drm/d...Daniel Vetter2022-09-062-20/+9
|\| | | |/ |/|