summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/arm
AgeCommit message (Expand)AuthorFilesLines
2021-02-24drm: Rename plane->state variables in atomic update and disableMaxime Ripard1-17/+17
2021-02-24drm: Store new plane state in a variable for atomic_update and disableMaxime Ripard1-3/+4
2021-02-24drm: Use the state pointer directly in planes atomic_checkMaxime Ripard2-2/+2
2021-02-24drm/atomic: Pass the full state to planes atomic_checkMaxime Ripard3-3/+9
2021-02-24drm: Rename plane atomic_check state namesMaxime Ripard3-31/+34
2021-02-23drm/komeda: Annotate dma-fence critical section in commit pathDaniel Vetter1-0/+3
2021-02-23drm/malidp: Annotate dma-fence critical section in commit pathDaniel Vetter1-0/+3
2021-02-17drm: Switch to %p4cc format modifierSakari Ailus4-22/+6
2021-01-07Merge tag 'drm-misc-next-2020-12-17' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2-2/+0
2020-12-18drm/komeda: Fix bit check to import to value of proper typeCarsten Haitzler1-1/+2
2020-12-18drm/komeda: Handle NULL pointer access code path in error caseCarsten Haitzler1-2/+2
2020-12-18drm/komeda: Remove useless variable assignmentCarsten Haitzler1-1/+0
2020-12-18drm/komeda: Correct the sequence of hw_done() and flip_done()James Qian Wang1-2/+2
2020-12-15drm: automatic legacy gamma supportTomi Valkeinen2-2/+0
2020-11-10drm: Use state helper instead of CRTC state pointerMaxime Ripard1-1/+3
2020-11-06drm/<drivers>: Constify struct drm_driverDaniel Vetter3-3/+3
2020-11-02drm/atomic: Pass the full state to CRTC atomic begin and flushMaxime Ripard2-2/+4
2020-11-02drm/atomic: Pass the full state to CRTC atomic_checkMaxime Ripard2-13/+17
2020-10-23drm/komeda: Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao1-12/+1
2020-10-20drm/komeda: Drop local dma_parmsRobin Murphy2-4/+1
2020-10-09drm/atomic: Pass the full state to CRTC atomic enable/disableMaxime Ripard3-6/+12
2020-09-08Merge tag 'v5.9-rc4' into drm-nextDave Airlie1-3/+3
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-3/+3
2020-08-18drm/malidp: Use struct drm_gem_object_funcs.get_sg_table internallyThomas Zimmermann1-1/+1
2020-07-02drm/atomic-helper: reset vblank on crtc resetDaniel Vetter2-6/+2
2020-06-19drm/arm: fix unintentional integer overflow on left shiftColin Ian King1-1/+1
2020-06-15drm/malidp: convert platform driver to use dev_groupsEmil Velikov1-21/+6
2020-06-15drm/arm: Kconfig annotate drivers as COMPILE_TESTEmil Velikov1-2/+2
2020-06-10drm/malidp: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPS_WITH_DUMB_CREATEThomas Zimmermann1-6/+1
2020-06-10drm/malidp: Use GEM CMA object functionsThomas Zimmermann1-5/+1
2020-06-10drm/komeda: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPS_WITH_DUMB_CREATEThomas Zimmermann1-6/+1
2020-06-10drm/komeda: Use GEM CMA object functionsThomas Zimmermann1-5/+1
2020-06-10drm/arm: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPSThomas Zimmermann1-6/+1
2020-06-10drm/arm: Use GEM CMA object functionsThomas Zimmermann1-6/+1
2020-06-03drm/hdlcd: Don't call drm_crtc_vblank_off on unbindDaniel Vetter1-2/+1
2020-06-03drm/malidp: Don't call drm_crtc_vblank_off on unbindDaniel Vetter1-2/+1
2020-05-19drm/arm: remove _unlocked suffix in drm_gem_object_put_unlockedEmil Velikov2-5/+5
2020-04-28drm/komeda: use devm_drm_dev_allocDaniel Vetter1-11/+5
2020-04-17Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-2/+2
2020-03-26drm/<drivers>: Use drmm_add_final_kfreeDaniel Vetter1-0/+2
2020-03-18drm: convert .debugfs_init() hook to return void.Wambui Karuga2-4/+2
2020-03-18drm/arm: make hdlcd_debugfs_init() return 0Wambui Karuga1-2/+4
2020-03-06drm/komeda: mark PM functions as __maybe_unusedArnd Bergmann1-2/+2
2020-01-20Backmerge v5.5-rc7 into drm-nextDave Airlie1-1/+1
2020-01-03Merge tag 'drm-misc-next-2020-01-02' of git://anongit.freedesktop.org/drm/drm...Dave Airlie9-56/+75
2019-12-27drm/komeda: Add runtime_pm supportjames qian wang (Arm Technology China)4-53/+53
2019-12-27drm/komeda: Add event handling for EMPTY/FULLjames qian wang (Arm Technology China)4-2/+21
2019-12-20drm/arm/mali: make malidp_mw_connector_helper_funcs staticBen Dooks (Codethink)1-1/+1
2019-12-17drm/malidp: plane_state->fb iff plane_state->crtcDaniel Vetter1-1/+1
2019-12-17Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter16-95/+260