aboutsummaryrefslogtreecommitdiff
path: root/drivers/media
AgeCommit message (Expand)AuthorFilesLines
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
2022-04-24media: v4l2-subdev: drop extra #ifdefTomi Valkeinen1-2/+1
2022-04-24media: i2c: ov5645: Fix media bus formatJacopo Mondi1-3/+3
2022-04-24media: mc: delete redundant code in __media_device_unregister_entityHangyu Hua1-2/+0
2022-04-24media: v4l2-async: Use endpoints in __v4l2_async_nf_add_fwnode_remote()Laurent Pinchart1-1/+1
2022-04-24media: i2c: max9286: fix kernel oops when removing moduleLaurentiu Palcu1-12/+7
2022-04-24media: v4l: ioctl: Set bus_info in v4l_querycap()Sakari Ailus40-95/+4
2022-04-24media: mc: Set bus_info in media_device_init()Sakari Ailus8-14/+4
2022-04-24media: mc: Remove redundant documentationSakari Ailus1-15/+0
2022-04-24media: ccs: Use unsigned int as index to an arraySakari Ailus1-2/+2
2022-04-24media: ccs: Use %u for printing unsigned values, remove extra debug printSakari Ailus1-17/+15
2022-04-24media: v4l2-async: Create links during v4l2_async_match_notify()Daniel Scally1-0/+31
2022-04-24media: entity: Add support for ancillary linksDaniel Scally1-0/+22
2022-04-24media: entity: Add link_type_name() helperDaniel Scally1-3/+15
2022-04-24media: entity: Skip non-data links in graph iterationDaniel Scally1-0/+6
2022-04-24media: entity: skip non-data link when removing reverse linksYunke Cao1-15/+19