summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-18media: platform: rename s5p-mfc/ to samsung/s5p-mfc/Mauro Carvalho Chehab1-1637/+0
2021-07-12media: drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c : fix typo 'in deed im...Herman1-1/+1
2019-08-26media: don't do a 31 bit shift on a signed intMauro Carvalho Chehab1-2/+2
2019-07-09Merge tag 'media/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds1-2/+2
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-2/+2
2019-03-01media: platform: fix several typosMauro Carvalho Chehab1-1/+1
2017-06-13[media] s5p-mfc: fix spelling mistake: "destionation" -> "destination"Colin Ian King1-1/+1
2017-04-05[media] s5p-mfc: Rename BANK1/2 to BANK_L/R to better match documentationMarek Szyprowski1-14/+14
2017-04-05[media] s5p-mfc: Simplify alloc/release private buffer functionsMarek Szyprowski1-18/+12
2017-04-05[media] s5p-mfc: Replace bank1/bank2 entries with an arrayMarek Szyprowski1-18/+20
2017-04-05[media] s5p-mfc: Replace mem_dev_* entries with an arrayMarek Szyprowski1-14/+18
2016-10-21[media] s5p-mfc: don't break long linesMauro Carvalho Chehab1-5/+2
2015-12-23[media] s5p-mfc: use spinlock to protect MFC contextAndrzej Hajda1-19/+0
2015-12-23[media] s5p-mfc: remove unnecessary callbacksAndrzej Hajda1-38/+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-21/+0
2015-10-01[media] media: videobuf2: Restructure vb2_bufferJunghak Sung1-22/+24
2015-08-11[media] s5p-mfc: add additional check for incorrect memory configurationMarek Szyprowski1-5/+7
2015-06-05[media] media: s5p-mfc: fix sparse warningsMarek Szyprowski1-2/+2
2015-05-01[media] s5p-mfc: fix bad indentationMauro Carvalho Chehab1-1/+1
2015-04-02[media] media: s5p-mfc: fix broken pointer cast on 64bit archMarek Szyprowski1-3/+3
2014-10-28[media] s5p-mfc: fix a race in interrupt flags handlingPawel Osciak1-11/+2
2014-09-26[media] s5p-mfc: Fix several printk warningsMauro Carvalho Chehab1-4/+4
2014-09-26[media] s5p_mfc_opr_v5: Fix lots of warnings on x86_64Mauro Carvalho Chehab1-8/+8
2014-09-26[media] s5p_mfc_opr_v5: fix smatch warningsMauro Carvalho Chehab1-2/+2
2014-09-26[media] s5p_mfc: unify variable naming styleZhaowei Yuan1-4/+4
2014-09-03[media] media: s5p_mfc: Release ctx->ctx if failed to allocate ctx->shmZhaowei Yuan1-0/+1
2014-08-26[media] s5p_mfc: get rid of several warningsMauro Carvalho Chehab1-2/+0
2013-10-17[media] media: Remove unnecessary semicolonsJoe Perches1-1/+1
2013-06-03[media] s5p-mfc: added missing end-of-lines in debug messagesAndrzej Hajda1-2/+2
2013-04-12[media] s5p-mfc: Add support for EOS command and EOS event in video decoderKamil Debski1-0/+9
2013-03-18[media] s5p-mfc: Staticize symbols in s5p_mfc_opr_v5.cSachin Kamat1-51/+52
2013-01-06[media] s5p-mfc: Change internal buffer allocation from vb2 ops to dma_alloc_...Kamil Debski1-128/+68
2013-01-06[media] s5p-mfc: Remove redundant 'break'Sachin Kamat1-1/+0
2012-10-05[media] s5p-mfc: Add MFC variant data to device contextArun Kumar K1-74/+139
2012-10-05[media] s5p-mfc: Update MFCv5 driver for callback based architectureArun Kumar K1-73/+346
2012-10-05[media] s5p-mfc: Prepare driver for callback based re-architectureArun Kumar K1-0/+1456