aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/qcom/venus
AgeCommit message (Expand)AuthorFilesLines
2026-08-19Merge tag 'media/v7.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds4-15/+9
2026-08-10Merge tag 'qcom-drivers-for-7.3-2' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into soc/driversArnd Bergmann2-5/+7
2026-08-04media: qcom: Switch to generic PAS TZ APIsSumit Garg2-5/+7
2026-07-30media: venus: Annotate flex arrays with __counted_by()Mohammed EL Kadiri1-3/+3
2026-07-30media: qcom: venus: add callback parameter namesHungyu Lin1-1/+1
2026-07-30media: venus: fix payload size calculation in parse_raw_formats()Mohammed EL Kadiri1-3/+2
2026-07-30media: venus: fix payload size returned by parse_caps() and parse_alloc_mode()Mohammed EL Kadiri1-2/+2
2026-07-28media: remove conditional return with no effectSang-Heon Jeon1-6/+1
2026-07-03Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c files)Uwe Kleine-König (The Capable Hub)2-2/+0
2026-06-18Merge tag 'media/v7.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds9-63/+248
2026-05-30media: qcom: venus: Add msm8939 resource structAndré Apitzsch1-0/+40
2026-05-30media: qcom: venus: add codec blacklist mechanismErikas Bitovtas3-5/+12
2026-05-30media: qcom: venus: add power domain enable logic for Venus coresErikas Bitovtas2-5/+144
2026-05-30media: qcom: venus: relax encoder frame/blur step size on v6Renjiang Han1-8/+8
2026-05-30media: qcom: venus: relax encoder frame/blur dimension steps on v4Renjiang Han1-10/+10
2026-05-30media: qcom: venus: drop extra padding in NV12 raw size calculationRenjiang Han1-2/+2
2026-05-30Revert "media: venus: hfi_platform: Correct supported codecs for sc7280"Dmitry Baryshkov3-30/+2
2026-05-10media: qcom: venus: flip the venus/iris switchDmitry Baryshkov2-1/+16
2026-05-10media: venus: scale MMCX power domain on SM8250Dmitry Baryshkov3-2/+14
2026-04-27media: venus: fix QCOM_MDT_LOADER dependencyArnd Bergmann1-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds5-7/+7
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook5-7/+7
2026-01-20media: venus: assign unique bus_info strings for encoder and decoderJorge Ramirez-Ortiz2-2/+10
2026-01-20media: venus: vdec: restrict EOS addr quirk to IRIS2 onlyDikshita Agarwal1-1/+7
2026-01-20media: venus: vdec: fix error state assignment for zero bytesusedRenjiang Han1-3/+3
2025-11-06media: venus: drop unused module aliasesJohan Hovold3-3/+0
2025-11-06media: venus: drop bogus probe deferralsJohan Hovold2-8/+2
2025-11-06media: Use of_reserved_mem_region_to_resource() for "memory-region"Rob Herring (Arm)1-14/+5
2025-10-17media: qcom: venus: Drop unneeded v4l2_m2m_get_vq() NULL checkLaurent Pinchart2-4/+0
2025-10-02Merge tag 'media/v6.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds16-105/+423
2025-09-24media: venus: pm_helpers: add fallback for the opp-tableRenjiang Han1-1/+8
2025-09-09media: venus: core: Add qcm2290 DT compatible and resource dataJorge Ramirez-Ortiz1-0/+50
2025-09-09media: venus: core: Sort dt_match alphabetically.Jorge Ramirez-Ortiz1-2/+2
2025-09-09media: venus: hfi_plat_v4: Add capabilities for the 4XX lite coreJorge Ramirez-Ortiz1-16/+151
2025-09-09media: venus: Add framework support for AR50_LITE video coreJorge Ramirez-Ortiz13-54/+145
2025-09-09media: venus: Define minimum valid firmware versionJorge Ramirez-Ortiz5-24/+61
2025-09-09media: venus: firmware: Use correct reset sequence for IRIS2Stephan Gerhold1-4/+4
2025-08-13media: Reset file->private_data to NULL in v4l2_fh_del()Laurent Pinchart1-1/+1
2025-08-13media: Set file->private_data in v4l2_fh_add()Laurent Pinchart2-4/+2
2025-08-13media: qcom: venus: Pass file pointer to venus_close_common()Laurent Pinchart4-4/+4
2025-08-13media: Replace file->private_data access with file_to_v4l2_fh()Laurent Pinchart1-1/+1
2025-08-11soc: qcom: mdt_loader: Remove pas id parameterMukesh Ojha1-2/+2
2025-08-06media: venus: Fix OPP table error handlingSasha Levin1-4/+8
2025-07-03media: venus: Fix MSM8998 frequency tableKonrad Dybcio1-5/+5
2025-07-03media: venus: hfi: explicitly release IRQ during teardownJorge Ramirez-Ortiz1-0/+1
2025-07-03media: venus: Fix OOB read due to missing payload bound checkVedang Nagar1-25/+58
2025-07-03media: venus: Add a check for packet size after reading from shared memoryVedang Nagar1-0/+4
2025-07-03media: venus: protect against spurious interrupts during probeJorge Ramirez-Ortiz1-4/+4
2025-07-03media: venus: pm_helpers: use opp-table for the frequencyRenjiang Han1-24/+34
2025-07-03media: venus: vdec: Make the range of us_per_frame explicitRicardo Ribalda1-2/+1