summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/qcom
AgeCommit message (Expand)AuthorLines
2025-01-07Revert "media: qcom: camss: Restructure camss_link_entities"Bryan O'Donoghue-103/+52
2025-01-06media: venus: Remove unused hfi_core_ping()Dr. David Alan Gilbert-36/+0
2025-01-06media: venus: Populate video encoder/decoder nodename entriesBryan O'Donoghue-0/+10
2025-01-06media: venus: Add support for static video encoder/decoder declarationsBryan O'Donoghue-1/+99
2025-01-06media: venus: match instance creation and destruction orderSergey Senozhatsky-18/+18
2025-01-06media: venus: destroy hfi session after m2m_ctx releaseSergey Senozhatsky-6/+2
2024-12-12media: qcom: camss: Add support for camss driver on sc7280Suresh Vankadara-0/+333
2024-12-12media: qcom: camss: Sort camss version enums and compatible stringsVikram Sharma-11/+11
2024-12-04media: qcom: camss: document csiphy_lanes_cfg structureCaleb Connolly-0/+6
2024-12-04media: qcom: camss: Restructure camss_link_entitiesVikram Sharma-52/+103
2024-12-04media: qcom: camss: reducing the repitious error message stringVikram Sharma-23/+35
2024-11-20Merge tag 'media/v6.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds-103/+458
2024-11-08media: qcom: camss: Add MSM8953 resourcesVladimir Lypak-0/+178
2024-11-08media: qcom: camss: implement pm domain ops for VFE v4.1Barnabás Czémán-2/+8
2024-11-07media: venus: factor out inst destruction routineSergey Senozhatsky-56/+31
2024-11-07media: venus: sync with threaded IRQ during inst destructionSergey Senozhatsky-2/+22
2024-11-07media: venus: fix enc/dec destruction orderSergey Senozhatsky-6/+7
2024-11-07media: venus: Enable h.264 hierarchical codingFritz Koenig-23/+144
2024-11-07media: venus: Helper function for dynamically updating bitrateFritz Koenig-14/+20
2024-11-07media: venus: Fix pm_runtime_set_suspended() with runtime pm enabledJinjie Ruan-1/+1
2024-10-28media: platform: drop vb2_ops_wait_prepare/finishHans Verkuil-6/+0
2024-10-12media: qcom: camss: move SM8250 regulators from CSID to CSIPHY subdeviceVladimir Zapolskiy-10/+10
2024-10-12media: qcom: camss: add management of supply regulators to CSIPHYVladimir Zapolskiy-1/+36
2024-10-12media: qcom: camss: Add hooks to get CSID wrapper resourcesBryan O'Donoghue-0/+18
2024-10-12media: qcom: camss: fix error path on configuration of power domainsVladimir Zapolskiy-11/+8
2024-10-12media: Switch back to struct platform_driver::remove()Uwe Kleine-König-4/+4
2024-10-12media: venus: add missing wait_prepare/finish opsHans Verkuil-0/+4
2024-10-10media: venus: Convert into devm_pm_domain_attach_list() for OPP PM domainUlf Hansson-43/+15
2024-09-23Merge tag 'media/v6.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds-44/+40
2024-09-18Merge tag 'hardening-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+1
2024-08-25media: venus: firmware: Use iommu_paging_domain_alloc()Lu Baolu-3/+3
2024-08-25media: venus: Convert one-element-arrays to flex-arraysRicardo Ribalda-10/+10
2024-08-25media: venus: Refactor hfi_buffer_alloc_mode_supportedRicardo Ribalda-1/+1
2024-08-25media: venus: Refactor hfi_session_fill_buffer_pktRicardo Ribalda-2/+2
2024-08-25media: venus: Refactor hfi_sys_get_property_pktRicardo Ribalda-2/+2
2024-08-25media: venus: Refactor hfi_session_empty_buffer_compressed_pktRicardo Ribalda-1/+1
2024-08-25media: venus: Refactor hfi_session_empty_buffer_uncompressed_plane0_pktRicardo Ribalda-1/+1
2024-08-25media: venus: Refactor struct hfi_uncompressed_format_supportedRicardo Ribalda-2/+2
2024-08-25media: venus: Refactor struct hfi_session_get_property_pktRicardo Ribalda-3/+3
2024-08-25media: venus: Refactor struct hfi_uncompressed_plane_infoRicardo Ribalda-1/+1
2024-08-25media: venus: Constify struct dec_bufsize_ops and enc_bufsize_opsChristophe JAILLET-10/+10
2024-08-25media: venus: fix use after free bug in venus_remove due to race conditionZheng Wang-0/+1
2024-08-22media: venus: hfi_cmds: struct hfi_session_release_buffer_pkt: Add __counted_...Kees Cook-1/+1
2024-08-22media: venus: hfi_cmds: struct hfi_session_release_buffer_pkt: Replace 1-elem...Kees Cook-1/+1
2024-08-20media: venus: use device managed APIs for power domainsDikshita Agarwal-4/+1
2024-08-09media: qcom: camss: Fix ordering of pm_runtime_enableBryan O'Donoghue-2/+3
2024-08-09media: qcom: camss: Remove use_count guard in stop_streamingBryan O'Donoghue-6/+0
2024-07-17Merge tag 'media/v6.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds-1340/+1744
2024-07-09venus: pm_helpers: Use dev_pm_genpd_set_hwmode to switch GDSC mode on V6Jagadeesh Kona-16/+23
2024-06-30media: venus: fix use after free in vdec_closeDikshita Agarwal-0/+1