mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed

end of thread, other threads:[~2025-10-01  8:30 UTC | newest]

Thread overview: 38+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <CGME20250930035518epcas5p2395afdb6f22d2a6b42f9daaec6bc3c1f@epcas5p2.samsung.com>
2025-09-30  4:03 ` [PATCH 00/29] media: codec: add new Samsung Exynos-MFC driver Himanshu Dewangan
     [not found]   ` <CGME20250930035521epcas5p428367b20b9498eb8862d17f4bb75f663@epcas5p4.samsung.com>
2025-09-30  4:03     ` [PATCH 01/29] dt-bindings: media: mfc: Add Exynos MFC devicetree binding Himanshu Dewangan
2025-09-30  6:01       ` Krzysztof Kozlowski
     [not found]   ` <CGME20250930035525epcas5p3a1238a3a7bc6e52113838397187e36ba@epcas5p3.samsung.com>
2025-09-30  4:03     ` [PATCH 02/29] arm64: dts: mfc: Add MFC device tree for Auto V920 SoC Himanshu Dewangan
2025-09-30  6:40       ` Krzysztof Kozlowski
     [not found]   ` <CGME20250930035527epcas5p3e6b8c8040341cd99e6e73c9db7a4d74e@epcas5p3.samsung.com>
2025-09-30  4:03     ` [PATCH 03/29] media: mfc: Add MFC driver data structures and debugging macros Himanshu Dewangan
     [not found]   ` <CGME20250930035531epcas5p22f3bc84d7e1f3bce78459f4f159e3d1a@epcas5p2.samsung.com>
2025-09-30  4:03     ` [PATCH 04/29] media: mfc: Add full register map and bit definitions for MFC hardware Himanshu Dewangan
     [not found]   ` <CGME20250930035535epcas5p3def6efaf88b04542ab6c27ecaa8e86fd@epcas5p3.samsung.com>
2025-09-30  4:03     ` [PATCH 05/29] media: mfc: Add MFC driver header files and core utilities Himanshu Dewangan
     [not found]   ` <CGME20250930035540epcas5p356f8403ee4d973701a74cf96f6e9c19b@epcas5p3.samsung.com>
2025-09-30  4:03     ` [PATCH 06/29] media: mfc: Add MFC core hardware register and debugfs APIs Himanshu Dewangan
     [not found]   ` <CGME20250930035547epcas5p11f579ca8f8a83767cbb2b632fa9cd6f7@epcas5p1.samsung.com>
2025-09-30  4:03     ` [PATCH 07/29] media: mfc: Add MFC core command, hwlock, ISR and run functionalities Himanshu Dewangan
     [not found]   ` <CGME20250930035551epcas5p4ee7cb5af08eadb2f5ed6e5eaa06a60a9@epcas5p4.samsung.com>
2025-09-30  4:03     ` [PATCH 08/29] media: mfc: Add Exynos‑MFC driver probe support Himanshu Dewangan
2025-09-30  5:54       ` Krzysztof Kozlowski
2025-09-30 15:46         ` Marek Szyprowski
2025-09-30 22:59           ` Krzysztof Kozlowski
2025-09-30 23:06             ` Krzysztof Kozlowski
     [not found]   ` <CGME20250930035557epcas5p2efa9fa41298b8a9aabb46e5fac70d49e@epcas5p2.samsung.com>
2025-09-30  4:03     ` [PATCH 09/29] media: mfc: Add bus‑devfreq, QoS, multi‑view and control infrastructure Himanshu Dewangan
     [not found]   ` <CGME20250930035600epcas5p13782313e204588986f44514d005ccf70@epcas5p1.samsung.com>
2025-09-30  4:03     ` [PATCH 10/29] media: mfc: Add buffer‑queue and IOVMM support Himanshu Dewangan
     [not found]   ` <CGME20250930035606epcas5p3c38c2ba8148bd90a56415f544c5072f1@epcas5p3.samsung.com>
2025-09-30  4:03     ` [PATCH 11/29] media: mfc: Add rate‑calculation framework and memory utilities Himanshu Dewangan
     [not found]   ` <CGME20250930035610epcas5p3c64bccc78b92b0bb907a73615103ebd3@epcas5p3.samsung.com>
2025-09-30  4:03     ` [PATCH 12/29] media: mfc: Introduce QoS support and instance context handling Himanshu Dewangan
     [not found]   ` <CGME20250930035616epcas5p3696fbcd8fbe66221433651290859e198@epcas5p3.samsung.com>
2025-09-30  4:03     ` [PATCH 13/29] media: mfc: Add decoder core sync functions Himanshu Dewangan
     [not found]   ` <CGME20250930035619epcas5p1a3a8cd3e71442235e571c840a78286d8@epcas5p1.samsung.com>
2025-09-30  4:03     ` [PATCH 14/29] media: mfc: Add buffer‑control framework Himanshu Dewangan
     [not found]   ` <CGME20250930035623epcas5p3447703a70d34c96a719a3e92d0ff6d39@epcas5p3.samsung.com>
2025-09-30  4:03     ` [PATCH 15/29] media: mfc: Add decoder resource‑management (RM) support and load‑balancing Himanshu Dewangan
     [not found]   ` <CGME20250930035628epcas5p1c0ebecf84b6b9c17aa291b097e411df0@epcas5p1.samsung.com>
2025-09-30  4:03     ` [PATCH 16/29] media: mfc: Enhance HW‑lock handling, scheduling and error recovery Himanshu Dewangan
     [not found]   ` <CGME20250930035633epcas5p3d859613b1d1d3319ded26da626c959bc@epcas5p3.samsung.com>
2025-09-30  4:03     ` [PATCH 17/29] media: mfc: Add VB2 decoder support Himanshu Dewangan
     [not found]   ` <CGME20250930035637epcas5p4d52ed2f59e17862cd7d7a650fa01bf44@epcas5p4.samsung.com>
2025-09-30  4:03     ` [PATCH 18/29] media: mfc: Add V4L2 decoder driver Himanshu Dewangan
     [not found]   ` <CGME20250930035641epcas5p4a5011f149b293c1b5aee60df0447666c@epcas5p4.samsung.com>
2025-09-30  4:03     ` [PATCH 19/29] media: mfc: Add QoS, Butler workqueue, and priority‑based scheduling Himanshu Dewangan
     [not found]   ` <CGME20250930035644epcas5p178155478c949c231c14a131b00f23bc1@epcas5p1.samsung.com>
2025-09-30  4:03     ` [PATCH 20/29] media: mfc: Add H264 decoder support Himanshu Dewangan
     [not found]   ` <CGME20250930035646epcas5p2f4a9694c7f89ffe27384f8b7b8227802@epcas5p2.samsung.com>
2025-09-30  4:03     ` [PATCH 21/29] media: mfc: Add multi‑codec support & QoS improvements Himanshu Dewangan
     [not found]   ` <CGME20250930035651epcas5p2a45576829011bbf653c725b352c65140@epcas5p2.samsung.com>
2025-09-30  4:03     ` [PATCH 22/29] media: mfc: Add H.264 encoder support with buffer and " Himanshu Dewangan
     [not found]   ` <CGME20250930035654epcas5p1cbb6f3d0fe0dd25758085d041f020846@epcas5p1.samsung.com>
2025-09-30  4:03     ` [PATCH 23/29] media: mfc: Add encoder parameters, ROI & QoS support Himanshu Dewangan
     [not found]   ` <CGME20250930035657epcas5p17d3e94c7c1ba5eeace97b0ff81053653@epcas5p1.samsung.com>
2025-09-30  4:03     ` [PATCH 24/29] media: mfc: Add encoder VB2 support to driver Himanshu Dewangan
     [not found]   ` <CGME20250930035700epcas5p1860af28e8a9e99d32b94fa1e97ab5456@epcas5p1.samsung.com>
2025-09-30  4:03     ` [PATCH 25/29] media: mfc: Add encoder v4l2 driver interface Himanshu Dewangan
     [not found]   ` <CGME20250930035703epcas5p18e09c3e9e07401f4b268ea77bc831987@epcas5p1.samsung.com>
2025-09-30  4:03     ` [PATCH 26/29] media: mfc: Add full encoder support Himanshu Dewangan
     [not found]   ` <CGME20250930035706epcas5p4530de9edacfc86c0ae1ab9de2d2b0695@epcas5p4.samsung.com>
2025-09-30  4:03     ` [PATCH 27/29] media: mfc: Add H.264 " Himanshu Dewangan
     [not found]   ` <CGME20250930035711epcas5p437e54e8c277ee98149fccb2d984a0e55@epcas5p4.samsung.com>
2025-09-30  4:03     ` [PATCH 28/29] media: mfc: Add AVC, VP8, VP9, and HEVC encoding support Himanshu Dewangan
     [not found]   ` <CGME20250930035717epcas5p1dd561ae382ab7cbab428c528a046e989@epcas5p1.samsung.com>
2025-09-30  4:03     ` [PATCH 29/29] media: mfc: Hardware‑accelerated " Himanshu Dewangan
2025-09-30 18:00   ` [PATCH 00/29] media: codec: add new Samsung Exynos-MFC driver Nicolas Dufresne
2025-10-01  8:30   ` Hans Verkuil

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®