aboutsummaryrefslogtreecommitdiff
path: root/drivers/media/platform/qcom/venus/core.c
AgeCommit message (Expand)AuthorFilesLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-2/+2
2025-11-06media: venus: drop unused module aliasesJohan Hovold1-1/+0
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: Add framework support for AR50_LITE video coreJorge Ramirez-Ortiz1-3/+12
2025-09-09media: venus: Define minimum valid firmware versionJorge Ramirez-Ortiz1-18/+22
2025-08-13media: Reset file->private_data to NULL in v4l2_fh_del()Laurent Pinchart1-1/+1
2025-08-13media: qcom: venus: Pass file pointer to venus_close_common()Laurent Pinchart1-1/+1
2025-07-03media: venus: Fix MSM8998 frequency tableKonrad Dybcio1-5/+5
2025-07-03media: venus: protect against spurious interrupts during probeJorge Ramirez-Ortiz1-4/+4
2025-04-11media: venus: Fix probe error handlingLoic Poulain1-8/+8
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'Donoghue1-1/+94
2025-01-06media: venus: destroy hfi session after m2m_ctx releaseSergey Senozhatsky1-6/+2
2024-11-20Merge tag 'media/v6.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds1-2/+27
2024-11-07media: venus: factor out inst destruction routineSergey Senozhatsky1-0/+25
2024-11-07media: venus: Fix pm_runtime_set_suspended() with runtime pm enabledJinjie Ruan1-1/+1
2024-10-12media: Switch back to struct platform_driver::remove()Uwe Kleine-König1-1/+1
2024-10-10media: venus: Convert into devm_pm_domain_attach_list() for OPP PM domainUlf Hansson1-4/+4
2024-08-25media: venus: fix use after free bug in venus_remove due to race conditionZheng Wang1-0/+1
2024-06-30media: venus: add msm8998 supportPierre-Hugues Husson1-0/+39
2024-06-30media: venus: avoid multiple core dumpsDikshita Agarwal1-1/+5
2024-02-14media: venus: Convert to dev_pm_domain_attach|detach_list() for vcodecUlf Hansson1-5/+7
2023-12-12media: venus: core: Set up secure memory ranges for SC7280Luca Weiss1-0/+4
2023-10-23media: venus: Fix firmware path for resourcesPatrick Whewell1-5/+5
2023-08-10media: venus: Fix firmware path for sm8250Patrick Whewell1-1/+1
2023-08-10media: venus: core: Set up secure memory ranges for SC7180Konrad Dybcio1-0/+4
2023-08-10media: venus: core: Assign registers based on VPU versionKonrad Dybcio1-1/+1
2023-08-10media: venus: Add vpu_version to most SoCsKonrad Dybcio1-0/+5
2023-07-19media: Explicitly include correct DT includesRob Herring1-1/+2
2023-04-11media: venus: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-04-11media: venus: Warn only once about problems in .remove()Uwe Kleine-König1-1/+1
2022-07-15media: venus: set ubwc configuration on specific video hardwareVikash Garodia1-0/+5
2022-07-07media: venus: Add support for SSR trigger using fault injectionDikshita Agarwal1-1/+14
2021-11-30media: venus: core: Fix a resource leak in the error handling path of 'venus_...Christophe JAILLET1-2/+6
2021-11-30media: venus: core: Fix a potential NULL pointer dereference in an error hand...Christophe JAILLET1-1/+2
2021-10-21media: venus: core: Add sdm660 DT compatible and resource structAngeloGioacchino Del Regno1-0/+64
2021-10-21media: venus: Handle fatal errors during encoding and decodingStanimir Varbanov1-3/+6
2021-10-21media: venus: Make sys_error flag an atomic bitopsStanimir Varbanov1-2/+2
2021-10-08media: venus: Add num_vpp_pipes to resource structureDikshita Agarwal1-0/+2
2021-10-08media: venus: core: Add sc7280 DT compatible and resource dataDikshita Agarwal1-0/+52
2021-09-30media: venus: core : Make use of the helper function devm_platform_ioremap_re...Cai Huoqing1-3/+1
2021-05-10media: venus: Rework error fail recover logicMauro Carvalho Chehab1-13/+47
2021-04-15media: venus: core: correct firmware name for sm8250Dmitry Baryshkov1-1/+1
2021-04-08media: venus: use NULL instead of zero for pointersMauro Carvalho Chehab1-2/+2
2021-04-06media: venus: core: Hook to V6 base registers when appropriateBryan O'Donoghue1-7/+17
2021-04-06media: venus: core: Add an io base for AON regsBryan O'Donoghue1-0/+1
2021-04-06media: venus: core: Add an io base for TZ wrapper regsBryan O'Donoghue1-0/+1
2021-04-06media: venus: core: Add io base variables for each blockBryan O'Donoghue1-0/+12