index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
solomon
Age
Commit message (
Expand
)
Author
2023-06-15
drm/ssd130x: Remove hardcoded bits-per-pixel in ssd130x_buf_alloc()
Javier Martinez Canillas
2023-06-15
drm/ssd130x: Don't allocate buffers on each plane update
Javier Martinez Canillas
2023-06-15
drm/ssd130x: Set the page height value in the device info data
Javier Martinez Canillas
2023-06-15
drm/ssd130x: Make default width and height to be controller dependent
Javier Martinez Canillas
2023-05-30
drm: Switch i2c drivers back to use .probe()
Uwe Kleine-König
2023-05-15
drm/ssd130x: Fix include guard name
Javier Martinez Canillas
2023-02-22
Merge tag 'drm-next-2023-02-23' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2023-01-26
drm/ssd130x: Init display before the SSD130X_DISPLAY_ON command
Javier Martinez Canillas
2023-01-24
drm/ssd130x: Silence a `dubious: x & !y` warning
Javier Martinez Canillas
2022-11-24
drm/solomon: Set preferred color depth and bpp to the correct values
Thomas Zimmermann
2022-11-05
drm/fb-helper: Move generic fbdev emulation into separate source file
Thomas Zimmermann
2022-10-18
Merge drm/drm-next into drm-misc-next
Maxime Ripard
2022-10-13
drm/crtc-helper: Add a drm_crtc_helper_atomic_check() helper
Javier Martinez Canillas
2022-10-13
drm/ssd130x: Do not call drm_atomic_add_affected_planes()
Javier Martinez Canillas
2022-10-08
drm/atomic-helper: Replace drm_atomic_helper_check_crtc_state()
Thomas Zimmermann
2022-10-06
drm/ssd130x: Iterate over damage clips instead of using a merged rect
Javier Martinez Canillas
2022-10-05
Merge tag 'drm-next-2022-10-05' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2022-09-27
drm/ssd130x: Synchronize access to dma-buf imported GEM BOs
Javier Martinez Canillas
2022-09-27
drm/ssd130x: Use drm_atomic_get_new_plane_state()
Javier Martinez Canillas
2022-09-16
drm/plane-helper: Add a drm_plane_helper_atomic_check() helper
Javier Martinez Canillas
2022-09-11
Merge tag 'drm-misc-next-2022-09-09' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
2022-09-08
drm/ssd130x: Replace simple display helpers with the atomic helpers
Javier Martinez Canillas
2022-09-06
Merge tag 'drm-misc-next-2022-08-20-1' of git://anongit.freedesktop.org/drm/d...
Daniel Vetter
2022-08-16
i2c: Make remove callback return void
Uwe Kleine-König
2022-08-10
drm/format-helper: Rework XRGB8888-to-MONO conversion
Thomas Zimmermann
2022-08-03
Merge tag 'drm-next-2022-08-03' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2022-08-03
drm/fb: remove unused includes of drm_fb_cma_helper.h
Danilo Krummrich
2022-07-18
drm/ssd130x: Use new regmap bulk write support to drop custom bus
Javier Martinez Canillas
2022-07-07
drm/ssd130x: Fix pre-charge period setting
Ezequiel Garcia
2022-06-20
drm: Drop drm_framebuffer.h from drm_crtc.h
Ville Syrjälä
2022-06-20
drm: Drop drm_edid.h from drm_crtc.h
Ville Syrjälä
2022-06-02
drm/ssd130x: Only define a SPI device ID table when built as a module
Javier Martinez Canillas
2022-04-26
drm/ssd130x: Make ssd130x_remove() return void
Uwe Kleine-König
2022-04-20
drm/solomon: Add SSD130x OLED displays SPI support
Javier Martinez Canillas
2022-04-20
drm/solomon: Move device info from ssd130x-i2c to the core driver
Javier Martinez Canillas
2022-04-20
drm/solomon: Add ssd130x new compatible strings and deprecate old ones.
Javier Martinez Canillas
2022-04-07
drm/ssd130x: Add support for SINO WEALTH SH1106
Chen-Yu Tsai
2022-04-07
drm/ssd130x: Support page addressing mode
Chen-Yu Tsai
2022-04-05
Merge drm/drm-next into drm-misc-next
Maxime Ripard
2022-03-17
drm/ssd130x: Reduce temporary buffer sizes
Geert Uytterhoeven
2022-03-17
drm/ssd130x: Fix rectangle updates
Geert Uytterhoeven
2022-03-17
drm/format-helper: Rename drm_fb_xrgb8888_to_mono_reversed()
Geert Uytterhoeven
2022-03-16
drm/solomon: Make DRM_SSD130X depends on MMU
YueHaibing
2022-03-09
drm: ssd130x: Always apply segment remap setting
Chen-Yu Tsai
2022-03-09
drm: ssd130x: Fix COM scan direction register mask
Chen-Yu Tsai
2022-03-04
Merge tag 'drm-misc-next-2022-03-03' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
2022-03-03
drm/ssd130x: remove redundant initialization of pointer mode
Colin Ian King
2022-02-25
Merge tag 'drm-misc-next-2022-02-23' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
2022-02-16
drm/solomon: Add SSD130x OLED displays I2C support
Javier Martinez Canillas
2022-02-16
drm: Add driver for Solomon SSD130x OLED displays
Javier Martinez Canillas