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