summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/arm
AgeCommit message (Expand)AuthorLines
2021-08-16drm/arm: malidp: Use fourcc_mod_is_vendor() helperThierry Reding-1/+1
2021-08-10drm/arm/hdlcd: Convert to Linux IRQ interfacesThomas Zimmermann-78/+97
2021-07-08drm/arm/komeda: Don't include drm_irq.hThomas Zimmermann-1/+0
2021-06-29drm/malidp: Don't set struct drm_device.irq_enabledThomas Zimmermann-4/+0
2021-06-29drm/komeda: Don't set struct drm_device.irq_enabledThomas Zimmermann-4/+0
2021-05-06drm/arm/malidp: Always list modifiersDaniel Vetter-2/+7
2021-05-05drm/arm: Don't set allow_fb_modifiers explicitlyDaniel Vetter-2/+0
2021-04-01drm/komeda: Fix bit check to import to value of proper typeCarsten Haitzler-16/+22
2021-04-01drm/komeda: Convert sysfs sprintf/snprintf family to sysfs_emitTian Tao-3/+3
2021-02-25drm: Use state helper instead of the plane state pointerMaxime Ripard-2/+4
2021-02-25drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard-4/+6
2021-02-24drm: Rename plane->state variables in atomic update and disableMaxime Ripard-17/+17
2021-02-24drm: Store new plane state in a variable for atomic_update and disableMaxime Ripard-3/+4
2021-02-24drm: Use the state pointer directly in planes atomic_checkMaxime Ripard-2/+2
2021-02-24drm/atomic: Pass the full state to planes atomic_checkMaxime Ripard-3/+9
2021-02-24drm: Rename plane atomic_check state namesMaxime Ripard-31/+34
2021-02-23drm/komeda: Annotate dma-fence critical section in commit pathDaniel Vetter-0/+3
2021-02-23drm/malidp: Annotate dma-fence critical section in commit pathDaniel Vetter-0/+3
2021-02-17drm: Switch to %p4cc format modifierSakari Ailus-22/+6
2021-01-07Merge tag 'drm-misc-next-2020-12-17' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter-2/+0
2020-12-18drm/komeda: Fix bit check to import to value of proper typeCarsten Haitzler-1/+2
2020-12-18drm/komeda: Handle NULL pointer access code path in error caseCarsten Haitzler-2/+2
2020-12-18drm/komeda: Remove useless variable assignmentCarsten Haitzler-1/+0
2020-12-18drm/komeda: Correct the sequence of hw_done() and flip_done()James Qian Wang-2/+2
2020-12-15drm: automatic legacy gamma supportTomi Valkeinen-2/+0
2020-11-10drm: Use state helper instead of CRTC state pointerMaxime Ripard-1/+3
2020-11-06drm/<drivers>: Constify struct drm_driverDaniel Vetter-3/+3
2020-11-02drm/atomic: Pass the full state to CRTC atomic begin and flushMaxime Ripard-2/+4
2020-11-02drm/atomic: Pass the full state to CRTC atomic_checkMaxime Ripard-13/+17
2020-10-23drm/komeda: Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao-12/+1
2020-10-20drm/komeda: Drop local dma_parmsRobin Murphy-4/+1
2020-10-09drm/atomic: Pass the full state to CRTC atomic enable/disableMaxime Ripard-6/+12
2020-09-08Merge tag 'v5.9-rc4' into drm-nextDave Airlie-3/+3
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-3/+3
2020-08-18drm/malidp: Use struct drm_gem_object_funcs.get_sg_table internallyThomas Zimmermann-1/+1
2020-07-02drm/atomic-helper: reset vblank on crtc resetDaniel Vetter-6/+2
2020-06-19drm/arm: fix unintentional integer overflow on left shiftColin Ian King-1/+1
2020-06-15drm/malidp: convert platform driver to use dev_groupsEmil Velikov-21/+6
2020-06-15drm/arm: Kconfig annotate drivers as COMPILE_TESTEmil Velikov-2/+2
2020-06-10drm/malidp: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPS_WITH_DUMB_CREATEThomas Zimmermann-6/+1
2020-06-10drm/malidp: Use GEM CMA object functionsThomas Zimmermann-5/+1
2020-06-10drm/komeda: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPS_WITH_DUMB_CREATEThomas Zimmermann-6/+1
2020-06-10drm/komeda: Use GEM CMA object functionsThomas Zimmermann-5/+1
2020-06-10drm/arm: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPSThomas Zimmermann-6/+1
2020-06-10drm/arm: Use GEM CMA object functionsThomas Zimmermann-6/+1
2020-06-03drm/hdlcd: Don't call drm_crtc_vblank_off on unbindDaniel Vetter-2/+1
2020-06-03drm/malidp: Don't call drm_crtc_vblank_off on unbindDaniel Vetter-2/+1
2020-05-19drm/arm: remove _unlocked suffix in drm_gem_object_put_unlockedEmil Velikov-5/+5
2020-04-28drm/komeda: use devm_drm_dev_allocDaniel Vetter-11/+5
2020-04-17Merge drm/drm-next into drm-misc-nextThomas Zimmermann-2/+2