Age | Commit message (Expand) | Author |
2021-11-30 | drm: Remove CONFIG_DRM_KMS_CMA_HELPER option | Thomas Zimmermann |
2021-08-16 | drm/arm: malidp: Use fourcc_mod_is_vendor() helper | Thierry Reding |
2021-08-10 | drm/arm/hdlcd: Convert to Linux IRQ interfaces | Thomas Zimmermann |
2021-07-08 | drm/arm/komeda: Don't include drm_irq.h | Thomas Zimmermann |
2021-06-29 | drm/malidp: Don't set struct drm_device.irq_enabled | Thomas Zimmermann |
2021-06-29 | drm/komeda: Don't set struct drm_device.irq_enabled | Thomas Zimmermann |
2021-05-06 | drm/arm/malidp: Always list modifiers | Daniel Vetter |
2021-05-05 | drm/arm: Don't set allow_fb_modifiers explicitly | Daniel Vetter |
2021-04-01 | drm/komeda: Fix bit check to import to value of proper type | Carsten Haitzler |
2021-04-01 | drm/komeda: Convert sysfs sprintf/snprintf family to sysfs_emit | Tian Tao |
2021-02-25 | drm: Use state helper instead of the plane state pointer | Maxime Ripard |
2021-02-25 | drm/atomic: Pass the full state to planes atomic disable and update | Maxime Ripard |
2021-02-24 | drm: Rename plane->state variables in atomic update and disable | Maxime Ripard |
2021-02-24 | drm: Store new plane state in a variable for atomic_update and disable | Maxime Ripard |
2021-02-24 | drm: Use the state pointer directly in planes atomic_check | Maxime Ripard |
2021-02-24 | drm/atomic: Pass the full state to planes atomic_check | Maxime Ripard |
2021-02-24 | drm: Rename plane atomic_check state names | Maxime Ripard |
2021-02-23 | drm/komeda: Annotate dma-fence critical section in commit path | Daniel Vetter |
2021-02-23 | drm/malidp: Annotate dma-fence critical section in commit path | Daniel Vetter |
2021-02-17 | drm: Switch to %p4cc format modifier | Sakari Ailus |
2021-01-07 | Merge tag 'drm-misc-next-2020-12-17' of git://anongit.freedesktop.org/drm/drm... | Daniel Vetter |
2020-12-18 | drm/komeda: Fix bit check to import to value of proper type | Carsten Haitzler |
2020-12-18 | drm/komeda: Handle NULL pointer access code path in error case | Carsten Haitzler |
2020-12-18 | drm/komeda: Remove useless variable assignment | Carsten Haitzler |
2020-12-18 | drm/komeda: Correct the sequence of hw_done() and flip_done() | James Qian Wang |
2020-12-15 | drm: automatic legacy gamma support | Tomi Valkeinen |
2020-11-10 | drm: Use state helper instead of CRTC state pointer | Maxime Ripard |
2020-11-06 | drm/<drivers>: Constify struct drm_driver | Daniel Vetter |
2020-11-02 | drm/atomic: Pass the full state to CRTC atomic begin and flush | Maxime Ripard |
2020-11-02 | drm/atomic: Pass the full state to CRTC atomic_check | Maxime Ripard |
2020-10-23 | drm/komeda: Convert to DEFINE_SHOW_ATTRIBUTE | Qinglang Miao |
2020-10-20 | drm/komeda: Drop local dma_parms | Robin Murphy |
2020-10-09 | drm/atomic: Pass the full state to CRTC atomic enable/disable | Maxime Ripard |
2020-09-08 | Merge tag 'v5.9-rc4' into drm-next | Dave Airlie |
2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva |
2020-08-18 | drm/malidp: Use struct drm_gem_object_funcs.get_sg_table internally | Thomas Zimmermann |
2020-07-02 | drm/atomic-helper: reset vblank on crtc reset | Daniel Vetter |
2020-06-19 | drm/arm: fix unintentional integer overflow on left shift | Colin Ian King |
2020-06-15 | drm/malidp: convert platform driver to use dev_groups | Emil Velikov |
2020-06-15 | drm/arm: Kconfig annotate drivers as COMPILE_TEST | Emil Velikov |
2020-06-10 | drm/malidp: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPS_WITH_DUMB_CREATE | Thomas Zimmermann |
2020-06-10 | drm/malidp: Use GEM CMA object functions | Thomas Zimmermann |
2020-06-10 | drm/komeda: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPS_WITH_DUMB_CREATE | Thomas Zimmermann |
2020-06-10 | drm/komeda: Use GEM CMA object functions | Thomas Zimmermann |
2020-06-10 | drm/arm: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPS | Thomas Zimmermann |
2020-06-10 | drm/arm: Use GEM CMA object functions | Thomas Zimmermann |
2020-06-03 | drm/hdlcd: Don't call drm_crtc_vblank_off on unbind | Daniel Vetter |
2020-06-03 | drm/malidp: Don't call drm_crtc_vblank_off on unbind | Daniel Vetter |
2020-05-19 | drm/arm: remove _unlocked suffix in drm_gem_object_put_unlocked | Emil Velikov |
2020-04-28 | drm/komeda: use devm_drm_dev_alloc | Daniel Vetter |