summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/mtk-mdp/mtk_mdp_core.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-18media: platform: rename mtk-mdp/ to mediatek/mtk-mdp/Mauro Carvalho Chehab1-314/+0
2022-03-07media: mtk-mdp: Remove redundant 'flush_workqueue()' callsXu Wang1-2/+0
2022-01-28media: mtk-mdp: Get rid of mtk_smi_larb_get/putYong Wu1-1/+0
2021-11-29media: mtk-mdp: address a clang warningMauro Carvalho Chehab1-1/+1
2020-09-26media: mtk-mdp: Fix Null pointer dereference when calling list_addDafna Hirschfeld1-1/+1
2020-07-04media: mtk-mdp: Remove mtk_mdp_comp.id and supporting functionalityEizan Miyamoto1-8/+1
2020-07-04media: mtk-mdp: convert mtk_mdp_dev.comp array to listEizan Miyamoto1-14/+32
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
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-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner1-9/+1
2017-08-20media: Convert to using %pOF instead of full_nameRob Herring1-4/+4
2017-06-07[media] media: mtk-mdp: Fix mdp device treeDaniel Kurtz1-2/+10
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] media: mtk-mdp: fix build errorMinghsiu Tsai1-2/+2
2016-10-21[media] media: Add Mediatek MDP DriverMinghsiu Tsai1-0/+294