summaryrefslogtreecommitdiff
path: root/drivers/media/platform/vimc/vimc-common.h
AgeCommit message (Expand)AuthorFilesLines
2020-04-14media: split test drivers from platform directoryMauro Carvalho Chehab1-224/+0
2020-03-06media: vimc: use-after-free fix - release vimc in the v4l_device releaseDafna Hirschfeld1-12/+13
2020-03-06media: vimc: allocate vimc_device dynamicallyDafna Hirschfeld1-2/+0
2019-11-10media: vimc: upon streaming, check that the pipeline starts with a source entityDafna Hirschfeld1-0/+8
2019-11-05media: vimc: Make capture devices and subdevices use different link_validatesNícolas F. R. A. Prado1-2/+2
2019-10-25media: vimc: Implement debayer control for mean window sizeArthur Moraes do Lago1-0/+1
2019-10-25media: vimc: move the dev field of each entity to vimc_ent_devDafna Hirschfeld1-0/+2
2019-10-25media: vimc: embed the pads of entities in the entities' structsDafna Hirschfeld1-28/+5
2019-10-25media: vimc: remove unused struct declaration vimc_platform_dataDafna Hirschfeld1-15/+0
2019-10-25media: vimc: common: remove unused function 'vimc_pipeline_s_stream'Dafna Hirschfeld1-11/+0
2019-10-25media: vimc: remove the helper function vimc_ent_sd_unregisterDafna Hirschfeld1-12/+0
2019-10-01media: vimc: move duplicated IS_SRC and IS_SINK to common headerShuah Khan1-0/+4
2019-10-01media: vimc: Collapse component structure into a single monolithic driverShuah Khan1-0/+54
2019-08-13media: Revert "media: vimc: propagate pixel format in the stream"Helen Koike1-20/+38
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-11/+1
2019-04-22media: vimc: propagate pixel format in the streamHelen Fornazier1-38/+20
2019-03-19media: vimc: use new release opHans Verkuil1-0/+2
2019-02-07media: vimc: Add vimc-streamer for stream controlLucas A. M. Magalhães1-13/+2
2019-01-21media: vimc: fill in correct driver name in querycapHans Verkuil1-0/+2
2017-12-08media: vimc: add test_pattern and h/vflip controls to the sensorHans Verkuil1-0/+5
2017-06-23[media] vimc: sca: Add scalerHelen Fornazier1-0/+1
2017-06-23[media] vimc: deb: Add debayer filterHelen Fornazier1-0/+2
2017-06-23[media] vimc: Subdevices as modulesHelen Fornazier1-9/+20
2017-06-23[media] vimc: sen: Support several image formatsHelen Fornazier1-0/+12
2017-06-23[media] vimc: common: Add vimc_colorimetry_clampHelen Fornazier1-0/+26
2017-06-23[media] vimc: common: Add vimc_link_validateHelen Fornazier1-0/+14
2017-06-23[media] vimc: common: Add vimc_pipeline_s_stream helperHelen Fornazier1-0/+11
2017-06-23[media] vimc: common: Add vimc_ent_sd_* helperHelen Fornazier1-0/+39
2017-06-23[media] vimc: Move common code from the coreHelen Fornazier1-0/+113