summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/arm
AgeCommit message (Expand)AuthorFilesLines
2025-06-12drm/arm/malidp: Silence informational messageAlexander Stein1-1/+1
2025-02-18Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-0/+4
2025-02-14Merge tag 'drm-misc-next-2025-02-12' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie2-2/+2
2025-02-13drm/i2c: move TDA998x driver under drivers/gpu/drm/bridgeDmitry Baryshkov1-0/+1
2025-02-06Merge remote-tracking branch 'drm-misc/drm-misc-next-fixes' into drm-misc-fixesMaxime Ripard4-9/+6
2025-01-29drm/komeda: Add check for komeda_get_layer_fourcc_list()Haoxiang Li1-0/+4
2025-01-07drm/connector: make mode_valid take a const struct drm_display_modeDmitry Baryshkov2-2/+2
2024-12-09Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst3-3/+3
2024-12-05drm: remove driver date from struct drm_driver and all driversJani Nikula3-3/+0
2024-12-02Get rid of 'remove_new' relic from platform driver structLinus Torvalds3-3/+3
2024-11-15drm/client: Move public client header to clients/ subdirectoryThomas Zimmermann3-3/+3
2024-10-14drm/arm/hdlcd: Use video aperture helpersThomas Zimmermann1-2/+2
2024-09-26drm/arm/malidp: Run DRM default client setupThomas Zimmermann2-1/+4
2024-09-26drm/arm/hdlcd: Run DRM default client setupThomas Zimmermann2-1/+4
2024-09-26drm/arm/komeda: Run DRM default client setupThomas Zimmermann3-2/+5
2024-08-30drm: komeda: Fix an issue related to normalized zposhongchi.peng1-3/+7
2024-07-05Merge v6.10-rc6 into drm-nextDaniel Vetter2-9/+1
2024-06-21Merge tag 'drm-misc-next-2024-05-30' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie4-18/+44
2024-06-14Merge drm/drm-fixes into drm-misc-fixesMaxime Ripard1-5/+0
2024-06-14arm/komeda: Remove all CONFIG_DEBUG_FS conditional compilationspengfuyuan1-8/+0
2024-06-10drm/komeda: check for error-valued pointerAmjad Ouled-Ameur1-1/+1
2024-06-07Merge tag 'drm-misc-next-fixes-2024-06-07' of https://gitlab.freedesktop.org/...Dave Airlie1-5/+0
2024-05-31drm/komeda: remove unused struct 'gamma_curve_segment'Dr. David Alan Gilbert1-5/+0
2024-05-27Merge drm/drm-next into drm-misc-nextMaxime Ripard1-2/+2
2024-05-18Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-2/+2
2024-05-10drm/arm/komeda: update DMA mask to 40 bitsAmjad Ouled-Ameur1-0/+4
2024-05-10drm/arm/komeda: Move pipeline prints to after the entire pipeline has been en...Faiz Abbas3-2/+5
2024-05-10drm/arm/komeda: Fix komeda probe failing if there are no links in the seconda...Faiz Abbas1-11/+32
2024-05-10drm/arm/komeda: don't use confusing 'timeout' variable nameWolfram Sang1-3/+1
2024-05-09kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada1-2/+2
2024-05-02drm/arm/komeda: Use fbdev-dmaThomas Zimmermann1-2/+2
2024-04-26drm/komeda: fix missing seq_file includesDave Airlie2-0/+3
2024-04-12drm/arm/malidp: fix a possible null pointer dereferenceHuai-Yuan Liu1-1/+4
2023-12-13drm/drm_property: make replace_property_blob_from_id a DRM helperMelissa Wen1-1/+1
2023-09-29Merge tag 'drm-misc-next-2023-09-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie6-1/+30
2023-09-22Merge tag 'drm-misc-next-2023-09-11-1' of git://anongit.freedesktop.org/drm/d...Dave Airlie1-3/+6
2023-09-21drm: Call drm_atomic_helper_shutdown() at shutdown time for misc driversDouglas Anderson5-0/+29
2023-09-15drm/komeda: add NV12 format to support writeback layer typebaozhu.liu1-1/+1
2023-08-31drm/komeda: drop all currently held locks if deadlock happensbaozhu.liu1-3/+6
2023-08-30Merge tag 'drm-next-2023-08-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds8-71/+37
2023-08-25minmax: add in_range() macroMatthew Wilcox (Oracle)2-13/+13
2023-07-21drm/arm/komeda: Remove component framework and add a simple encoderFaiz Abbas4-62/+29
2023-07-21drm: Explicitly include correct DT includesRob Herring2-1/+2
2023-07-10drm/arm: Make ARM devices menu depend on DRMJavier Martinez Canillas1-0/+1
2023-06-08drm/arm/malidp: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-06-08drm/arm/hdlcd: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-06-08drm/komeda: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-04-16drm/aperture: Remove primary argumentDaniel Vetter1-1/+1
2023-03-17drm/arm/hdlcd: Use devm_platform_ioremap_resource()Yang Li1-3/+1
2023-03-17drm/arm/malidp: Use devm_platform_get_and_ioremap_resource()Yang Li1-2/+1