summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/arm
Commit message (Expand)AuthorAgeFilesLines
* 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/arm/hdlcd: use new debugfs device-centered functionsMaíra Canal2023-01-061-15/+9
* drm/arm/malidp: remove calls to drm_mode_config_cleanup()Danilo Krummrich2022-11-161-14/+6
* drm/arm/malidp: plane: use drm managed resourcesDanilo Krummrich2022-11-161-21/+7
* drm/arm/malidp: crtc: use drmm_crtc_init_with_planes()Danilo Krummrich2022-11-161-3/+2
* drm/arm/malidp: replace drm->dev_private with drm_to_malidp()Danilo Krummrich2022-11-166-27/+25
* drm/arm/malidp: use drmm_* to allocate driver structuresDanilo Krummrich2022-11-162-13/+8
* drm/arm/hdlcd: remove calls to drm_mode_config_cleanup()Danilo Krummrich2022-11-071-6/+13
* drm/arm/hdlcd: plane: use drm managed resourcesDanilo Krummrich2022-11-071-12/+6
* drm/arm/hdlcd: replace drm->dev_private with drm_to_hdlcd_priv()Danilo Krummrich2022-11-073-9/+8
* drm/arm/hdlcd: use drmm_* to allocate driver structuresDanilo Krummrich2022-11-072-8/+5
* drm/fb-helper: Remove unnecessary include statementsThomas Zimmermann2022-11-051-1/+0
* drm/fb-helper: Move generic fbdev emulation into separate source fileThomas Zimmermann2022-11-053-3/+3
* 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-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