summaryrefslogtreecommitdiff
path: root/drivers/media/platform/qcom
AgeCommit message (Expand)AuthorFilesLines
2020-12-03media: camss: Make use of V4L2_CAP_IO_MCAndrey Konovalov1-3/+25
2020-12-03media: Revert "media: camss: Make use of V4L2_CAP_IO_MC"Andrey Konovalov1-54/+13
2020-12-01Merge tag 'v5.10-rc6' into patchworkMauro Carvalho Chehab4-7/+57
2020-11-25media: camss: csiphy: Set rate on csiX_phy clock on SDM630/660AngeloGioacchino Del Regno2-3/+20
2020-11-25media: camss: csiphy-3ph: Add support for SDM630/660AngeloGioacchino Del Regno1-1/+6
2020-11-25media: camss: Add support for SDM630/636/660 camera subsystemAngeloGioacchino Del Regno7-19/+237
2020-11-25media: camss: vfe: Add support for VFE 4.8AngeloGioacchino Del Regno2-0/+116
2020-11-25media: camss: vfe-4-7: Rename get_ub_size, set_qos, set_ds, wm_enableAngeloGioacchino Del Regno1-8/+8
2020-11-25media: camss: ispif: Correctly reset based on the VFE IDAngeloGioacchino Del Regno2-31/+56
2020-11-17media: venus: core: add shutdown callback for venusMansur Alisha Shaik1-0/+9
2020-11-17media: venus: handle use after free for iommu_map/iommu_unmapMansur Alisha Shaik1-4/+13
2020-11-17media: venus: core: handle race condititon for core opsMansur Alisha Shaik1-0/+12
2020-11-17media: venus: fix calculating mbps in calculate_inst_freq()Mansur Alisha Shaik1-1/+1
2020-11-17media: venus: put dummy vote on video-mem path after last session releaseMansur Alisha Shaik1-0/+10
2020-11-16media: venus: core: vote with average bandwidth and peak bandwidth as zeroMansur Alisha Shaik1-2/+2
2020-11-16media: venus: core: vote for video-mem pathMansur Alisha Shaik1-1/+16
2020-11-16media: venus: core: change clk enable and disable order in resume and suspendMansur Alisha Shaik1-7/+10
2020-11-16media: venus: vdec: return parsed crop information from streamAlexandre Courbot2-5/+28
2020-11-16media: venus: venc: Fix default capture formatStanimir Varbanov1-1/+1
2020-11-16media: venus: pm_helpers: Fix kernel module reloadStanimir Varbanov1-2/+2
2020-11-16media: venus: venc: Fix setting of profile and levelStanimir Varbanov3-5/+55
2020-09-27media: camss: Fix a reference count leak.Qiushi Wu1-1/+3
2020-09-14media: venus: firmware: Set virtual address rangesStanimir Varbanov3-1/+26
2020-09-14media: venus: venc: Use helper to set profile and levelStanimir Varbanov3-180/+6
2020-09-14media: venus: vdec: Use helper to get profile and levelStanimir Varbanov1-6/+5
2020-09-14media: venus: vdec: Set/Get VP9 profile/levelStanimir Varbanov1-1/+19
2020-09-14media: venus: helpers: Add a helper to map v4l2 ids to HFI idsStanimir Varbanov2-0/+241
2020-09-14media: venus: hfi_helper: Add VP9 profile and levelsStanimir Varbanov1-0/+18
2020-09-14media: venus: core: Drop local dma_parmsRobin Murphy1-9/+1
2020-09-03media: venus: place extern venus_fw_debug on a header fileMauro Carvalho Chehab2-2/+2
2020-09-01media: venus: Make debug infrastructure more flexibleStanimir Varbanov6-16/+21
2020-09-01media: venus: Add debugfs interface to set firmware log levelStanimir Varbanov6-2/+45
2020-09-01media: venus: venc: Add support for frame-skip mode v4l2 controlStanimir Varbanov3-3/+16
2020-09-01media: venus: venc: Add support for constant quality controlStanimir Varbanov5-5/+68
2020-09-01media: venus: Add new interface queues reinitStanimir Varbanov5-2/+59
2020-09-01media: venus: Rework recovery mechanismStanimir Varbanov2-22/+13
2020-09-01media: venus: parser: Prepare parser for multiple invocationsStanimir Varbanov1-0/+3
2020-09-01media: venus: Fix reported frame intervalsLoic Poulain1-3/+9
2020-09-01media: venus: fixes for list corruptionVikash Garodia1-2/+8
2020-08-29media: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-29media: camss: __video_try_fmt(): don't use hardcoded constantsAndrey Konovalov1-4/+4
2020-08-29media: camss: add support for vidioc_enum_framesizes ioctlAndrey Konovalov1-0/+37
2020-08-29media: camss: Make use of V4L2_CAP_IO_MCAndrey Konovalov1-13/+54
2020-08-28media: media/platform: drop vb2_queue_release()Hans Verkuil2-14/+2
2020-08-28media: qcom/camss: use vb2_video_unregister_device()Hans Verkuil5-27/+2
2020-08-18media: venus: core: Add support for opp tables/perf votingRajendra Nayak3-7/+92
2020-08-18media: venus: core: Fix error handling in probeRajendra Nayak1-5/+10
2020-08-18media: venus: core: Fix runtime PM imbalance in venus_probeDinghao Liu1-1/+4
2020-08-06media: camss: fix memory leaks on error handling paths in probeEvgeny Novikov1-10/+20
2020-07-04media: venus: venc: Fix runtime PM imbalance in venc_openDinghao Liu1-2/+1