summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/arm
Commit message (Expand)AuthorAgeFilesLines
* Merge drm/drm-next into drm-misc-nextThomas Zimmermann2025-02-181-0/+4
|\
| * Merge tag 'drm-misc-next-2025-02-12' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie2025-02-142-2/+2
| |\
| * \ Merge remote-tracking branch 'drm-misc/drm-misc-next-fixes' into drm-misc-fixesMaxime Ripard2025-02-064-9/+6
| |\ \
| * | | drm/komeda: Add check for komeda_get_layer_fourcc_list()Haoxiang Li2025-01-291-0/+4
* | | | drm/i2c: move TDA998x driver under drivers/gpu/drm/bridgeDmitry Baryshkov2025-02-131-0/+1
| |_|/ |/| |
* | | drm/connector: make mode_valid take a const struct drm_display_modeDmitry Baryshkov2025-01-072-2/+2
| |/ |/|
* | Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst2024-12-093-3/+3
|\ \
| * | Get rid of 'remove_new' relic from platform driver structLinus Torvalds2024-12-013-3/+3
| |/
* | drm: remove driver date from struct drm_driver and all driversJani Nikula2024-12-053-3/+0
* | drm/client: Move public client header to clients/ subdirectoryThomas Zimmermann2024-11-153-3/+3
|/
* drm/arm/hdlcd: Use video aperture helpersThomas Zimmermann2024-10-141-2/+2
* drm/arm/malidp: Run DRM default client setupThomas Zimmermann2024-09-262-1/+4
* drm/arm/hdlcd: Run DRM default client setupThomas Zimmermann2024-09-262-1/+4
* drm/arm/komeda: Run DRM default client setupThomas Zimmermann2024-09-263-2/+5
* 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