summaryrefslogtreecommitdiffstats
path: root/drivers/media
Commit message (Expand)AuthorAgeFilesLines
...
* | | media: imx: imx-mipi-csis: Drop powered flagJacopo Mondi2022-04-241-9/+4
* | | media: imx: imx-mipi-csis: Simplify mipi_csis_s_stream()Jacopo Mondi2022-04-241-25/+33
* | | media: imx: imx-mipi-csis: Simplify runtime PM implementationLaurent Pinchart2022-04-241-21/+17
* | | media: imx: imx-mipi-csis: Don't stop streaming at runtime suspend timeLaurent Pinchart2022-04-241-1/+0
* | | media: imx: imx-mipi-csis: Drop unneeded system PM implementationLaurent Pinchart2022-04-241-43/+5
* | | media: imx: imx-mipi-csis: Don't use .s_power()Laurent Pinchart2022-04-241-9/+2
* | | media: imx: imx-mipi-csis: Rename csi_state to mipi_csis_deviceLaurent Pinchart2022-04-241-276/+277
* | | media: amphion: fix decoder's interlaced fieldMing Qian2022-04-241-1/+1
* | | media: saa7134: simplify if-if to if-elseWan Jiabing2022-04-241-2/+1
* | | media: imx-jpeg: don't change byteused of queued bufferMing Qian2022-04-241-2/+0
* | | media: cx25821: Fix the warning when removing the moduleZheyu Ma2022-04-241-1/+1
* | | media: pci: cx23885: Fix the error handling in cx23885_initdev()Zheyu Ma2022-04-241-3/+3
* | | media: v4l2: fix uninitialized value tuner_status(CWE-457)Yan Lei2022-04-241-2/+2
* | | media: coda: Add more H264 levels for CODA960Nicolas Dufresne2022-04-241-3/+6
* | | media: coda: Fix reported H264 profileNicolas Dufresne2022-04-241-3/+3
* | | media: imx-jpeg: Correct the pixel format of rgbMing Qian2022-04-243-20/+20
* | | media: imx-jpeg: Add pm-sleep support for imx-jpegMing Qian2022-04-241-0/+24
* | | media: coda: jpeg: start streaming without valid headerPhilipp Zabel2022-04-241-3/+7
* | | media: coda: jpeg: improve header parse error messagePhilipp Zabel2022-04-242-9/+3
* | | media: coda: jpeg: set buffer error flag when header parsing failsPhilipp Zabel2022-04-241-1/+1
* | | media: coda: add JPEG downscale supportPhilipp Zabel2022-04-243-8/+39
* | | media: platform: samsung: remove redundant assignment to variable mColin Ian King2022-04-241-1/+0
* | | media: coda: consolidate job_finish calls on decoder prepare_run failurePhilipp Zabel2022-04-243-13/+4
* | | media: coda: assert bitstream mutex is locked in coda_fill_bitstreamPhilipp Zabel2022-04-241-0/+2
* | | media: coda: disable stateful encoder ioctls for jpeg encoderPhilipp Zabel2022-04-241-0/+5
* | | media: coda: disable encoder ioctls for decoder devicesPhilipp Zabel2022-04-241-3/+4
* | | media: coda: disable encoder cmd ioctl on decoder and vice versaPhilipp Zabel2022-04-241-26/+12
* | | media: venus: venc: Add support for intra-refresh typeDikshita Agarwal2022-04-243-1/+14
* | | media: v4l2-ctrls: Add intra-refresh type controlDikshita Agarwal2022-04-241-0/+9
* | | media: venus: vdec: Use output resolution on reconfigureStanimir Varbanov2022-04-241-2/+2
* | | media: venus: Add a handling of QC10C compressed formatStanimir Varbanov2022-04-242-25/+20
* | | media: venus: hfi_platform: Correct supported compressed formatStanimir Varbanov2022-04-242-4/+4
* | | media: venus: Add a handling of QC08C compressed formatStanimir Varbanov2022-04-242-3/+17
* | | media: venus: helpers: Add helper to check supported pixel formatsStanimir Varbanov2022-04-242-0/+24
* | | media: v4l: Add Qualcomm custom compressed pixel formatsStanimir Varbanov2022-04-241-0/+2
* | | media: venus: vdec: ensure venus is powered on during stream offVikash Garodia2022-04-241-0/+2
* | | media: venus: do not queue internal buffers from previous sequenceVikash Garodia2022-04-241-9/+25
* | | media: venus: hfi: avoid null dereference in deinitLuca Weiss2022-04-241-0/+3
* | | media: venus: hfi: Add error message for timeout errorLuca Weiss2022-04-241-1/+3
* | | media: video-mux: Use dev_err_probe()Philipp Zabel2022-04-241-3/+1
* | | media: i2c: dw9714: Return zero in remove callbackUwe Kleine-König2022-04-241-1/+0
* | | media: i2c: dw9714: Disable the regulator when the driver fails to probeZheyu Ma2022-04-241-0/+1
* | | media: i2c: ov5695: fix typos in commentsJulia Lawall2022-04-241-1/+1
* | | media: ov7640: Use ARRAY_SIZE instead of manual checkingMoses Christopher Bollavarapu2022-04-241-14/+19
* | | media: Revert "media: dw9768: activate runtime PM and turn off device"Sakari Ailus2022-04-241-6/+0
* | | media: subdev: add v4l2_subdev_get_fmt() helper functionTomi Valkeinen2022-04-241-0/+22
* | | media: subdev: add locking wrappers to subdev op wrappersTomi Valkeinen2022-04-241-7/+48
* | | media: subdev: add subdev state lockingTomi Valkeinen2022-04-243-19/+51
* | | media: subdev: pass also the active state to subdevs from ioctlsTomi Valkeinen2022-04-241-10/+54
* | | media: subdev: add active state to struct v4l2_subdevTomi Valkeinen2022-04-241-0/+21