summaryrefslogtreecommitdiffstats
path: root/drivers/media
Commit message (Expand)AuthorAgeFilesLines
...
* | | media: mediatek: vcodec: support stateless VP9 decodingYunfei Dong2022-05-137-3/+2061
* | | media: mediatek: vcodec: support stateless VP8 decodingYunfei Dong2022-05-136-2/+466
* | | media: mediatek: vcodec: support stateless H.264 decoding for mt8192Yunfei Dong2022-05-135-1/+638
* | | media: mediatek: vcodec: Extract H264 common codeYunfei Dong2022-05-134-383/+629
* | | media: mediatek: vcodec: record capture queue format typeYunfei Dong2022-05-132-0/+4
* | | media: mediatek: vcodec: Fix v4l2-compliance failYunfei Dong2022-05-131-1/+4
* | | media: mediatek: vcodec: disable vp8 4K capabilityYunfei Dong2022-05-131-1/+2
* | | media: mediatek: vcodec: Add format to support MT21CYunfei Dong2022-05-132-1/+7
* | | media: mediatek: vcodec: Getting supported decoder format typesYunfei Dong2022-05-131-34/+84
* | | media: mediatek: vcodec: Refactor supported vdec formats and framesizesYunfei Dong2022-05-134-17/+30
* | | media: mediatek: vcodec: Refactor get and put capture buffer flowYunfei Dong2022-05-134-27/+80
* | | media: mediatek: vcodec: set each plane bytesused in buf prepareYunfei Dong2022-05-133-24/+2
* | | media: mediatek: vcodec: Read max resolution from dec_capabilityYunfei Dong2022-05-132-20/+28
* | | media: mediatek: vcodec: get capture queue buffer size from scpYunfei Dong2022-05-133-0/+98
* | | media: mediatek: vcodec: Using firmware type to separate different firmware a...Yunfei Dong2022-05-138-24/+10
* | | media: mediatek: vcodec: Add vdec enable/disable hardware helpersYunfei Dong2022-05-135-83/+116
* | | media: mediatek: vcodec: Fix v4l2 compliance decoder cmd test failYunfei Dong2022-05-132-12/+4
* | | media: cec-adap.c: drop activate_cnt, use state info insteadHans Verkuil2022-05-131-93/+59
* | | media: cec-adap.c: reconfigure if the PA changes during configurationHans Verkuil2022-05-131-1/+19
* | | media: cec-adap.c: fix is_configuring stateHans Verkuil2022-05-131-3/+3
* | | media: cec-adap.c: stop trying LAs on CEC_TX_STATUS_TIMEOUTHans Verkuil2022-05-131-2/+3
* | | media: cec-adap.c: don't unconfigure if already unconfiguredHans Verkuil2022-05-131-2/+3
* | | media: cec-pin.c: don't zero work_pin_num_events in adap_enableHans Verkuil2022-05-131-4/+1
* | | media: cec-pin.c: disabling the adapter cannot call kthread_stopHans Verkuil2022-05-131-21/+33
* | | media: imon: reorganize serializationTetsuo Handa2022-05-131-52/+47
* | | media: imon: drop references only after device is no longer usedOliver Neukum2022-05-131-2/+2
* | | media: imon: fix timer racing disconnectOliver Neukum2022-05-131-1/+1
* | | media: imon: avoid needless atomic allocations in resumeOliver Neukum2022-05-131-2/+2
* | | media: s5k6a3: add missing clk_disable_unprepareHans Verkuil2022-05-131-1/+3
* | | media: ccs-core.c: fix failure to call clk_disable_unprepareHans Verkuil2022-05-131-2/+5
* | | media: cx25821: request_irq -> devm_request_irqHans Verkuil2022-05-131-2/+2
* | | media: videobuf2-dma-sg.c: kvmalloc_array -> kvcallocHans Verkuil2022-05-131-2/+1
* | | media: v4l2-ctls-core.c: kvmalloc_array -> kvcallocHans Verkuil2022-05-131-3/+2
* | | media: v4l2-subdev.c: kvmalloc_array -> kvcallocHans Verkuil2022-05-131-3/+2
* | | media: amphion: G/S_PARM only for encoder's output queueMing Qian2022-05-131-0/+6
* | | media: amphion: wake up when error occursMing Qian2022-05-131-4/+4
* | | media: atmel: microchip-csi2dc: add link validation supportEugen Hristev2022-05-131-0/+5
* | | media: atmel: atmel-sama7g5-isc: remove stray lineEugen Hristev2022-05-131-1/+0
* | | media: atmel: atmel-isc: compact the controller formats listEugen Hristev2022-05-132-74/+37
* | | media: atmel: atmel-isc-base: use mutex to lock awb workq from streamingEugen Hristev2022-05-132-4/+28
* | | media: atmel: atmel-sama5d2-isc: fix wrong mask in YUYV format checkEugen Hristev2022-05-131-1/+1
* | | media: atmel: atmel-isc: remove redundant commentsEugen Hristev2022-05-131-3/+3
* | | media: atmel: atmel-isc-base: replace is_streaming call in s_fmt_vid_capEugen Hristev2022-05-131-1/+1
* | | media: atmel: atmel-isc-base: use streaming status when queueing buffersEugen Hristev2022-05-131-1/+1
* | | media: vsp1: Fix offset calculation for plane croppingMichael Rodin2022-05-131-3/+3
* | | media: vsp1: Use vb2_queue_is_busy()Laurent Pinchart2022-05-131-1/+1
* | | media: vsp1: Don't open-code vb2_fop_release()Laurent Pinchart2022-05-131-11/+1
* | | media: videobuf2-v4l2: Expose vb2_queue_is_busy() to driversLaurent Pinchart2022-05-131-16/+10
* | | media: rockchip: rkisp1: Use mipi-csi2.hLaurent Pinchart2022-05-132-27/+18
* | | media: cadence: cdns-csi2tx: Use mipi-csi2.hLaurent Pinchart2022-05-131-2/+3