summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-05-13media: mediatek: vcodec: support stateless H.264 decoding for mt8192Yunfei Dong5-1/+638
2022-05-13media: mediatek: vcodec: Extract H264 common codeYunfei Dong4-383/+629
2022-05-13media: mediatek: vcodec: record capture queue format typeYunfei Dong2-0/+4
2022-05-13media: mediatek: vcodec: Fix v4l2-compliance failYunfei Dong1-1/+4
2022-05-13media: mediatek: vcodec: disable vp8 4K capabilityYunfei Dong1-1/+2
2022-05-13media: mediatek: vcodec: Add format to support MT21CYunfei Dong2-1/+7
2022-05-13media: mediatek: vcodec: Getting supported decoder format typesYunfei Dong1-34/+84
2022-05-13media: mediatek: vcodec: Refactor supported vdec formats and framesizesYunfei Dong4-17/+30
2022-05-13media: mediatek: vcodec: Refactor get and put capture buffer flowYunfei Dong4-27/+80
2022-05-13media: mediatek: vcodec: set each plane bytesused in buf prepareYunfei Dong3-24/+2
2022-05-13media: mediatek: vcodec: Read max resolution from dec_capabilityYunfei Dong2-20/+28
2022-05-13media: mediatek: vcodec: get capture queue buffer size from scpYunfei Dong3-0/+98
2022-05-13media: mediatek: vcodec: Using firmware type to separate different firmware a...Yunfei Dong8-24/+10
2022-05-13media: mediatek: vcodec: Add vdec enable/disable hardware helpersYunfei Dong5-83/+116
2022-05-13media: mediatek: vcodec: Fix v4l2 compliance decoder cmd test failYunfei Dong2-12/+4
2022-05-13media: cec-adap.c: drop activate_cnt, use state info insteadHans Verkuil1-93/+59
2022-05-13media: cec-adap.c: reconfigure if the PA changes during configurationHans Verkuil1-1/+19
2022-05-13media: cec-adap.c: fix is_configuring stateHans Verkuil1-3/+3
2022-05-13media: cec-adap.c: stop trying LAs on CEC_TX_STATUS_TIMEOUTHans Verkuil1-2/+3
2022-05-13media: cec-adap.c: don't unconfigure if already unconfiguredHans Verkuil1-2/+3
2022-05-13media: cec-pin.c: don't zero work_pin_num_events in adap_enableHans Verkuil1-4/+1
2022-05-13media: cec-pin.c: disabling the adapter cannot call kthread_stopHans Verkuil1-21/+33
2022-05-13media: imon: reorganize serializationTetsuo Handa1-52/+47
2022-05-13media: imon: drop references only after device is no longer usedOliver Neukum1-2/+2
2022-05-13media: imon: fix timer racing disconnectOliver Neukum1-1/+1
2022-05-13media: imon: avoid needless atomic allocations in resumeOliver Neukum1-2/+2
2022-05-13media: s5k6a3: add missing clk_disable_unprepareHans Verkuil1-1/+3
2022-05-13media: ccs-core.c: fix failure to call clk_disable_unprepareHans Verkuil1-2/+5
2022-05-13media: cx25821: request_irq -> devm_request_irqHans Verkuil1-2/+2
2022-05-13media: videobuf2-dma-sg.c: kvmalloc_array -> kvcallocHans Verkuil1-2/+1
2022-05-13media: v4l2-ctls-core.c: kvmalloc_array -> kvcallocHans Verkuil1-3/+2
2022-05-13media: v4l2-subdev.c: kvmalloc_array -> kvcallocHans Verkuil1-3/+2
2022-05-13media: hantro: HEVC: unconditionnaly set pps_{cb/cr}_qp_offset valuesBenjamin Gaignard1-7/+2
2022-05-13media: hantro: HEVC: Fix reference frames managementBenjamin Gaignard3-28/+5
2022-05-13media: hantro: HEVC: Fix tile info buffer value computationBenjamin Gaignard1-1/+1
2022-05-13media: hantro: HEVC: Fix output frame chroma offsetBenjamin Gaignard3-22/+16
2022-05-13media: hantro: Use post processor scaling capacitiesBenjamin Gaignard5-12/+72
2022-05-13media: amphion: G/S_PARM only for encoder's output queueMing Qian1-0/+6
2022-05-13media: amphion: wake up when error occursMing Qian1-4/+4
2022-05-13media: atmel: microchip-csi2dc: add link validation supportEugen Hristev1-0/+5
2022-05-13media: atmel: atmel-sama7g5-isc: remove stray lineEugen Hristev1-1/+0
2022-05-13media: atmel: atmel-isc: compact the controller formats listEugen Hristev2-74/+37
2022-05-13media: atmel: atmel-isc-base: use mutex to lock awb workq from streamingEugen Hristev2-4/+28
2022-05-13media: atmel: atmel-sama5d2-isc: fix wrong mask in YUYV format checkEugen Hristev1-1/+1
2022-05-13media: atmel: atmel-isc: remove redundant commentsEugen Hristev1-3/+3
2022-05-13media: atmel: atmel-isc-base: replace is_streaming call in s_fmt_vid_capEugen Hristev1-1/+1
2022-05-13media: atmel: atmel-isc-base: use streaming status when queueing buffersEugen Hristev1-1/+1
2022-05-13media: vsp1: Fix offset calculation for plane croppingMichael Rodin1-3/+3
2022-05-13media: vsp1: Use vb2_queue_is_busy()Laurent Pinchart1-1/+1
2022-05-13media: vsp1: Don't open-code vb2_fop_release()Laurent Pinchart1-11/+1