summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/solomon/ssd130x.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-27drm/ssd130x: Synchronize access to dma-buf imported GEM BOsJavier Martinez Canillas1-0/+7
2022-09-27drm/ssd130x: Use drm_atomic_get_new_plane_state()Javier Martinez Canillas1-4/+4
2022-09-16drm/plane-helper: Add a drm_plane_helper_atomic_check() helperJavier Martinez Canillas1-17/+1
2022-09-11Merge tag 'drm-misc-next-2022-09-09' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-78/+182
2022-09-08drm/ssd130x: Replace simple display helpers with the atomic helpersJavier Martinez Canillas1-78/+182
2022-09-06Merge tag 'drm-misc-next-2022-08-20-1' of git://anongit.freedesktop.org/drm/d...Daniel Vetter1-4/+4
2022-08-10drm/format-helper: Rework XRGB8888-to-MONO conversionThomas Zimmermann1-3/+4
2022-08-03Merge tag 'drm-next-2022-08-03' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-0/+2
2022-08-03drm/fb: remove unused includes of drm_fb_cma_helper.hDanilo Krummrich1-1/+0
2022-07-07drm/ssd130x: Fix pre-charge period settingEzequiel Garcia1-1/+1
2022-06-20drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä1-0/+1
2022-06-20drm: Drop drm_edid.h from drm_crtc.hVille Syrjälä1-0/+1
2022-04-26drm/ssd130x: Make ssd130x_remove() return voidUwe Kleine-König1-3/+1
2022-04-20drm/solomon: Move device info from ssd130x-i2c to the core driverJavier Martinez Canillas1-3/+32
2022-04-07drm/ssd130x: Support page addressing modeChen-Yu Tsai1-7/+66
2022-04-05Merge drm/drm-next into drm-misc-nextMaxime Ripard1-1/+1
2022-03-17drm/ssd130x: Reduce temporary buffer sizesGeert Uytterhoeven1-3/+6
2022-03-17drm/ssd130x: Fix rectangle updatesGeert Uytterhoeven1-4/+11
2022-03-17drm/format-helper: Rename drm_fb_xrgb8888_to_mono_reversed()Geert Uytterhoeven1-1/+1
2022-03-09drm: ssd130x: Always apply segment remap settingChen-Yu Tsai1-7/+9
2022-03-09drm: ssd130x: Fix COM scan direction register maskChen-Yu Tsai1-1/+1
2022-03-04Merge tag 'drm-misc-next-2022-03-03' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-1/+1
2022-03-03drm/ssd130x: remove redundant initialization of pointer modeColin Ian King1-1/+1
2022-02-25Merge tag 'drm-misc-next-2022-02-23' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-0/+843
2022-02-16drm: Add driver for Solomon SSD130x OLED displaysJavier Martinez Canillas1-0/+843