aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-18media: platform: rename s5p-mfc/ to samsung/s5p-mfc/Mauro Carvalho Chehab1-2534/+0
2019-08-26media: don't do a 31 bit shift on a signed intMauro Carvalho Chehab1-1/+1
2019-07-09Merge tag 'media/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-4/+4
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-05-28media: coda/venus/s5p_mfc: fix control typoHans Verkuil1-4/+4
2019-03-01media: platform: fix several typosMauro Carvalho Chehab1-2/+2
2018-03-22media: s5p-mfc: Add support for HEVC encoderSmitha T Murthy1-0/+182
2018-03-22media: s5p-mfc: Add VP9 decoder supportSmitha T Murthy1-0/+26
2018-03-22media: s5p-mfc: Add support for HEVC decoderSmitha T Murthy1-2/+15
2018-03-22media: s5p-mfc: Support MFCv10.10 buffer requirementsSmitha T Murthy1-20/+73
2018-03-22media: s5p-mfc: Use min scratch buffer size as provided by F/WSmitha T Murthy1-17/+51
2018-03-22media: s5p-mfc: Adding initial support for MFC v10.10Smitha T Murthy1-2/+7
2018-03-22media: s5p-mfc: Rename IS_MFCV8 macroSmitha T Murthy1-9/+9
2017-06-13[media] s5p-mfc: fix spelling mistake: "destionation" -> "destination"Colin Ian King1-1/+1
2017-04-05[media] s5p-mfc: Don't allocate codec buffers from pre-allocated regionMarek Szyprowski1-2/+2
2017-04-05[media] s5p-mfc: Rename BANK1/2 to BANK_L/R to better match documentationMarek Szyprowski1-3/+3
2017-04-05[media] s5p-mfc: Simplify alloc/release private buffer functionsMarek Szyprowski1-9/+6
2017-04-05[media] s5p-mfc: Replace bank1/bank2 entries with an arrayMarek Szyprowski1-5/+5
2017-04-05[media] s5p-mfc: Replace mem_dev_* entries with an arrayMarek Szyprowski1-7/+8
2017-04-05[media] s5p-mfc: Print buf pointer in hex constistentlyShuah Khan1-1/+1
2015-12-23[media] s5p-mfc: merge together s5p_mfc_hw_call and s5p_mfc_hw_call_voidAndrzej Hajda1-8/+8
2015-12-23[media] s5p-mfc: use spinlock to protect MFC contextAndrzej Hajda1-18/+0
2015-12-23[media] s5p-mfc: remove unnecessary callbacksAndrzej Hajda1-47/+0
2015-12-23[media] s5p-mfc: make queue cleanup code commonAndrzej Hajda1-16/+0
2015-12-23[media] s5p-mfc: use one implementation of s5p_mfc_get_new_ctxAndrzej Hajda1-24/+0
2015-10-20[media] s5p-mfc: end-of-stream handling for newer encodersAndrzej Hajda1-16/+33
2015-10-01[media] media: videobuf2: Restructure vb2_bufferJunghak Sung1-16/+17
2015-10-01[media] s5p-mfc: Correct misuse of %0x<decimal>Joe Perches1-1/+1
2015-09-05Merge tag 'media/v4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-3/+5
2015-08-11[media] s5p-mfc: add additional check for incorrect memory configurationMarek Szyprowski1-3/+5
2015-08-07treewide: Fix typo in printkMasanari Iida1-1/+1
2015-06-05[media] media: s5p-mfc: fix sparse warningsMarek Szyprowski1-2/+2
2015-04-02[media] media: s5p-mfc: fix broken pointer cast on 64bit archMarek Szyprowski1-3/+3
2015-02-02[media] s5p-mfc-v6+: Use display_delay_enable CIDNicolas Dufresne1-5/+1
2014-10-28[media] s5p-mfc: fix a race in interrupt flags handlingPawel Osciak1-10/+2
2014-10-28[media] s5p-mfc: flush dpbs when resolution changesKiran AVND1-18/+2
2014-09-26[media] s5p-mfc: Fix several printk warningsMauro Carvalho Chehab1-1/+1
2014-09-26[media] s5p_mfc_opr_v6: get rid of warnings when compiled with 64 bitsMauro Carvalho Chehab1-12/+12
2014-09-26[media] s5p_mfc_opr_v6: remove address space removal warningsMauro Carvalho Chehab1-4/+4
2014-09-26[media] s5p_mfc_opr_v6: fix wrong type for registersMauro Carvalho Chehab1-2/+2
2014-09-26[media] s5p-mfc: Fix sparse errors in the MFC driverKamil Debski1-238/+233
2014-07-22[media] s5p-mfc: Add init buffer cmd to MFCV6Arun Kumar K1-2/+4
2014-05-23[media] s5p-mfc: Core support for v8 encoderKiran AVND1-9/+47
2014-05-23[media] s5p-mfc: Core support to add v8 decoderKiran AVND1-7/+78
2014-05-23[media] s5p-mfc: Rename IS_MFCV7 macroArun Kumar K1-6/+6
2014-05-23[media] s5p-mfc: Add variants to access mfc registersKiran AVND1-249/+444
2014-05-23[media] s5p-mfc: Move INIT_BUFFER_OPTIONS from v7 to v6Arun Kumar K1-1/+1
2014-02-28[media] s5p-mfc: Add Horizontal and Vertical MV Search RangeAmit Grover1-6/+2
2014-01-13[media] s5p-mfc: Add controls to set vp8 enc profileKiran AVND1-4/+2
2014-01-13[media] s5p-mfc: Add QP setting support for vp8 encoderArun Kumar K1-0/+20