summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/arm/display
AgeCommit message (Expand)AuthorFilesLines
2022-06-20drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä1-0/+1
2022-05-11Merge tag 'drm-msm-next-2022-05-09' of https://gitlab.freedesktop.org/drm/msm...Dave Airlie1-2/+2
2022-05-02drm: allow passing possible_crtcs to drm_writeback_connector_init()Abhinav Kumar1-2/+2
2022-04-11drm/komeda: return early if drm_universal_plane_init() fails.Liviu Dudau1-2/+4
2022-04-11drm/komeda: Fix an undefined behavior bug in komeda_plane_add()Zhou Qingyang1-0/+4
2022-04-05Merge drm/drm-next into drm-misc-nextMaxime Ripard1-6/+1
2022-03-28Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-6/+1
2022-03-08drm/komeda: plane: Remove redundant color encoding and range initialisationMaxime Ripard1-4/+1
2022-03-08drm/komeda: plane: Remove redundant zpos initialisationMaxime Ripard1-2/+0
2022-03-08drm/komeda: plane: switch to plane reset helperMaxime Ripard1-5/+1
2022-02-25drm/komeda: Make use of the helper component_compare_ofYong Wu1-6/+1
2022-01-25drm/connector: Fix typo in output formatMaxime Ripard1-6/+6
2022-01-19drm/komeda: Replace module initialization with DRM helpersJavier Martinez Canillas1-1/+2
2021-11-30drm: Remove CONFIG_DRM_KMS_CMA_HELPER optionThomas Zimmermann1-1/+0
2021-07-08drm/arm/komeda: Don't include drm_irq.hThomas Zimmermann1-1/+0
2021-06-29drm/komeda: Don't set struct drm_device.irq_enabledThomas Zimmermann1-4/+0
2021-05-05drm/arm: Don't set allow_fb_modifiers explicitlyDaniel Vetter1-1/+0
2021-04-01drm/komeda: Fix bit check to import to value of proper typeCarsten Haitzler3-16/+22
2021-04-01drm/komeda: Convert sysfs sprintf/snprintf family to sysfs_emitTian Tao1-3/+3
2021-02-25drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard1-1/+1
2021-02-24drm: Use the state pointer directly in planes atomic_checkMaxime Ripard1-1/+1
2021-02-24drm/atomic: Pass the full state to planes atomic_checkMaxime Ripard1-1/+3
2021-02-24drm: Rename plane atomic_check state namesMaxime Ripard1-5/+6
2021-02-23drm/komeda: Annotate dma-fence critical section in commit pathDaniel Vetter1-0/+3
2021-02-17drm: Switch to %p4cc format modifierSakari Ailus3-17/+4
2021-01-07Merge tag 'drm-misc-next-2020-12-17' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter1-1/+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 Valkeinen1-1/+0
2020-11-10drm: Use state helper instead of CRTC state pointerMaxime Ripard1-1/+3
2020-11-06drm/<drivers>: Constify struct drm_driverDaniel Vetter1-1/+1
2020-11-02drm/atomic: Pass the full state to CRTC atomic begin and flushMaxime Ripard1-1/+3
2020-11-02drm/atomic: Pass the full state to CRTC atomic_checkMaxime Ripard1-4/+6
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 Ripard1-2/+6
2020-07-02drm/atomic-helper: reset vblank on crtc resetDaniel Vetter1-5/+2
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-05-20drm/arm: remove _unlocked suffix in drm_gem_object_put_unlockedEmil Velikov1-3/+3
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-06drm/komeda: mark PM functions as __maybe_unusedArnd Bergmann1-2/+2
2020-01-03Merge tag 'drm-misc-next-2020-01-02' of git://anongit.freedesktop.org/drm/drm...Dave Airlie8-55/+74
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-17Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter16-95/+260