Age | Commit message (Expand) | Author |
2024-02-02 | drm/imx/dcss: have all init functions use devres | Philipp Stanner |
2024-02-02 | drm/imx/dcss: request memory region | Philipp Stanner |
2024-01-31 | drm/imx: prefer snprintf over sprintf | Jani Nikula |
2023-12-01 | drm/imx/lcdc: Fix double-free of driver data | Uwe Kleine-König |
2023-11-27 | drm: Use device_get_match_data() | Rob Herring |
2023-11-21 | drm/imx: lcdc: Convert to platform remove callback returning void | Uwe Kleine-König |
2023-11-21 | drm/imx/dcss: Convert to platform remove callback returning void | Uwe Kleine-König |
2023-09-29 | Merge tag 'drm-misc-next-2023-09-27' of git://anongit.freedesktop.org/drm/drm... | Dave Airlie |
2023-09-25 | drm/imx/dcss: Call drm_atomic_helper_shutdown() at shutdown time | Douglas Anderson |
2023-09-22 | Merge tag 'drm-misc-next-2023-09-11-1' of git://anongit.freedesktop.org/drm/d... | Dave Airlie |
2023-09-13 | drm/imx/ipuv3: Call drm_atomic_helper_shutdown() at shutdown/unbind time | Douglas Anderson |
2023-09-09 | drm/imx/ipuv3: Convert to platform remove callback returning void | Uwe Kleine-König |
2023-08-24 | BackMerge tag 'v6.5-rc7' into drm-next | Dave Airlie |
2023-07-28 | drm/imx/ipuv3: ipuv3-plane: reuse local variable height in atomic_update | Philipp Zabel |
2023-07-28 | drm/imx/ipuv3: Fix front porch adjustment upon hactive aligning | Alexander Stein |
2023-07-28 | drm/imx/dcss: Use dev_err_probe | Alexander Stein |
2023-07-21 | drm: Explicitly include correct DT includes | Rob Herring |
2023-04-15 | drm/imx/lcdc: fix a NULL vs IS_ERR() bug in probe | Dan Carpenter |
2023-03-22 | Merge tag 'drm-misc-next-2023-03-16' of git://anongit.freedesktop.org/drm/drm... | Dave Airlie |
2023-03-14 | drm/imx: Use GEM DMA fbdev emulation | Thomas Zimmermann |
2023-03-14 | drm/imx/dcss: Use GEM DMA fbdev emulation | Thomas Zimmermann |
2023-03-14 | drm: Drop ARCH_MULTIPLATFORM from dependencies | Uwe Kleine-König |
2023-03-14 | drm/imx/lcdc: Implement DRM driver for imx25 | Marian Cichy |
2023-01-10 | drm/imx/dcss: Don't call dev_set_drvdata(..., NULL); | Uwe Kleine-König |
2023-01-10 | drm/imx/dcss: Drop if blocks with always false condition | Uwe Kleine-König |
2023-01-05 | drm/imx/dcss: stop using drm_bridge_connector_en/disable_hpd() | Dmitry Baryshkov |
2022-12-16 | drm/imx: move IPUv3 driver into separate subdirectory | Lucas Stach |
2022-12-16 | drm/imx: ipuv3-plane: Fix overlay plane width | Philipp Zabel |
2022-12-12 | drm: imx/dcss: Remove #ifdef guards for PM related functions | Paul Cercueil |
2022-11-24 | Backmerge tag 'v6.1-rc6' into drm-next | Dave Airlie |
2022-11-05 | drm/fb-helper: Remove unnecessary include statements | Thomas Zimmermann |
2022-11-05 | drm/fb-helper: Move generic fbdev emulation into separate source file | Thomas Zimmermann |
2022-11-05 | drm/imx/dcss: Don't set struct drm_driver.output_poll_changed | Thomas Zimmermann |
2022-11-01 | drm/imx: imx-tve: Fix return type of imx_tve_connector_mode_valid | Nathan Huckleberry |
2022-11-01 | drm/imx: Kconfig: Remove duplicated 'select DRM_KMS_HELPER' line | Liu Ying |
2022-09-06 | Merge tag 'drm-misc-next-2022-08-20-1' of git://anongit.freedesktop.org/drm/d... | Daniel Vetter |
2022-08-18 | Merge tag 'drm-misc-fixes-2022-08-16' of git://anongit.freedesktop.org/drm/dr... | Dave Airlie |
2022-08-04 | drm/imx/dcss: get rid of HPD warning message | Laurentiu Palcu |
2022-08-03 | Merge tag 'drm-next-2022-08-03' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds |
2022-08-03 | drm/gem: rename struct drm_gem_dma_object.{paddr => dma_addr} | Danilo Krummrich |
2022-08-03 | drm/gem: rename GEM CMA helpers to GEM DMA helpers | Danilo Krummrich |
2022-08-03 | drm/fb: rename FB CMA helpers to FB DMA helpers | Danilo Krummrich |
2022-08-03 | drm/fb: remove unused includes of drm_fb_cma_helper.h | Danilo Krummrich |
2022-07-26 | drm: Remove unnecessary include statements of drm_plane_helper.h | Thomas Zimmermann |
2022-07-26 | drm/atomic-helper: Remove _HELPER_ infix from DRM_PLANE_HELPER_NO_SCALING | Thomas Zimmermann |
2022-07-26 | drm/atomic-helper: Move DRM_PLANE_HELPER_NO_SCALING to atomic helpers | Thomas Zimmermann |
2022-07-22 | Merge tag 'drm-misc-fixes-2022-07-21' of git://anongit.freedesktop.org/drm/dr... | Dave Airlie |
2022-07-20 | drm/imx/dcss: Add missing of_node_put() in fail path | Liang He |
2022-07-05 | drm: Remove linux/media-bus-format.h from drm_crtc.h | Ville Syrjälä |
2022-07-05 | drm: Remove linux/fb.h from drm_crtc.h | Ville Syrjälä |