summaryrefslogtreecommitdiff
path: root/drivers/staging/media/imx/imx-media-utils.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-04media: v4l2-subdev: Rename .init_cfg() operation to .init_state()Laurent Pinchart1-4/+4
2023-11-23media: v4l: subdev: Switch to stream-aware state functionsSakari Ailus1-1/+1
2023-05-25media: imx: utils: Enclose IMX_BUS_FMTS macro in parenthesisAngel Alberto Carretero1-1/+1
2023-04-12media: Prefer designated initializers over memset for subdev pad opsLaurent Pinchart1-4/+4
2023-04-11staging: media: imx: Drop unused helper functionsLaurent Pinchart1-68/+0
2022-12-07media: imx: Use get_mbus_config instead of parsing upstream DT endpointsPhilipp Zabel1-33/+0
2022-09-24media: mc: convert pipeline funcs to take media_padTomi Valkeinen1-4/+4
2022-09-24media: mc: entity: Add media_entity_pipeline() to access the media pipelineLaurent Pinchart1-1/+1
2022-07-17media: mc-entity: Rename media_entity_remote_pad() to media_pad_remote_pad_fi...Laurent Pinchart1-1/+1
2021-11-19media: imx: Remove unused functionsDorota Czaplejewicz1-42/+0
2021-06-17media: v4l2-subdev: add subdev-wide state structTomi Valkeinen1-2/+2
2021-03-11media: imx: utils: Add ability to filter pixel formats by mbus codeLaurent Pinchart1-1/+22
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-16Merge 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