summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/s5p-g2d
AgeCommit message (Expand)AuthorLines
2022-03-18media: platform: rename s5p-g2d/ to samsung/s5p-g2d/Mauro Carvalho Chehab-1122/+0
2022-03-18media: platform: s5p-g2d: move config to its own fileMauro Carvalho Chehab-0/+11
2022-01-28media: s5p-g2d: Use platform_get_irq() to get the interruptLad Prabhakar-7/+3
2021-09-30media: s5p-g2d: Make use of the helper function devm_platform_ioremap_resource()Cai Huoqing-3/+1
2021-06-17media: s5p-g2d: Fix a memory leak on ctx->fh.m2m_ctxDillon Min-0/+3
2020-07-19media: s5p-g2d: Fix a memory leak in an error handling path in 'g2d_probe()'Christophe JAILLET-13/+15
2020-02-24media: media/platform: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil-1/+1
2019-07-22media: s3c-camif/s5p-g2d/s5p-jpeg: set device_caps in struct video_deviceHans Verkuil-2/+1
2019-07-22media: media/platform: don't set description in ENUM_FMTHans Verkuil-10/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner-20/+4
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-03-29media: replace strncpy() by strscpy()Mauro Carvalho Chehab-3/+3
2019-02-18media: s5p-g2d: Correct return type for mem2mem buffer helpersEzequiel Garcia-3/+3
2018-11-20media: s5p-g2d: convert g/s_crop to g/s_selectionHans Verkuil-38/+64
2018-07-24media: mem2mem: Make .job_abort optionalEzequiel Garcia-5/+0
2018-07-24media: s5p-g2d: Remove unrequired wait in .job_abortEzequiel Garcia-12/+0
2018-07-04media: s5p-g2d: Implement wait_prepare and wait_finishEzequiel Garcia-0/+2
2018-06-28media: s5p-g2d: Remove surplus name initializationAnton Leontiev-1/+0
2017-08-27media: platform: make video_device constBhumika Goyal-1/+1
2017-08-20media: s5p-g2d: constify v4l2_m2m_ops structuresJulia Lawall-1/+1
2017-04-05[media] s5p-g2d: Fix error handlingChristophe JAILLET-1/+1
2016-09-19[media] platform: constify vb2_ops structuresJulia Lawall-1/+1
2016-07-08[media] vb2: replace void *alloc_ctxs by struct device *alloc_devsHans Verkuil-1/+1
2016-07-08[media] media/platform: convert drivers to use the new vb2_queue dev fieldHans Verkuil-11/+3
2016-06-03media: set proper max seg size for devices on Exynos SoCsMarek Szyprowski-0/+2
2016-04-13[media] s5p-g2d: remove non-device-tree init codeMarek Szyprowski-27/+5
2015-12-18[media] media: videobuf2: Move timestamp to vb2_bufferJunghak Sung-1/+1
2015-12-18[media] vb2: drop v4l2_format argument from queue_setupHans Verkuil-1/+1
2015-10-20[media] media: videobuf2: Change queue_setup argumentJunghak Sung-1/+1
2015-10-01[media] media: videobuf2: Restructure vb2_bufferJunghak Sung-7/+8
2015-10-01[media] media: videobuf2: Replace videobuf2-core with videobuf2-v4l2Junghak Sung-1/+1
2015-05-12[media] media: platform: s5p: Constify platform_device_idKrzysztof Kozlowski-1/+1
2015-02-02[media] s5p-g2d: remove unnecessary version.h inclusionFabian Frederick-1/+0
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+0
2014-12-02[media] media/platform: fix querycapHans Verkuil-8/+2
2014-10-20media: platform: s5p-g2d: drop owner assignment from platform_driversWolfram Sang-1/+0
2014-08-26[media] g2d: remove unused varMauro Carvalho Chehab-4/+3
2014-03-05[media] v4l: Copy timestamp source flags to destination on m2m devicesSakari Ailus-0/+3
2014-03-05[media] v4l: Rename vb2_queue.timestamp_type as timestamp_flagsSakari Ailus-2/+2
2013-12-04[media] s5p-g2d: Use mem-to-mem ioctl helpersSylwester Nawrocki-104/+21
2013-10-28[media] s5p-g2d: Remove casting the return value which is a void pointerJingoo Han-1/+1
2013-09-03[media] s5p-g2d: Fix registration failureSachin Kamat-0/+1
2013-04-25[media] s5p-g2d: Add copy time stamp handlingKamil Debski-0/+5
2013-03-05[media] s5p-g2d: Add DT based discovery supportSachin Kamat-2/+29
2013-02-06[media] media: Convert to devm_ioremap_resource()Thierry Reding-5/+3
2013-02-05[media] s5p-g2d: Add support for G2D H/W Rev.4.1Sachin Kamat-9/+62
2013-01-06[media] s5p-g2d: Fix incorrect usage of IS_ERR_OR_NULLTony Prisk-2/+2
2012-10-05[media] s5p-g2d: fix compiler warningHans Verkuil-1/+1
2012-09-26[media] Set vfl_dir for all display or m2m driversHans Verkuil-0/+1
2012-09-26[media] v4l2: make vidioc_s_crop constHans Verkuil-1/+1