summaryrefslogtreecommitdiff
path: root/drivers/media/platform/samsung/s5p-mfc/regs-mfc-v8.h
AgeCommit message (Collapse)AuthorFilesLines
2023-12-13media: s5p-mfc: Add YV12 and I420 multiplanar format supportAakarsh Jain1-0/+3
YV12 and I420 format (3-plane) support is added. Stride information is added to all formats and planes since it is necessary for YV12/I420 which are different from width. Cc: linux-fsd@tesla.com Signed-off-by: Smitha T Murthy <smithatmurthy@gmail.com> Signed-off-by: Aakarsh Jain <aakarsh.jain@samsung.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
2022-03-18media: platform: rename s5p-mfc/ to samsung/s5p-mfc/Mauro Carvalho Chehab1-0/+123
As the end goal is to have platform drivers split by vendor, rename s5p-mfc/ to samsung/s5p-mfc/. Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>