summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/arm
Commit message (Expand)AuthorAgeFilesLines
* drm: komeda: Fix an issue related to normalized zposhongchi.peng2024-08-301-3/+7
* Merge v6.10-rc6 into drm-nextDaniel Vetter2024-07-052-9/+1
|\
| * Merge drm/drm-fixes into drm-misc-fixesMaxime Ripard2024-06-141-5/+0
| |\
| * | arm/komeda: Remove all CONFIG_DEBUG_FS conditional compilationspengfuyuan2024-06-141-8/+0
| * | drm/komeda: check for error-valued pointerAmjad Ouled-Ameur2024-06-101-1/+1
* | | Merge tag 'drm-misc-next-2024-05-30' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie2024-06-214-18/+44
|\ \ \ | |_|/ |/| |
| * | Merge drm/drm-next into drm-misc-nextMaxime Ripard2024-05-271-2/+2
| |\|
| * | drm/arm/komeda: update DMA mask to 40 bitsAmjad Ouled-Ameur2024-05-101-0/+4
| * | drm/arm/komeda: Move pipeline prints to after the entire pipeline has been en...Faiz Abbas2024-05-103-2/+5
| * | drm/arm/komeda: Fix komeda probe failing if there are no links in the seconda...Faiz Abbas2024-05-101-11/+32
| * | drm/arm/komeda: don't use confusing 'timeout' variable nameWolfram Sang2024-05-101-3/+1
| * | drm/arm/komeda: Use fbdev-dmaThomas Zimmermann2024-05-021-2/+2
* | | Merge tag 'drm-misc-next-fixes-2024-06-07' of https://gitlab.freedesktop.org/...Dave Airlie2024-06-071-5/+0
|\ \ \ | |_|/ |/| |
| * | drm/komeda: remove unused struct 'gamma_curve_segment'Dr. David Alan Gilbert2024-05-311-5/+0
| |/
* | Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2024-05-181-2/+2
|\ \ | |/ |/|
| * kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada2024-05-101-2/+2
* | drm/komeda: fix missing seq_file includesDave Airlie2024-04-262-0/+3
* | drm/arm/malidp: fix a possible null pointer dereferenceHuai-Yuan Liu2024-04-121-1/+4
|/
* drm/drm_property: make replace_property_blob_from_id a DRM helperMelissa Wen2023-12-131-1/+1
* Merge tag 'drm-misc-next-2023-09-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2023-09-296-1/+30
|\
| * drm: Call drm_atomic_helper_shutdown() at shutdown time for misc driversDouglas Anderson2023-09-215-0/+29
| * 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-308-71/+37
|\|
| * drm/arm/komeda: Remove component framework and add a simple encoderFaiz Abbas2023-07-214-62/+29
| * drm: Explicitly include correct DT includesRob Herring2023-07-212-1/+2
| * drm/arm: Make ARM devices menu depend on DRMJavier Martinez Canillas2023-07-101-0/+1
| * drm/arm/malidp: Convert to platform remove callback returning voidUwe Kleine-König2023-06-081-3/+2
| * drm/arm/hdlcd: Convert to platform remove callback returning voidUwe Kleine-König2023-06-081-3/+2
| * 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/aperture: Remove primary argumentDaniel Vetter2023-04-161-1/+1
* drm/arm/hdlcd: Use devm_platform_ioremap_resource()Yang Li2023-03-171-3/+1
* drm/arm/malidp: Use devm_platform_get_and_ioremap_resource()Yang Li2023-03-171-2/+1
* arm/malidp: Use GEM DMA fbdev emulationThomas Zimmermann2023-03-141-2/+2
* arm/hdlcd: Use GEM DMA fbdev emulationThomas Zimmermann2023-03-141-2/+2
* drm/arm/malidp: use sysfs_emit in show function callbackDeepak R Varma2023-02-031-1/+1
* 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