summaryrefslogtreecommitdiff
path: root/drivers/media/platform/qcom
AgeCommit message (Expand)AuthorFilesLines
2023-07-27media: venus: Use struct_size_t() helper in pkt_session_unset_buffers()Gustavo A. R. Silva1-2/+2
2023-06-09media: venus: provide ctx queue lock for ioctl synchronizationSergey Senozhatsky3-0/+10
2023-06-09media: venus: return P010 as preferred format for 10 bit decodeDikshita Agarwal1-1/+6
2023-06-09media: venus: add handling of bit depth change from firmwareDikshita Agarwal2-1/+20
2023-06-09media: venus: update calculation for dpb buffersDikshita Agarwal3-3/+15
2023-06-09media: venus: add support for V4L2_PIX_FMT_P010 color formatDikshita Agarwal3-10/+18
2023-06-09media: venus: replace arrary index with enum for supported formatsDikshita Agarwal3-38/+72
2023-06-09media: venus: fix EOS handling in decoder stop commandDikshita Agarwal1-1/+1
2023-06-09media: venus: enable sufficient sequence change support for vp9Dikshita Agarwal3-0/+11
2023-06-09media: venus: add firmware version based checkDikshita Agarwal2-3/+47
2023-06-09media: venus: hfi_cmds: Use struct_size() helperGustavo A. R. Silva1-4/+4
2023-06-09media: venus: hfi_cmds: Replace one-element array with flexible-array memberGustavo A. R. Silva2-7/+7
2023-06-09media: venus: Replace one-element arrays with flexible-array membersGustavo A. R. Silva2-9/+9
2023-06-09media: venus: hfi_cmds: Replace fake flex-array with flexible-array memberGustavo A. R. Silva2-2/+2
2023-06-09media: venus: helpers: Fix ALIGN() of non power of twoRikard Falkeborn1-2/+2
2023-06-09media: venus: simplify the return expression of venus_sys_set_* functionLiu Shixin1-24/+4
2023-06-09media: venus: simplify the return expression of session_process_buf()Qinglang Miao1-6/+1
2023-06-09Merge tag 'v6.4-rc5' into media_stageMauro Carvalho Chehab1-1/+0
2023-05-26media: camss: camss-video: Don't zero subdev format again after initializationYassine Oudjana1-1/+0
2023-05-25media: camss: set VFE bpl_alignment to 16 for sdm845 and sm8250Andrey Konovalov1-1/+5
2023-04-12media: Zero-initialize all structures passed to subdev pad operationsLaurent Pinchart1-2/+3
2023-04-12media: venus: Correct P010 buffer alignmentFritz Koenig2-3/+8
2023-04-12venus: venc: add handling for VIDIOC_ENCODER_CMDDikshita Agarwal2-0/+77
2023-04-12venus: Add support for min/max qp range.Viswanath Boma3-8/+74
2023-04-12media: venus: dec: Fix capture formats enumeration orderJavier Martinez Canillas1-4/+4
2023-04-12venus: Fix for H265 decoding failure.Viswanath Boma1-2/+2
2023-04-12media: venus: dec: Fix handling of the start cmdMichał Krawczyk1-0/+8
2023-04-11media: venus: drop unused opp_table field documentationKrzysztof Kozlowski1-1/+0
2023-04-11media: camss: sm8250: Pipeline starting and stopping for multiple virtual cha...Milen Mitkov1-3/+18
2023-04-11media: camss: vfe-480: Multiple outputs support for SM8250Milen Mitkov1-19/+38
2023-04-11media: camss: vfe: Reserve VFE lines on stream start and link to CSIDMilen Mitkov5-7/+8
2023-04-11media: camss: sm8250: Virtual channels for CSIDMilen Mitkov3-35/+74
2023-04-11media: venc: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-04-11media: vdec: Convert to platform remove callback returning voidUwe Kleine-König1-4/+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
2023-04-11media: camss: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-03-18media: Revert "venus: firmware: Correct non-pix start and end addresses"Javier Martinez Canillas1-2/+2
2023-02-27Merge tag 'soc-drivers-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2023-02-26Merge tag 'media/v6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds1-1/+2
2023-02-09firmware: qcom_scm: Move qcom_scm.h to include/linux/firmware/qcom/Elliot Berman1-1/+1
2023-02-08media: camss: csiphy-3ph: avoid undefined behaviorArnd Bergmann1-1/+2
2023-01-25iommu: Add a gfp parameter to iommu_map()Jason Gunthorpe1-1/+1
2022-11-15Merge tag 'tag-venus-for-v6.2' of git://linuxtv.org/svarbanov/media_tree into...Mauro Carvalho Chehab2-12/+12
2022-11-08media: camss: Split power domain managementVladimir Zapolskiy3-16/+54
2022-11-08media: camss: Collect information about a number of lite VFEsVladimir Zapolskiy2-9/+12
2022-11-08media: camss: Do not attach an already attached power domain on MSM8916 platformVladimir Zapolskiy1-0/+11
2022-11-08media: camss: Clean up received buffers on failed start of streamingVladimir Zapolskiy1-1/+2
2022-10-25venus: pm_helpers: Fix error check in vcodec_domains_get()Tang Bin1-2/+2
2022-10-25venus: firmware: Correct assertion of reset bit on remote processorStanimir Varbanov1-6/+4