aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/mtk-mdp (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-22media: mtk-mdp: fix kernel-doc warningsHans Verkuil2-6/+5
2021-01-27media: mtk-mdp: Do not zero reserved fieldsRicardo Ribalda1-3/+0
2020-09-26media: mtk-mdp: Fix Null pointer dereference when calling list_addDafna Hirschfeld1-1/+1
2020-08-06media: mtk-mdp: Fix a refcounting bug on error in initDan Carpenter1-4/+12
2020-07-19media: Add V4L2_TYPE_IS_CAPTURE helperEzequiel Garcia1-4/+3
2020-07-04media: mtk-mdp: Remove mtk_mdp_comp.id and supporting functionalityEizan Miyamoto3-78/+10
2020-07-04media: mtk-mdp: convert mtk_mdp_dev.comp array to listEizan Miyamoto4-16/+43
2020-07-04media: mtk-mdp: handle vpu_wdt_reg_handler() errors during probeEizan Miyamoto1-2/+6
2020-07-04media: mtk-mdp: handle vb2_dma_contig_set_max_seg_size errors during probeEizan Miyamoto1-1/+5
2020-07-04media: mtk-mdp: remove mtk_mdp_comp.regs from mtk_mdp_comp.hEizan Miyamoto2-3/+0
2020-07-04media: mtk-mdp: Remove states for format checksFrancois Buergisser2-58/+34
2020-04-21media: mtk-mdp: Use correct aliases nameHsin-Yi Wang1-4/+4
2020-03-12media: mtk-mdp: Check return value of of_clk_getMatthias Brugger1-0/+6
2020-03-12media: mtk-vpu: avoid unaligned access to DTCM buffer.Hsin-Yi Wang1-4/+5
2020-02-24media: media/platform: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil1-1/+1
2019-12-13media: platform: mtk-mdp: add missed destroy_workqueue in removeChuhong Yuan1-0/+3
2019-08-13media: platform: mtk-mdp: mtk_mdp_core: Add of_node_put() before gotoNishka Dasgupta1-1/+4
2019-08-13media: mtk-mdp: fix reference count on old device treeMatthias Brugger1-1/+3
2019-06-11Merge tag 'v5.2-rc4' into media/masterMauro Carvalho Chehab11-99/+11
2019-06-05media: v4l2: Get rid of ->vidioc_enum_fmt_vid_{cap, out}_mplaneBoris Brezillon1-9/+9
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner11-99/+11
2019-03-01media: platform: fix several typosMauro Carvalho Chehab1-3/+3
2019-02-18media: mtk-mdp: Correct return type for mem2mem buffer helpersEzequiel Garcia1-13/+7
2018-09-11media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab1-3/+3
2018-07-24media: mem2mem: Make .job_abort optionalEzequiel Garcia1-5/+0
2018-07-04media: mtk-mdp: Add locks for capture and output vb2_queuesEzequiel Garcia1-16/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-20media: mtk-mdp: use IS_ERR to check return value of of_clk_getPan Bian1-2/+2
2017-08-20media: Convert to using %pOF instead of full_nameRob Herring2-8/+6
2017-08-20media: mtk-mdp: constify v4l2_m2m_ops structuresJulia Lawall1-1/+1
2017-07-19media: mtk-mdp: constify vb2_ops structureGustavo A. R. Silva1-1/+1
2017-06-07[media] media: mtk-mdp: Fix mdp device treeDaniel Kurtz1-2/+10
2016-11-22[media] mtk-mdp: allocate video_device dynamicallyMinghsiu Tsai2-14/+21
2016-11-19[media] media: mtk-mdp: mark PM functions as __maybe_unusedArnd Bergmann1-8/+4
2016-11-16[media] media: fix platform_no_drv_owner.cocci warningsFengguang Wu1-1/+0
2016-11-16[media] media: mtk-mdp: NULL-terminate mtk_mdp_comp_dt_idsVincent Stehlé1-1/+2
2016-10-21[media] mtk-mdp: fix double mutex_unlockHans Verkuil1-3/+1
2016-10-21[media] media: mtk-mdp: fix build errorMinghsiu Tsai1-2/+2
2016-10-21[media] media: mtk-mdp: fix build warning in arch x86Minghsiu Tsai2-4/+7
2016-10-21[media] media: mtk-mdp: support pixelformat V4L2_PIX_FMT_MT21CMinghsiu Tsai2-0/+12
2016-10-21[media] mtk-mdp: fix compilation warnings if !DEBUGMauro Carvalho Chehab1-1/+1
2016-10-21[media] media: Add Mediatek MDP DriverMinghsiu Tsai12-0/+2581