summaryrefslogtreecommitdiff
path: root/drivers/media/platform/qcom
AgeCommit message (Expand)AuthorFilesLines
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-11-30media: venus: avoid calling core_clk_setrate() concurrently during concurrent...Mansur Alisha Shaik1-14/+14
2021-11-30media: venus: correct low power frequency calculation for encoderMansur Alisha Shaik1-2/+2
2021-11-29media: camss: Remove unused static functionRobert Foss1-7/+0
2021-10-21media: venus: core: Add sdm660 DT compatible and resource structAngeloGioacchino Del Regno1-0/+64
2021-10-21media: venus: vdec: decoded picture buffer handling during reconfig sequenceMansur Alisha Shaik4-2/+60
2021-10-21media: venus: Handle fatal errors during encoding and decodingStanimir Varbanov5-3/+40
2021-10-21media: venus: helpers: Add helper to mark fatal vb2 errorStanimir Varbanov2-0/+13
2021-10-21media: venus: hfi: Check for sys error on session hfi functionsStanimir Varbanov1-0/+46
2021-10-21media: venus: Make sys_error flag an atomic bitopsStanimir Varbanov5-6/+7
2021-10-21media: venus: venc: Use pmruntime autosuspendStanimir Varbanov1-8/+95
2021-10-08media: venus: Set buffer to FW based on FW min count requirement.Dikshita Agarwal6-10/+41
2021-10-08media: venus: helpers: update NUM_MBS macro calculationDikshita Agarwal1-2/+2
2021-10-08media: venus: vdec: set work route to fwDikshita Agarwal3-0/+29
2021-10-08media: venus: hfi: Skip AON register programming for V6 1pipeDikshita Agarwal1-0/+4
2021-10-08media: venus: Add num_vpp_pipes to resource structureDikshita Agarwal6-22/+4
2021-10-08media: venus: core: Add sc7280 DT compatible and resource dataDikshita Agarwal1-0/+52
2021-10-08media: venus: firmware: enable no tz fw loading for sc7280Dikshita Agarwal2-11/+33
2021-10-08media: venus: fix vpp frequency calculation for decoderMansur Alisha Shaik1-2/+6
2021-10-08media: venus: vdec: update output buffer size during vdec_s_fmt()Mansur Alisha Shaik1-1/+4
2021-10-08media: venus: helper: change log level for false warning messageMansur Alisha Shaik1-2/+3
2021-09-30media: camss: vfe: Don't call hw_version() before its dependencies are metRobert Foss1-1/+2
2021-09-30media: camss: vfe: simplify vfe_get_wm_sizes()Tom Rix3-27/+12
2021-09-30media: venus: core : Make use of the helper function devm_platform_ioremap_re...Cai Huoqing1-3/+1
2021-09-30media: camss: vfe: Rework vfe_hw_version_read() function definitionRobert Foss6-10/+18
2021-09-30media: camss: vfe: Remove vfe_hw_version_read() argumentRobert Foss6-10/+11
2021-09-30media: camss: vfe: Decrease priority of of VFE HW version to 'dbg'Robert Foss3-3/+3
2021-09-30media: camss: vfe: Don't read hardware version needlesslyRobert Foss1-2/+1
2021-09-30media: v4l: async: Rename async nf functions, clean up long linesSakari Ailus1-9/+9
2021-08-04media: venus: venc: add support for V4L2_CID_MPEG_VIDEO_H264_8X8_TRANSFORM co...Mansur Alisha Shaik5-1/+49
2021-08-04media: venus: venc: Add support for intra-refresh periodStanimir Varbanov3-7/+34
2021-08-04media: venus: helper: do not set constrained parameters for UBWCMansur Alisha Shaik1-0/+3
2021-08-04media: venus: venc: Fix potential null pointer dereference on pointer fmtColin Ian King1-0/+2
2021-08-04media: venus: hfi: fix return value check in sys_get_prop_image_version()Zhen Lei1-1/+1
2021-06-17media: v4l2-subdev: add subdev-wide state structTomi Valkeinen4-92/+103
2021-06-17media: venus: hfi_msgs.h: Replace one-element arrays with flexible-array membersGustavo A. R. Silva2-10/+12
2021-06-17media: venus: hfi_cmds: Fix packet size calculationGustavo A. R. Silva1-4/+5
2021-06-02media: camss: move to use request_irq by IRQF_NO_AUTOEN flagTian Tao2-6/+4
2021-06-02media: venus: helpers: Delete an unneeded bool conversionZhen Lei1-2/+1
2021-06-02media: venus: Enable low power setting for encoderDikshita Agarwal8-35/+167
2021-06-02media: venus: hfi_cmds.h: Replace one-element array with flexible-array memberGustavo A. R. Silva1-1/+1
2021-06-02media: venus: Convert to use resource-managed OPP APIYangtao Li2-32/+11
2021-06-02media: venus: hfi_cmds: Fix conceal color propertyStanimir Varbanov1-11/+11
2021-05-19media: venus: venc: use pm_runtime_resume_and_get()Mauro Carvalho Chehab1-2/+3
2021-05-19media: venus: vdec: use pm_runtime_resume_and_get()Mauro Carvalho Chehab1-3/+3
2021-05-19media: venus: core: use pm_runtime_resume_and_get()Mauro Carvalho Chehab1-2/+1
2021-05-19media: camss: use pm_runtime_resume_and_get()Mauro Carvalho Chehab4-14/+9
2021-05-19media: qcom/camss: Use devm_platform_ioremap_resource_bynamedingsenjie4-13/+7
2021-05-10media: venus: Rework error fail recover logicMauro Carvalho Chehab1-13/+47