summaryrefslogtreecommitdiff
path: root/drivers/media/platform/qcom/venus
AgeCommit message (Expand)AuthorFilesLines
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
2025-07-03media: venus: venc: Make the range of us_per_frame explicitRicardo Ribalda1-2/+1
2025-07-03media: venus: venc: Clamp param smaller than 1fps and bigger than 240Ricardo Ribalda1-3/+2
2025-07-03media: venus: vdec: Clamp param smaller than 1fps and bigger than 240.Ricardo Ribalda2-3/+4
2025-04-11media: venus: pm_helpers: add compatibility for dev_pm_genpd_set_hwmode on V4Renjiang Han2-17/+23
2025-04-11media: venus: vdec: queue dpb buffers to firmware for video seekRenjiang Han1-2/+12
2025-04-11media: venus: Fix probe error handlingLoic Poulain1-8/+8
2025-04-07media: qcom: venus: Fix uninitialized variable warningNas Chung1-2/+2
2025-03-06media: qcom: Clean up Kconfig dependenciesRobin Murphy1-1/+1
2025-03-03media: v4l2-ctrls: add support for V4L2_CTRL_WHICH_MIN/MAX_VALHans Verkuil1-2/+7
2025-03-03media: venus: hfi: add a check to handle OOB in sfr regionVikash Garodia1-2/+10
2025-03-03media: venus: hfi: add check to handle incorrect queue sizeVikash Garodia1-0/+6
2025-03-03media: venus: hfi_parser: refactor hfi packet parsing logicVikash Garodia1-26/+72
2025-03-03media: venus: hfi_parser: add check to avoid out of bound accessVikash Garodia1-0/+2
2025-01-06media: venus: Remove unused hfi_core_ping()Dr. David Alan Gilbert3-36/+0
2025-01-06media: venus: Populate video encoder/decoder nodename entriesBryan O'Donoghue1-0/+10
2025-01-06media: venus: Add support for static video encoder/decoder declarationsBryan O'Donoghue3-1/+99
2025-01-06media: venus: match instance creation and destruction orderSergey Senozhatsky2-18/+18
2025-01-06media: venus: destroy hfi session after m2m_ctx releaseSergey Senozhatsky1-6/+2
2024-11-21Merge tag 'media/v6.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds8-76/+199
2024-11-07media: venus: factor out inst destruction routineSergey Senozhatsky8-56/+31
2024-11-07media: venus: sync with threaded IRQ during inst destructionSergey Senozhatsky2-2/+22
2024-11-07media: venus: fix enc/dec destruction orderSergey Senozhatsky2-6/+7
2024-11-07media: venus: Enable h.264 hierarchical codingFritz Koenig3-23/+144
2024-11-07media: venus: Helper function for dynamically updating bitrateFritz Koenig1-14/+20
2024-11-07media: venus: Fix pm_runtime_set_suspended() with runtime pm enabledJinjie Ruan1-1/+1
2024-10-28media: platform: drop vb2_ops_wait_prepare/finishHans Verkuil2-4/+0
2024-10-12media: Switch back to struct platform_driver::remove()Uwe Kleine-König3-3/+3
2024-10-12media: venus: add missing wait_prepare/finish opsHans Verkuil2-0/+4
2024-10-10media: venus: Convert into devm_pm_domain_attach_list() for OPP PM domainUlf Hansson3-43/+15
2024-09-24Merge tag 'media/v6.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds7-36/+37
2024-09-18Merge tag 'hardening-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2024-08-25media: venus: firmware: Use iommu_paging_domain_alloc()Lu Baolu1-3/+3
2024-08-25media: venus: Convert one-element-arrays to flex-arraysRicardo Ribalda2-10/+10
2024-08-25media: venus: Refactor hfi_buffer_alloc_mode_supportedRicardo Ribalda1-1/+1
2024-08-25media: venus: Refactor hfi_session_fill_buffer_pktRicardo Ribalda2-2/+2
2024-08-25media: venus: Refactor hfi_sys_get_property_pktRicardo Ribalda2-2/+2
2024-08-25media: venus: Refactor hfi_session_empty_buffer_compressed_pktRicardo Ribalda1-1/+1
2024-08-25media: venus: Refactor hfi_session_empty_buffer_uncompressed_plane0_pktRicardo Ribalda1-1/+1
2024-08-25media: venus: Refactor struct hfi_uncompressed_format_supportedRicardo Ribalda2-2/+2
2024-08-25media: venus: Refactor struct hfi_session_get_property_pktRicardo Ribalda2-3/+3
2024-08-25media: venus: Refactor struct hfi_uncompressed_plane_infoRicardo Ribalda1-1/+1
2024-08-25media: venus: Constify struct dec_bufsize_ops and enc_bufsize_opsChristophe JAILLET1-10/+10