summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/solomon
Commit message (Expand)AuthorAgeFilesLines
* 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/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
|\| | | |/ |/|
| * 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
| * drm/ssd130x: Use new regmap bulk write support to drop custom busJavier Martinez Canillas2022-07-181-16/+5
* | Merge tag 'drm-next-2022-08-03' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-08-032-0/+4
|\|
| * 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: Only define a SPI device ID table when built as a moduleJavier Martinez Canillas2022-06-021-0/+2
* | drm/ssd130x: Fix pre-charge period settingEzequiel Garcia2022-07-071-1/+1
|/
* drm/ssd130x: Make ssd130x_remove() return voidUwe Kleine-König2022-04-263-5/+5
* drm/solomon: Add SSD130x OLED displays SPI supportJavier Martinez Canillas2022-04-203-0/+188
* drm/solomon: Move device info from ssd130x-i2c to the core driverJavier Martinez Canillas2022-04-203-45/+56
* drm/solomon: Add ssd130x new compatible strings and deprecate old ones.Javier Martinez Canillas2022-04-201-1/+18
* drm/ssd130x: Add support for SINO WEALTH SH1106Chen-Yu Tsai2022-04-072-4/+16
* drm/ssd130x: Support page addressing modeChen-Yu Tsai2022-04-072-7/+68
* Merge drm/drm-next into drm-misc-nextMaxime Ripard2022-04-051-1/+1
|\
| * Merge tag 'drm-misc-next-2022-03-03' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2022-03-041-1/+1
| |\
| * | Merge tag 'drm-misc-next-2022-02-23' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2022-02-251-1/+1
* | | drm/ssd130x: Reduce temporary buffer sizesGeert Uytterhoeven2022-03-171-3/+6
* | | drm/ssd130x: Fix rectangle updatesGeert Uytterhoeven2022-03-171-4/+11
* | | drm/format-helper: Rename drm_fb_xrgb8888_to_mono_reversed()Geert Uytterhoeven2022-03-171-1/+1
* | | drm/solomon: Make DRM_SSD130X depends on MMUYueHaibing2022-03-161-1/+1
* | | drm: ssd130x: Always apply segment remap settingChen-Yu Tsai2022-03-091-7/+9
* | | drm: ssd130x: Fix COM scan direction register maskChen-Yu Tsai2022-03-091-1/+1
| |/ |/|
* | drm/ssd130x: remove redundant initialization of pointer modeColin Ian King2022-03-031-1/+1
|/
* drm/solomon: Add SSD130x OLED displays I2C supportJavier Martinez Canillas2022-02-163-0/+126
* drm: Add driver for Solomon SSD130x OLED displaysJavier Martinez Canillas2022-02-164-0/+932