summaryrefslogtreecommitdiffstats
path: root/drivers/staging/media/hantro/hantro_drv.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-31media: destage Hantro VPU driverEzequiel Garcia1-1146/+0
2022-07-27hantro: Remove incorrect HEVC SPS validationEzequiel Garcia1-6/+6
2022-07-17media: hantro: Use vb2_find_bufferEzequiel Garcia1-4/+2
2022-07-17media: hantro: Store VP9 bit depth in contextJernej Skrabec1-0/+23
2022-07-15media: hantro: Stop using Hantro dedicated controlBenjamin Gaignard1-36/+0
2022-07-15media: uapi: HEVC: Rename HEVC stateless controls with STATELESS prefixBenjamin Gaignard1-13/+13
2022-07-08media: hantro: Add support for RK356x encoderNicolas Frattaroli1-0/+1
2022-06-20media: hantro: Be more accurate on pixel formats step_width constraintsBenjamin Gaignard1-6/+6
2022-04-24media: hantro: Implement support for encoder commandsChen-Yu Tsai1-2/+15
2022-04-24media: hantro: Add support for Hantro G1 on RK356xPiotr Oniszczuk1-0/+1
2022-03-07media: hantro: Add support for i.MX8MM Hantro-G1Adam Ford1-0/+1
2022-03-07media: hantro: Allow i.MX8MQ G1 and G2 to run independentlyAdam Ford1-0/+10
2022-01-28media: hantro: output encoded JPEG content directly to capture buffersChen-Yu Tsai1-13/+7
2022-01-28media: hantro: Implement V4L2_CID_JPEG_ACTIVE_MARKER controlChen-Yu Tsai1-0/+21
2021-12-16media: hantro: Add support for Allwinner H6Jernej Skrabec1-0/+3
2021-12-16media: hantro: move postproc enablement for old coresJernej Skrabec1-1/+8
2021-12-16media: hantro: add support for reset linesJernej Skrabec1-1/+14
2021-12-16media: hantro: Fix probe func error pathJernej Skrabec1-1/+2
2021-11-22media: hantro: Support VP9 on the G2 coreAndrzej Pietrasiewicz1-1/+17
2021-11-22media: hantro: Prepare for other G2 codecsAndrzej Pietrasiewicz1-0/+5
2021-10-05media: hantro: Constify static struct v4l2_m2m_opsRikard Falkeborn1-1/+1
2021-09-30media: hantro: Fix check for single irqJernej Skrabec1-1/+1
2021-09-30media: hantro: Fix media device bus_info stringMartin Kepplinger1-1/+1
2021-09-30media: hantro: Add scaling lists featureBenjamin Gaignard1-3/+5
2021-07-22media: hantro: Add support for the Rockchip PX30Paul Kocialkowski1-0/+1
2021-07-22media: hantro: Make struct hantro_variant.init() optionalEzequiel Garcia1-4/+6
2021-06-17media: hantro: add support for Rockchip RK3036Alex Bee1-0/+1
2021-06-17media: hantro: add support for Rockchip RK3066Alex Bee1-0/+1
2021-06-17media: hantro: reorder variantsAlex Bee1-2/+2
2021-06-08media: hantro: IMX8M: add variant for G2/HEVC codecBenjamin Gaignard1-0/+1
2021-06-08media: hantro: Introduce G2/HEVC decoderBenjamin Gaignard1-0/+36
2021-06-08media: hantro: Define HEVC codec profiles and supported featuresBenjamin Gaignard1-0/+58
2021-06-08media: hantro: change hantro_codec_ops run prototype to return errorsBenjamin Gaignard1-1/+3
2021-06-02media: hantro: test the correct variable in probe()Dan Carpenter1-2/+2
2021-05-23media: uapi: move MPEG-2 stateless controls out of stagingEzequiel Garcia1-3/+3
2021-05-23media: uapi: mpeg2: Remove V4L2_CID_MPEG_VIDEO_MPEG2_SLICE_PARAMSEzequiel Garcia1-5/+0
2021-05-23media: uapi: mpeg2: Split sequence and picture parametersEzequiel Garcia1-0/+10
2021-05-23media: uapi: mpeg2: Rename "quantization" to "quantisation"Ezequiel Garcia1-1/+1
2021-05-20media: hantro: use pm_runtime_resume_and_get()Mauro Carvalho Chehab1-4/+2
2021-05-19media: hantro: add initial SAMA5D4 supportEmil Velikov1-0/+3
2021-05-19media: hantro: add fallback handling for single irq/clkEmil Velikov1-8/+29
2021-05-10media: hantro: do a PM resume earlierMauro Carvalho Chehab1-11/+22
2021-03-22media: uapi: move VP8 stateless controls out of stagingEzequiel Garcia1-1/+1
2021-03-22media: uapi: vp8: Remove "header" from symbol names and macrosEzequiel Garcia1-1/+1
2020-12-03media: uapi: move H264 stateless controls out of stagingEzequiel Garcia1-13/+13
2020-09-01media: hantro: Don't require unneeded H264_SLICE_PARAMSEzequiel Garcia1-5/+0
2020-07-19hantro: h264: Refuse to decode unsupported bitstreamEzequiel Garcia1-3/+26
2020-07-19hantro: Make sure we don't use post-processor on an encoderEzequiel Garcia1-4/+6
2020-07-19hantro: Remove unused bytesused argumentEzequiel Garcia1-5/+4
2020-07-19hantro: Move hantro_enc_buf_finish to JPEG codec_ops.doneEzequiel Garcia1-33/+4