index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
kmb
Age
Commit message (
Expand
)
Author
Files
Lines
12 days
drm/client: Move public client header to clients/ subdirectory
Thomas Zimmermann
1
-1
/
+1
2024-09-26
drm/kmb: Run DRM default client setup
Thomas Zimmermann
2
-1
/
+4
2024-09-13
drm/kmb: annotate set_test_mode_src_osc_freq_target_{low, hi}_bits() with __m...
Jani Nikula
1
-2
/
+2
2024-09-03
drm/bridge-connector: move to DRM_DISPLAY_HELPER module
Dmitry Baryshkov
1
-0
/
+2
2023-11-21
drm/kmb: Convert to platform remove callback returning void
Uwe Kleine-König
1
-3
/
+2
2023-03-14
drm/kmb: Use GEM DMA fbdev emulation
Thomas Zimmermann
1
-2
/
+2
2023-01-18
drm/kmb: Remove unnecessary include statements for drm_crtc_helper.h
Thomas Zimmermann
2
-2
/
+0
2022-11-05
drm/fb-helper: Remove unnecessary include statements
Thomas Zimmermann
1
-1
/
+0
2022-11-05
drm/fb-helper: Move generic fbdev emulation into separate source file
Thomas Zimmermann
1
-1
/
+1
2022-08-03
drm/gem: rename GEM CMA helpers to GEM DMA helpers
Danilo Krummrich
3
-5
/
+5
2022-08-03
drm/fb: rename FB CMA helpers to FB DMA helpers
Danilo Krummrich
1
-4
/
+4
2022-07-26
drm/atomic-helper: Remove _HELPER_ infix from DRM_PLANE_HELPER_NO_SCALING
Thomas Zimmermann
1
-2
/
+2
2022-07-26
drm/atomic-helper: Move DRM_PLANE_HELPER_NO_SCALING to atomic helpers
Thomas Zimmermann
1
-1
/
+0
2022-07-05
drm: Remove linux/fb.h from drm_crtc.h
Ville Syrjälä
1
-0
/
+1
2022-06-20
drm: Drop drm_blend.h from drm_crtc.h
Ville Syrjälä
1
-0
/
+1
2022-06-20
drm: Drop drm_framebuffer.h from drm_crtc.h
Ville Syrjälä
1
-0
/
+1
2022-02-25
Merge tag 'drm-misc-next-2022-02-23' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-1
/
+2
2022-01-27
drm/kmb: Fix for build errors with Warray-bounds
Anitha Chrisanthus
1
-6
/
+0
2022-01-27
drm/kmb: Use drm_module_platform_driver() to register the driver
Javier Martinez Canillas
1
-1
/
+2
2021-11-30
drm: Remove CONFIG_DRM_KMS_CMA_HELPER option
Thomas Zimmermann
1
-1
/
+0
2021-11-18
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
8
-30
/
+197
2021-10-27
drm/kmb: Enable support for framebuffer console
Anitha Chrisanthus
1
-0
/
+4
2021-10-21
drm/kmb: Enable ADV bridge after modeset
Anitha Chrisanthus
3
-8
/
+10
2021-10-21
drm/kmb: Corrected typo in handle_lcd_irq
Anitha Chrisanthus
1
-1
/
+1
2021-10-21
drm/kmb: Disable change of plane parameters
Edmund Dea
3
-1
/
+49
2021-10-21
drm/kmb: Remove clearing DPHY regs
Edmund Dea
1
-5
/
+0
2021-10-21
drm/kmb: Limit supported mode to 1080p
Anitha Chrisanthus
2
-1
/
+42
2021-10-21
drm/kmb: Work around for higher system clock
Anitha Chrisanthus
1
-1
/
+10
2021-10-06
drm/kmb: Enable alpha blended second plane
Edmund Dea
5
-15
/
+87
2021-09-01
Merge tag 'drm-next-2021-08-31-1' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2
-7
/
+20
2021-08-10
drm/kmb: Convert to Linux IRQ interfaces
Thomas Zimmermann
1
-6
/
+20
2021-07-29
drm/kmb: Define driver date and major/minor version
Edmund Dea
2
-4
/
+9
2021-07-29
drm/kmb: Enable LCD DMA for low TVDDCV
Edmund Dea
2
-2
/
+27
2021-07-28
drm/bridge: Centralize error message when bridge attach fails
Laurent Pinchart
1
-1
/
+0
2021-07-01
Merge tag 'drm-next-2021-07-01' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-5
/
+5
2021-06-22
drm/kmb: Fix error return code in kmb_hw_init()
Zhen Lei
1
-0
/
+1
2021-05-12
drm: fix semicolon.cocci warnings
kernel test robot
1
-5
/
+5
2021-02-25
drm: Use state helper instead of the plane state pointer
Maxime Ripard
1
-1
/
+2
2021-02-25
drm/atomic: Pass the full state to planes atomic disable and update
Maxime Ripard
1
-3
/
+5
2021-02-24
drm: Store new plane state in a variable for atomic_update and disable
Maxime Ripard
1
-9
/
+10
2021-02-24
drm: Use the state pointer directly in planes atomic_check
Maxime Ripard
1
-1
/
+1
2021-02-24
drm/atomic: Pass the full state to planes atomic_check
Maxime Ripard
1
-1
/
+3
2021-02-24
drm: Rename plane atomic_check state names
Maxime Ripard
1
-10
/
+12
2021-01-07
Merge tag 'du-next-20210105' of git://linuxtv.org/pinchartl/media into drm-next
Daniel Vetter
1
-1
/
+1
2021-01-05
drm: Constify drm_driver in drivers that don't modify it
Laurent Pinchart
1
-1
/
+1
2020-12-15
Merge drm/drm-next into drm-misc-next
Maarten Lankhorst
1
-1
/
+1
2020-12-05
drm/kmb: fix array bounds warning
Arnd Bergmann
1
-0
/
+3
2020-11-29
drm/kmb: Remove an unnecessary NULL check
Dan Carpenter
1
-1
/
+1
2020-11-13
drm/Kconfig: rename keembay config
Dave Airlie
1
-1
/
+1
2020-11-11
drm/kmb: fix spelling mistakes in drm_info and drm_dbg messages
Colin Ian King
1
-2
/
+2
[next]