Age | Commit message (Expand) | Author |
2025-02-06 | Merge remote-tracking branch 'drm-misc/drm-misc-next-fixes' into drm-misc-fixes | Maxime Ripard |
2025-01-29 | drm/komeda: Add check for komeda_get_layer_fourcc_list() | Haoxiang Li |
2024-12-09 | Merge remote-tracking branch 'drm/drm-next' into drm-misc-next | Maarten Lankhorst |
2024-12-05 | drm: remove driver date from struct drm_driver and all drivers | Jani Nikula |
2024-12-01 | Get rid of 'remove_new' relic from platform driver struct | Linus Torvalds |
2024-11-15 | drm/client: Move public client header to clients/ subdirectory | Thomas Zimmermann |
2024-10-14 | drm/arm/hdlcd: Use video aperture helpers | Thomas Zimmermann |
2024-09-26 | drm/arm/malidp: Run DRM default client setup | Thomas Zimmermann |
2024-09-26 | drm/arm/hdlcd: Run DRM default client setup | Thomas Zimmermann |
2024-09-26 | drm/arm/komeda: Run DRM default client setup | Thomas Zimmermann |
2024-08-30 | drm: komeda: Fix an issue related to normalized zpos | hongchi.peng |
2024-07-05 | Merge v6.10-rc6 into drm-next | Daniel Vetter |
2024-06-21 | Merge tag 'drm-misc-next-2024-05-30' of https://gitlab.freedesktop.org/drm/mi... | Dave Airlie |
2024-06-14 | Merge drm/drm-fixes into drm-misc-fixes | Maxime Ripard |
2024-06-14 | arm/komeda: Remove all CONFIG_DEBUG_FS conditional compilations | pengfuyuan |
2024-06-10 | drm/komeda: check for error-valued pointer | Amjad Ouled-Ameur |
2024-06-07 | Merge tag 'drm-misc-next-fixes-2024-06-07' of https://gitlab.freedesktop.org/... | Dave Airlie |
2024-05-31 | drm/komeda: remove unused struct 'gamma_curve_segment' | Dr. David Alan Gilbert |
2024-05-27 | Merge drm/drm-next into drm-misc-next | Maxime Ripard |
2024-05-18 | Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds |
2024-05-10 | drm/arm/komeda: update DMA mask to 40 bits | Amjad Ouled-Ameur |
2024-05-10 | drm/arm/komeda: Move pipeline prints to after the entire pipeline has been en... | Faiz Abbas |
2024-05-10 | drm/arm/komeda: Fix komeda probe failing if there are no links in the seconda... | Faiz Abbas |
2024-05-10 | drm/arm/komeda: don't use confusing 'timeout' variable name | Wolfram Sang |
2024-05-10 | kbuild: use $(src) instead of $(srctree)/$(src) for source directory | Masahiro Yamada |
2024-05-02 | drm/arm/komeda: Use fbdev-dma | Thomas Zimmermann |
2024-04-26 | drm/komeda: fix missing seq_file includes | Dave Airlie |
2024-04-12 | drm/arm/malidp: fix a possible null pointer dereference | Huai-Yuan Liu |
2023-12-13 | drm/drm_property: make replace_property_blob_from_id a DRM helper | Melissa Wen |
2023-09-29 | Merge tag 'drm-misc-next-2023-09-27' of git://anongit.freedesktop.org/drm/drm... | Dave Airlie |
2023-09-22 | Merge tag 'drm-misc-next-2023-09-11-1' of git://anongit.freedesktop.org/drm/d... | Dave Airlie |
2023-09-21 | drm: Call drm_atomic_helper_shutdown() at shutdown time for misc drivers | Douglas Anderson |
2023-09-15 | drm/komeda: add NV12 format to support writeback layer type | baozhu.liu |
2023-08-31 | drm/komeda: drop all currently held locks if deadlock happens | baozhu.liu |
2023-08-30 | Merge tag 'drm-next-2023-08-30' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds |
2023-08-24 | minmax: add in_range() macro | Matthew Wilcox (Oracle) |
2023-07-21 | drm/arm/komeda: Remove component framework and add a simple encoder | Faiz Abbas |
2023-07-21 | drm: Explicitly include correct DT includes | Rob Herring |
2023-07-10 | drm/arm: Make ARM devices menu depend on DRM | Javier Martinez Canillas |
2023-06-08 | drm/arm/malidp: Convert to platform remove callback returning void | Uwe Kleine-König |
2023-06-08 | drm/arm/hdlcd: Convert to platform remove callback returning void | Uwe Kleine-König |
2023-06-08 | drm/komeda: Convert to platform remove callback returning void | Uwe Kleine-König |
2023-04-16 | drm/aperture: Remove primary argument | Daniel Vetter |
2023-03-17 | drm/arm/hdlcd: Use devm_platform_ioremap_resource() | Yang Li |
2023-03-17 | drm/arm/malidp: Use devm_platform_get_and_ioremap_resource() | Yang Li |
2023-03-14 | arm/malidp: Use GEM DMA fbdev emulation | Thomas Zimmermann |
2023-03-14 | arm/hdlcd: Use GEM DMA fbdev emulation | Thomas Zimmermann |
2023-02-03 | drm/arm/malidp: use sysfs_emit in show function callback | Deepak R Varma |
2023-01-18 | drm/arm/komeda: Remove unnecessary include statements for drm_crtc_helper.h | Thomas Zimmermann |
2023-01-13 | drm: Include <linux/of.h> where needed | Thomas Zimmermann |