aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/s5p-mfc
AgeCommit message (Expand)Author
2019-07-26media: s5p-mfc: Make additional clocks optionalMarek Szyprowski
2019-07-26media: s5p-mfc: fix reading min scratch buffer size on MFC v6/v7Marek Szyprowski
2019-07-10media: s5p-mfc: fix incorrect bus assignment in virtual child deviceMarek Szyprowski
2018-07-27media: s5p-mfc: Fix buffer look up in s5p_mfc_handle_frame_{new, copy_time} f...Sylwester Nawrocki
2018-07-04media: platform: s5p-mfc: simplify getting .drvdataWolfram Sang
2018-07-04media: v4l2-ctrl: Change control for VP8 profile to menu controlKeiichi Watanabe
2018-05-25media: s5p-mfc: fix two sparse warningsHans Verkuil
2018-03-22media: s5p_mfc_enc: get rid of new warningsMauro Carvalho Chehab
2018-03-22media: s5p-mfc: Amend initial min, max values of HEVC hierarchical coding QP ...Sylwester Nawrocki
2018-03-22media: s5p-mfc: Ensure HEVC QP controls range is properly updatedSylwester Nawrocki
2018-03-22media: s5p-mfc: Use real device for request_firmware() callMarek Szyprowski
2018-03-22media: s5p-mfc: Add support for HEVC encoderSmitha T Murthy
2018-03-22media: s5p-mfc: Add VP9 decoder supportSmitha T Murthy
2018-03-22media: s5p-mfc: Add support for HEVC decoderSmitha T Murthy
2018-03-22media: s5p-mfc: Support MFCv10.10 buffer requirementsSmitha T Murthy
2018-03-22media: s5p-mfc: Use min scratch buffer size as provided by F/WSmitha T Murthy
2018-03-22media: s5p-mfc: Adding initial support for MFC v10.10Smitha T Murthy
2018-03-22media: s5p-mfc: Rename IS_MFCV8 macroSmitha T Murthy
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-02-06Merge tag 'media/v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds
2017-12-18media: s5p-mfc: Fix lock contention - request_firmware() onceShuah Khan
2017-12-18media: s5p-mfc: Remove firmware buf null check in s5p_mfc_load_firmware()Shuah Khan
2017-12-18media: s5p-mfc: Fix encoder menu controls initializationSylwester Nawrocki
2017-11-27media: annotate ->poll() instancesAl Viro
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-11-21treewide: init_timer() -> setup_timer()Kees Cook
2017-11-15Merge tag 'media/v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-11-07media: s5p-mfc: fix lockdep warningShuah Khan
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-16media: s5p-mfc: Adjust a null pointer check in four functionsMarkus Elfring
2017-10-16media: s5p-mfc: Improve a size determination in s5p_mfc_alloc_memdev()Markus Elfring
2017-10-16media: s5p-mfc: Delete an error message for a failed memory allocationMarkus Elfring
2017-06-13[media] s5p-mfc: fix spelling mistake: "destionation" -> "destination"Colin Ian King
2017-04-05[media] s5p-mfc: Don't allocate codec buffers from pre-allocated regionMarek Szyprowski
2017-04-05[media] s5p-mfc: Fix unbalanced call to clock managementMarek Szyprowski
2017-04-05[media] s5p-mfc: Rename BANK1/2 to BANK_L/R to better match documentationMarek Szyprowski
2017-04-05[media] s5p-mfc: Use preallocated block allocator always for MFC v6+Marek Szyprowski
2017-04-05[media] s5p-mfc: Remove special configuration of IOMMU domainMarek Szyprowski
2017-04-05[media] s5p-mfc: Add support for probe-time preallocated block based allocatorMarek Szyprowski
2017-04-05[media] s5p-mfc: Split variant DMA memory configuration into separate functionsMarek Szyprowski
2017-04-05[media] s5p-mfc: Reduce firmware buffer size for MFC v6+ variantsMarek Szyprowski
2017-04-05[media] s5p-mfc: Allocate firmware with internal private buffer alloc functionMarek Szyprowski
2017-04-05[media] s5p-mfc: Move firmware allocation to DMA configure functionMarek Szyprowski
2017-04-05[media] s5p-mfc: Put firmware to private buffer structureMarek Szyprowski
2017-04-05[media] s5p-mfc: Move setting DMA max segment size to DMA configure functionMarek Szyprowski
2017-04-05[media] s5p-mfc: Simplify alloc/release private buffer functionsMarek Szyprowski
2017-04-05[media] s5p-mfc: Replace bank1/bank2 entries with an arrayMarek Szyprowski
2017-04-05[media] s5p-mfc: Replace mem_dev_* entries with an arrayMarek Szyprowski
2017-04-05[media] s5p-mfc: Use generic of_device_get_match_data helperMarek Szyprowski
2017-04-05[media] s5p-mfc: Remove unused structures and dead codeMarek Szyprowski