summaryrefslogtreecommitdiffstats
path: root/drivers/staging/media/imx/imx-media-utils.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-18media: imx: csi: Lookup upstream endpoint with imx_media_get_pad_fwnodeSteve Longerbeam1-0/+33
2020-05-05media: imx: utils: Default colorspace to SRGBSteve Longerbeam1-2/+1
2020-04-21media: imx: utils: Constify some mbus and ipu_image argumentsLaurent Pinchart1-3/+3
2020-04-21media: imx: utils: Rename format lookup and enumeration functionsLaurent Pinchart1-11/+14
2020-04-21media: imx: utils: Split find|enum_format into fourcc and mbus functionsSteve Longerbeam1-60/+97
2020-04-21media: imx: utils: Make imx_media_pixfmt handle variable number of codesLaurent Pinchart1-36/+38
2020-04-21media: imx: utils: Introduce PIXFMT_SEL_IPUSteve Longerbeam1-91/+25
2020-04-21media: imx: utils: Rename pixel format selection enumerationSteve Longerbeam1-41/+46
2020-04-21media: imx: Fix some pixel format selectionsSteve Longerbeam1-1/+1
2020-04-21media: imx: utils: Handle Bayer format lookup through a selection flagLaurent Pinchart1-37/+37
2020-04-21media: imx: utils: Inline init_mbus_colorimetry() in its callerLaurent Pinchart1-14/+10
2020-04-21media: imx: utils: fix media bus format enumerationPhilipp Zabel1-6/+16
2020-04-21media: imx: utils: fix and simplify pixel format enumerationPhilipp Zabel1-134/+59
2020-03-12media: imx: imx6-media-csi: Support clamping Y10 and Y12 to Y8Laurent Pinchart1-1/+5
2020-03-12media: imx: imx6-media-csi: Replace Y16 with Y10 and Y12Laurent Pinchart1-5/+8
2019-10-01media: imx: enable V4L2_PIX_FMT_XBGR32, _BGRX32, and _RGBX32Philipp Zabel1-1/+9
2019-07-23media: staging/imx: Fix NULL deref in find_pipeline_entity()Steve Longerbeam1-1/+1
2019-07-15Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-37/+36
2019-06-14media: imx: Try colorimetry at both sink and source padsSteve Longerbeam1-37/+36
2019-05-28media: staging/imx: Improve pipeline searchingSteve Longerbeam1-57/+71
2019-05-28media: Revert "media: imx: Set capture compose rectangle in capture_device_se...Steve Longerbeam1-15/+5
2019-05-28media: staging/imx: Move add_video_device into capture_device_registerSteve Longerbeam1-5/+4
2019-05-28media: staging/imx: Pass device to alloc/free_dma_bufSteve Longerbeam1-7/+6
2019-04-03staging: media: imx: add proper SPDX identifiers on files that did not have t...Greg Kroah-Hartman1-5/+1
2019-02-18media: staging/imx: rearrange group id to take in account IPURui Miguel Silva1-6/+6
2019-02-18media: imx: Set capture compose rectangle in capture_device_set_formatSteve Longerbeam1-5/+15
2019-01-21media: imx: lift CSI and PRP ENC/VF width alignment restrictionPhilipp Zabel1-3/+12
2018-10-04media: imx: use well defined 32-bit RGB pixel formatPhilipp Zabel1-2/+2
2018-07-04media: imx: add support for RGB565_2X8 on parallel busJan Luebbe1-0/+1
2018-05-09media: imx: add 16-bit grayscale supportPhilipp Zabel1-0/+9
2018-03-22media: imx-media-utils: fix a warningMauro Carvalho Chehab1-38/+43
2018-03-21media: imx: add 8-bit grayscale supportPhilipp Zabel1-1/+7
2018-02-26media: staging/imx: Implement init_cfg subdev pad opSteve Longerbeam1-0/+29
2017-12-15media: staging/imx: convert static vdev lists to list_headSteve Longerbeam1-14/+2
2017-12-15media: staging/imx: remove static subdev arraysSteve Longerbeam1-23/+20
2017-12-15media: staging/imx: get CSI bus type from nearest upstream entitySteve Longerbeam1-31/+32
2017-06-20[media] media: imx: set and propagate default field, colorimetrySteve Longerbeam1-0/+62
2017-06-20[media] media: Add i.MX media core driverSteve Longerbeam1-0/+834