summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/arm
Commit message (Expand)AuthorAgeFilesLines
* drm/gem: rename struct drm_gem_dma_object.{paddr => dma_addr}Danilo Krummrich2022-08-033-9/+9
* drm/gem: rename GEM CMA helpers to GEM DMA helpersDanilo Krummrich2022-08-039-29/+29
* drm/fb: rename FB CMA helpers to FB DMA helpersDanilo Krummrich2022-08-034-10/+10
* drm/fb: remove unused includes of drm_fb_cma_helper.hDanilo Krummrich2022-08-032-2/+0
* drm: Remove unnecessary include statements of drm_plane_helper.hThomas Zimmermann2022-07-263-3/+0
* drm/atomic-helper: Remove _HELPER_ infix from DRM_PLANE_HELPER_NO_SCALINGThomas Zimmermann2022-07-261-2/+2
* drm/atomic-helper: Move DRM_PLANE_HELPER_NO_SCALING to atomic helpersThomas Zimmermann2022-07-261-1/+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/hdlcd: Simplify IRQ install/uninstallRobin Murphy2022-07-221-45/+15
* drm/arm/hdlcd: Take over EFI framebuffer properlyRobin Murphy2022-07-221-0/+10
* drm/arm: Fix spelling typo in commentspengfuyuan2022-07-222-2/+2
* 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-204-0/+4
* drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä2022-06-205-0/+5
* drm: Drop drm_edid.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-112-4/+4
|\
| * drm: allow passing possible_crtcs to drm_writeback_connector_init()Abhinav Kumar2022-05-022-4/+4
* | malidp: Fix NULL vs IS_ERR() checkingMiaoqian Lin2022-04-281-1/+1
* | drm: mali-dp: potential dereference of null pointerJiasheng Jiang2022-04-111-1/+4
* | drm/arm/malidp: Stop using iommu_present()Robin Murphy2022-04-111-9/+5
* | 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-052-6/+2
|\|
| * 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
| * | Merge tag 'drm-next-2022-03-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-03-244-9/+12
| |\ \
| * | | drm/arm: arm hdlcd select DRM_GEM_CMA_HELPERCarsten Haitzler2022-02-281-0/+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/malidp: Replace module initialization with DRM helpersJavier Martinez Canillas2022-01-191-1/+2
* | drm/arm/hdlcd: Replace module initialization with DRM helpersJavier Martinez Canillas2022-01-191-1/+2
* | drm/komeda: Replace module initialization with DRM helpersJavier Martinez Canillas2022-01-191-1/+2
|/
* drm: Remove CONFIG_DRM_KMS_CMA_HELPER optionThomas Zimmermann2021-11-302-3/+0
* drm/arm: malidp: Use fourcc_mod_is_vendor() helperThierry Reding2021-08-161-1/+1
* drm/arm/hdlcd: Convert to Linux IRQ interfacesThomas Zimmermann2021-08-102-78/+97
* drm/arm/komeda: Don't include drm_irq.hThomas Zimmermann2021-07-081-1/+0
* drm/malidp: Don't set struct drm_device.irq_enabledThomas Zimmermann2021-06-291-4/+0
* drm/komeda: Don't set struct drm_device.irq_enabledThomas Zimmermann2021-06-291-4/+0
* drm/arm/malidp: Always list modifiersDaniel Vetter2021-05-061-2/+7
* drm/arm: Don't set allow_fb_modifiers explicitlyDaniel Vetter2021-05-052-2/+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: Use state helper instead of the plane state pointerMaxime Ripard2021-02-252-2/+4
* drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard2021-02-253-4/+6
* drm: Rename plane->state variables in atomic update and disableMaxime Ripard2021-02-241-17/+17
* drm: Store new plane state in a variable for atomic_update and disableMaxime Ripard2021-02-241-3/+4