summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/arm/display
Commit message (Expand)AuthorAgeFilesLines
* drm: Drop drm_blend.h from drm_crtc.hVille Syrjälä2022-06-203-0/+3
* drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä2022-06-201-0/+1
* Merge tag 'drm-msm-next-2022-05-09' of https://gitlab.freedesktop.org/drm/msm...Dave Airlie2022-05-111-2/+2
|\
| * drm: allow passing possible_crtcs to drm_writeback_connector_init()Abhinav Kumar2022-05-021-2/+2
* | drm/komeda: return early if drm_universal_plane_init() fails.Liviu Dudau2022-04-111-2/+4
* | drm/komeda: Fix an undefined behavior bug in komeda_plane_add()Zhou Qingyang2022-04-111-0/+4
* | Merge drm/drm-next into drm-misc-nextMaxime Ripard2022-04-051-6/+1
|\|
| * Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-03-281-6/+1
| |\
| | * drm/komeda: Make use of the helper component_compare_ofYong Wu2022-02-251-6/+1
* | | drm/komeda: plane: Remove redundant color encoding and range initialisationMaxime Ripard2022-03-081-4/+1
* | | drm/komeda: plane: Remove redundant zpos initialisationMaxime Ripard2022-03-081-2/+0
* | | drm/komeda: plane: switch to plane reset helperMaxime Ripard2022-03-081-5/+1
|/ /
* | drm/connector: Fix typo in output formatMaxime Ripard2022-01-251-6/+6
* | drm/komeda: Replace module initialization with DRM helpersJavier Martinez Canillas2022-01-191-1/+2
|/
* drm: Remove CONFIG_DRM_KMS_CMA_HELPER optionThomas Zimmermann2021-11-301-1/+0
* drm/arm/komeda: Don't include drm_irq.hThomas Zimmermann2021-07-081-1/+0
* drm/komeda: Don't set struct drm_device.irq_enabledThomas Zimmermann2021-06-291-4/+0
* drm/arm: Don't set allow_fb_modifiers explicitlyDaniel Vetter2021-05-051-1/+0
* drm/komeda: Fix bit check to import to value of proper typeCarsten Haitzler2021-04-013-16/+22
* drm/komeda: Convert sysfs sprintf/snprintf family to sysfs_emitTian Tao2021-04-011-3/+3
* drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard2021-02-251-1/+1
* drm: Use the state pointer directly in planes atomic_checkMaxime Ripard2021-02-241-1/+1
* drm/atomic: Pass the full state to planes atomic_checkMaxime Ripard2021-02-241-1/+3
* drm: Rename plane atomic_check state namesMaxime Ripard2021-02-241-5/+6
* drm/komeda: Annotate dma-fence critical section in commit pathDaniel Vetter2021-02-231-0/+3
* drm: Switch to %p4cc format modifierSakari Ailus2021-02-173-17/+4
* Merge tag 'drm-misc-next-2020-12-17' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2021-01-071-1/+0
|\
| * drm: automatic legacy gamma supportTomi Valkeinen2020-12-151-1/+0
* | drm/komeda: Fix bit check to import to value of proper typeCarsten Haitzler2020-12-181-1/+2
* | drm/komeda: Handle NULL pointer access code path in error caseCarsten Haitzler2020-12-181-2/+2
* | drm/komeda: Remove useless variable assignmentCarsten Haitzler2020-12-181-1/+0
* | drm/komeda: Correct the sequence of hw_done() and flip_done()James Qian Wang2020-12-181-2/+2
|/
* drm: Use state helper instead of CRTC state pointerMaxime Ripard2020-11-101-1/+3
* drm/<drivers>: Constify struct drm_driverDaniel Vetter2020-11-061-1/+1
* drm/atomic: Pass the full state to CRTC atomic begin and flushMaxime Ripard2020-11-021-1/+3
* drm/atomic: Pass the full state to CRTC atomic_checkMaxime Ripard2020-11-021-4/+6
* drm/komeda: Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao2020-10-231-12/+1
* drm/komeda: Drop local dma_parmsRobin Murphy2020-10-202-4/+1
* drm/atomic: Pass the full state to CRTC atomic enable/disableMaxime Ripard2020-10-091-2/+6
* drm/atomic-helper: reset vblank on crtc resetDaniel Vetter2020-07-021-5/+2
* drm/komeda: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPS_WITH_DUMB_CREATEThomas Zimmermann2020-06-101-6/+1
* drm/komeda: Use GEM CMA object functionsThomas Zimmermann2020-06-101-5/+1
* drm/arm: remove _unlocked suffix in drm_gem_object_put_unlockedEmil Velikov2020-05-191-3/+3
* drm/komeda: use devm_drm_dev_allocDaniel Vetter2020-04-281-11/+5
* Merge drm/drm-next into drm-misc-nextThomas Zimmermann2020-04-171-2/+2
|\
| * drm/komeda: mark PM functions as __maybe_unusedArnd Bergmann2020-03-061-2/+2
* | drm/<drivers>: Use drmm_add_final_kfreeDaniel Vetter2020-03-261-0/+2
|/
* Merge tag 'drm-misc-next-2020-01-02' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2020-01-038-55/+74
|\
| * drm/komeda: Add runtime_pm supportjames qian wang (Arm Technology China)2019-12-274-53/+53
| * drm/komeda: Add event handling for EMPTY/FULLjames qian wang (Arm Technology China)2019-12-274-2/+21