summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/arm/display
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-misc-next-2023-09-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2023-09-294-1/+18
|\
| * drm: Call drm_atomic_helper_shutdown() at shutdown time for misc driversDouglas Anderson2023-09-213-0/+17
| * drm/komeda: add NV12 format to support writeback layer typebaozhu.liu2023-09-151-1/+1
* | Merge tag 'drm-misc-next-2023-09-11-1' of git://anongit.freedesktop.org/drm/d...Dave Airlie2023-09-221-3/+6
|\|
| * drm/komeda: drop all currently held locks if deadlock happensbaozhu.liu2023-08-311-3/+6
* | Merge tag 'drm-next-2023-08-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2023-08-305-65/+31
|\|
| * drm/arm/komeda: Remove component framework and add a simple encoderFaiz Abbas2023-07-214-62/+29
| * drm: Explicitly include correct DT includesRob Herring2023-07-211-1/+1
| * drm/komeda: Convert to platform remove callback returning voidUwe Kleine-König2023-06-081-3/+2
* | minmax: add in_range() macroMatthew Wilcox (Oracle)2023-08-242-13/+13
|/
* drm/arm/komeda: Remove unnecessary include statements for drm_crtc_helper.hThomas Zimmermann2023-01-182-2/+0
* drm: Include <linux/of.h> where neededThomas Zimmermann2023-01-131-0/+1
* drm/fb-helper: Move generic fbdev emulation into separate source fileThomas Zimmermann2022-11-051-1/+1
* drm/komeda: Don't set struct drm_driver.lastcloseThomas Zimmermann2022-11-051-2/+0
* drm/gem: rename struct drm_gem_dma_object.{paddr => dma_addr}Danilo Krummrich2022-08-031-2/+2
* drm/gem: rename GEM CMA helpers to GEM DMA helpersDanilo Krummrich2022-08-033-9/+9
* drm/fb: rename FB CMA helpers to FB DMA helpersDanilo Krummrich2022-08-031-2/+2
* drm: Remove unnecessary include statements of drm_plane_helper.hThomas Zimmermann2022-07-262-2/+0
* drm/komeda: Fix handling of atomic commits in the atomic_commit_tail hookLiviu Dudau2022-07-223-3/+24
* drm/komeda - At init write GCU control block to handle already on DPUCarsten Haitzler2022-07-221-2/+1
* drm/komeda: Add legacy FB support so VT's work as expectedCarsten Haitzler2022-07-221-0/+2
* drm/arm: Fix spelling typo in commentspengfuyuan2022-07-221-1/+1
* drm: Remove linux/fb.h from drm_crtc.hVille Syrjälä2022-07-051-0/+2
* 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
|\