1. f8e4806 Merge tag 'drm-misc-next-2024-01-11' of git://anongit.freedesktop.org/drm/drm-misc into drm-next by Dave Airlie · 1 year, 1 month ago
  2. 42bff4d Merge tag 'pwm/for-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm by Linus Torvalds · 1 year, 2 months ago
  3. b4299c9 drm/ssd130x: Add support for the SSD133x OLED controller family by Javier Martinez Canillas · 1 year, 2 months ago
  4. c748a6d pwm: Rename pwm_apply_state() to pwm_apply_might_sleep() by Sean Young · 1 year, 3 months ago
  5. c669875 drm/ssd130x: Preallocate format-conversion buffer in atomic_check by Thomas Zimmermann · 1 year, 5 months ago
  6. 4cd24d4 drm/format-helper: Pass format-conversion state to helpers by Thomas Zimmermann · 1 year, 5 months ago
  7. 94565e9 drm/ssd130x: Fix possible uninitialized usage of crtc_state variable by Javier Martinez Canillas · 1 year, 5 months ago
  8. 9e4db19 drm/ssd130x: Fix possible uninitialized usage of crtc_state variable by Javier Martinez Canillas · 1 year, 5 months ago
  9. fdd591e drm/ssd130x: Add support for the SSD132x OLED controller family by Javier Martinez Canillas · 1 year, 5 months ago
  10. 9081d21 drm/ssd130x: Rename commands that are shared across chip families by Javier Martinez Canillas · 1 year, 5 months ago
  11. e6663dd drm/ssd130x: Add a controller family id to the device info data by Javier Martinez Canillas · 1 year, 5 months ago
  12. ec5dceb drm/ssd130x: Replace .page_height field in device info with a constant by Javier Martinez Canillas · 1 year, 5 months ago
  13. a48e2cc9 drm/ssd130x: Fix atomic_check for disabled planes by Thomas Zimmermann · 1 year, 5 months ago
  14. a08e062 drm/ssd130x: Drop _helper prefix from struct drm_*_helper_funcs callbacks by Javier Martinez Canillas · 1 year, 6 months ago
  15. 10c8204 drm/ssd130x: Call drm_atomic_helper_shutdown() at remove time by Douglas Anderson · 1 year, 6 months ago
  16. d51f9fb drm/ssd130x: Store the HW buffer in the driver-private CRTC state by Javier Martinez Canillas · 1 year, 6 months ago
  17. 4dbce3d6 drm/ssd130x: Fix screen clearing by Geert Uytterhoeven · 1 year, 7 months ago
  18. 84f54d4 drm/ssd130x: Print the PWM's label instead of its number by Uwe Kleine-König · 1 year, 7 months ago
  19. 8b8067f drm/ssd130x: clean up some inconsistent indenting by Jiapeng Chong · 1 year, 7 months ago
  20. 8c39263 drm/ssd130x: Use shadow-buffer helpers when managing plane's state by Javier Martinez Canillas · 1 year, 7 months ago
  21. 45b5866 drm/ssd130x: Allocate buffer in the plane's .atomic_check() callback by Javier Martinez Canillas · 1 year, 7 months ago
  22. 4cd179a drm/ssd130x: Inline the ssd130x_buf_{alloc, free}() function helpers by Javier Martinez Canillas · 1 year, 7 months ago
  23. 27564c6 drm/ssd130x: Fix pitch calculation in ssd130x_fb_blit_rect() by Geert Uytterhoeven · 1 year, 8 months ago
  24. 7dae503 drm/ssd130x: Change pixel format used to compute the buffer size by Javier Martinez Canillas · 1 year, 8 months ago
  25. e254b58 drm/ssd130x: Remove hardcoded bits-per-pixel in ssd130x_buf_alloc() by Javier Martinez Canillas · 1 year, 9 months ago
  26. 49d7d58 drm/ssd130x: Don't allocate buffers on each plane update by Javier Martinez Canillas · 1 year, 9 months ago
  27. 179a790 drm/ssd130x: Set the page height value in the device info data by Javier Martinez Canillas · 1 year, 9 months ago
  28. f1f288d drm/ssd130x: Make default width and height to be controller dependent by Javier Martinez Canillas · 1 year, 9 months ago
  29. a5c95ca Merge tag 'drm-next-2023-02-23' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 2 years ago
  30. 343c700 drm/ssd130x: Init display before the SSD130X_DISPLAY_ON command by Javier Martinez Canillas · 2 years, 1 month ago
  31. 51affef drm/ssd130x: Silence a `dubious: x & !y` warning by Javier Martinez Canillas · 2 years, 1 month ago
  32. 36aff2e drm/solomon: Set preferred color depth and bpp to the correct values by Thomas Zimmermann · 2 years, 3 months ago
  33. 8ab59da drm/fb-helper: Move generic fbdev emulation into separate source file by Thomas Zimmermann · 2 years, 4 months ago
  34. 7fed7fa drm/crtc-helper: Add a drm_crtc_helper_atomic_check() helper by Javier Martinez Canillas · 2 years, 5 months ago
  35. 6c3d9cf drm/ssd130x: Do not call drm_atomic_add_affected_planes() by Javier Martinez Canillas · 2 years, 5 months ago
  36. 8f2fd57 drm/atomic-helper: Replace drm_atomic_helper_check_crtc_state() by Thomas Zimmermann · 2 years, 5 months ago
  37. fdd0640 drm/ssd130x: Iterate over damage clips instead of using a merged rect by Javier Martinez Canillas · 2 years, 5 months ago
  38. 09d6838f drm/ssd130x: Synchronize access to dma-buf imported GEM BOs by Javier Martinez Canillas · 2 years, 5 months ago
  39. 30b1a07 drm/ssd130x: Use drm_atomic_get_new_plane_state() by Javier Martinez Canillas · 2 years, 6 months ago
  40. 8401bd3 drm/plane-helper: Add a drm_plane_helper_atomic_check() helper by Javier Martinez Canillas · 2 years, 6 months ago
  41. fb34d8a0 Merge tag 'drm-misc-next-2022-09-09' of git://anongit.freedesktop.org/drm/drm-misc into drm-next by Dave Airlie · 2 years, 6 months ago
  42. 622113b drm/ssd130x: Replace simple display helpers with the atomic helpers by Javier Martinez Canillas · 2 years, 6 months ago
  43. 8284bae Merge tag 'drm-misc-next-2022-08-20-1' of git://anongit.freedesktop.org/drm/drm-misc into drm-next by Daniel Vetter · 2 years, 6 months ago
  44. b3aca56 drm/format-helper: Rework XRGB8888-to-MONO conversion by Thomas Zimmermann · 2 years, 7 months ago
  45. b44f2fd Merge tag 'drm-next-2022-08-03' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 2 years, 7 months ago
  46. 5e8bf00 drm/fb: remove unused includes of drm_fb_cma_helper.h by Danilo Krummrich · 2 years, 7 months ago
  47. b68277f drm/ssd130x: Fix pre-charge period setting by Ezequiel Garcia · 2 years, 8 months ago
  48. 720cf96d drm: Drop drm_framebuffer.h from drm_crtc.h by Ville Syrjälä · 2 years, 9 months ago
  49. 255490f9 drm: Drop drm_edid.h from drm_crtc.h by Ville Syrjälä · 2 years, 9 months ago
  50. a4359b4 drm/ssd130x: Make ssd130x_remove() return void by Uwe Kleine-König · 2 years, 11 months ago
  51. 4203e88 drm/solomon: Move device info from ssd130x-i2c to the core driver by Javier Martinez Canillas · 2 years, 11 months ago
  52. b0daaa5 drm/ssd130x: Support page addressing mode by Chen-Yu Tsai · 3 years ago
  53. 9cbbd69 Merge drm/drm-next into drm-misc-next by Maxime Ripard · 3 years ago
  54. 4442ac1 drm/ssd130x: Reduce temporary buffer sizes by Geert Uytterhoeven · 3 years ago
  55. a97e753 drm/ssd130x: Fix rectangle updates by Geert Uytterhoeven · 3 years ago
  56. 9b13a3f drm/format-helper: Rename drm_fb_xrgb8888_to_mono_reversed() by Geert Uytterhoeven · 3 years ago
  57. a134109 drm: ssd130x: Always apply segment remap setting by Chen-Yu Tsai · 3 years ago
  58. efb37e6 drm: ssd130x: Fix COM scan direction register mask by Chen-Yu Tsai · 3 years ago
  59. c9e9ce0 Merge tag 'drm-misc-next-2022-03-03' of git://anongit.freedesktop.org/drm/drm-misc into drm-next by Dave Airlie · 3 years ago
  60. 701920c drm/ssd130x: remove redundant initialization of pointer mode by Colin Ian King · 3 years ago
  61. 54f43c1 Merge tag 'drm-misc-next-2022-02-23' of git://anongit.freedesktop.org/drm/drm-misc into drm-next by Dave Airlie · 3 years ago
  62. a61732e drm: Add driver for Solomon SSD130x OLED displays by Javier Martinez Canillas · 3 years, 1 month ago