summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c
Commit message (Expand)AuthorAgeFilesLines
* media: platform: rename s5p-mfc/ to samsung/s5p-mfc/Mauro Carvalho Chehab2022-03-181-1637/+0
* media: drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c : fix typo 'in deed im...Herman2021-07-121-1/+1
* media: don't do a 31 bit shift on a signed intMauro Carvalho Chehab2019-08-261-2/+2
* Merge tag 'media/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2019-07-091-2/+2
|\
| * media: coda/venus/s5p_mfc: fix control typoHans Verkuil2019-05-281-2/+2
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
|/
* media: platform: fix several typosMauro Carvalho Chehab2019-03-011-1/+1
* [media] s5p-mfc: fix spelling mistake: "destionation" -> "destination"Colin Ian King2017-06-131-1/+1
* [media] s5p-mfc: Rename BANK1/2 to BANK_L/R to better match documentationMarek Szyprowski2017-04-051-14/+14
* [media] s5p-mfc: Simplify alloc/release private buffer functionsMarek Szyprowski2017-04-051-18/+12
* [media] s5p-mfc: Replace bank1/bank2 entries with an arrayMarek Szyprowski2017-04-051-18/+20
* [media] s5p-mfc: Replace mem_dev_* entries with an arrayMarek Szyprowski2017-04-051-14/+18
* [media] s5p-mfc: don't break long linesMauro Carvalho Chehab2016-10-211-5/+2
* [media] s5p-mfc: use spinlock to protect MFC contextAndrzej Hajda2015-12-231-19/+0
* [media] s5p-mfc: remove unnecessary callbacksAndrzej Hajda2015-12-231-38/+0
* [media] s5p-mfc: make queue cleanup code commonAndrzej Hajda2015-12-231-16/+0
* [media] s5p-mfc: use one implementation of s5p_mfc_get_new_ctxAndrzej Hajda2015-12-231-21/+0
* [media] media: videobuf2: Restructure vb2_bufferJunghak Sung2015-10-011-22/+24
* [media] s5p-mfc: add additional check for incorrect memory configurationMarek Szyprowski2015-08-111-5/+7
* [media] media: s5p-mfc: fix sparse warningsMarek Szyprowski2015-06-051-2/+2
* [media] s5p-mfc: fix bad indentationMauro Carvalho Chehab2015-05-011-1/+1
* [media] media: s5p-mfc: fix broken pointer cast on 64bit archMarek Szyprowski2015-04-021-3/+3
* [media] s5p-mfc: fix a race in interrupt flags handlingPawel Osciak2014-10-281-11/+2
* [media] s5p-mfc: Fix several printk warningsMauro Carvalho Chehab2014-09-261-4/+4
* [media] s5p_mfc_opr_v5: Fix lots of warnings on x86_64Mauro Carvalho Chehab2014-09-261-8/+8
* [media] s5p_mfc_opr_v5: fix smatch warningsMauro Carvalho Chehab2014-09-261-2/+2
* [media] s5p_mfc: unify variable naming styleZhaowei Yuan2014-09-261-4/+4
* [media] media: s5p_mfc: Release ctx->ctx if failed to allocate ctx->shmZhaowei Yuan2014-09-031-0/+1
* [media] s5p_mfc: get rid of several warningsMauro Carvalho Chehab2014-08-261-2/+0
* [media] media: Remove unnecessary semicolonsJoe Perches2013-10-171-1/+1
* [media] s5p-mfc: added missing end-of-lines in debug messagesAndrzej Hajda2013-06-031-2/+2
* [media] s5p-mfc: Add support for EOS command and EOS event in video decoderKamil Debski2013-04-121-0/+9
* [media] s5p-mfc: Staticize symbols in s5p_mfc_opr_v5.cSachin Kamat2013-03-181-51/+52
* [media] s5p-mfc: Change internal buffer allocation from vb2 ops to dma_alloc_...Kamil Debski2013-01-061-128/+68
* [media] s5p-mfc: Remove redundant 'break'Sachin Kamat2013-01-061-1/+0
* [media] s5p-mfc: Add MFC variant data to device contextArun Kumar K2012-10-051-74/+139
* [media] s5p-mfc: Update MFCv5 driver for callback based architectureArun Kumar K2012-10-051-73/+346
* [media] s5p-mfc: Prepare driver for callback based re-architectureArun Kumar K2012-10-051-0/+1456