summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/amphion
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-7/+7
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-10/+9
2026-01-13media: amphion: Drop min_queued_buffers assignmentMing Qian-2/+0
2026-01-13media: amphion: Use kmalloc instead of vmallocMing Qian-35/+27
2026-01-13media: amphion: Trigger source change if colorspace changedMing Qian-22/+40
2026-01-13media: amphion: Clear last_buffer_dequeued flag for DEC_CMD_STARTMing Qian-0/+1
2025-11-06media: Use of_reserved_mem_region_to_resource() for "memory-region"Rob Herring (Arm)-30/+10
2025-11-03media: amphion: Remove dummy PM handlingGeert Uytterhoeven-26/+0
2025-10-20media: amphion: Cancel message work before releasing the VPU coreMing Qian-3/+3
2025-10-20media: amphion: Remove vpu_vb_is_codecconfigMing Qian-40/+3
2025-10-17media: v4l2-mem2mem: Don't copy frame flags in v4l2_m2m_buf_copy_metadata()Laurent Pinchart-2/+2
2025-10-17media: amphion: Drop unneeded v4l2_m2m_get_vq() NULL checkLaurent Pinchart-4/+0
2025-08-13media: Reset file->private_data to NULL in v4l2_fh_del()Laurent Pinchart-2/+2
2025-08-13media: Set file->private_data in v4l2_fh_add()Laurent Pinchart-2/+1
2025-08-13media: amphion: Delete v4l2_fh synchronously in .release()Laurent Pinchart-2/+5
2025-08-13media: amphion: Make some vpu_v4l2 functions staticLaurent Pinchart-11/+9
2025-08-13media: Replace file->private_data access with file_to_v4l2_fh()Laurent Pinchart-1/+1
2025-07-12media: amphion: Support dmabuf and v4l2 buffer without bindingMing Qian-48/+220
2025-06-20media: amphion: Add H264 and HEVC profile and level controlMing Qian-1/+205
2025-06-17media: amphion: Remove unused functionsDr. David Alan Gilbert-83/+0
2025-04-24media: amphion: Slightly simplify vpu_core_register()Christophe JAILLET-4/+4
2025-04-08media: amphion: Fix spelling mistake "dismatch" -> "mismatch"Colin Ian King-1/+1
2025-04-08media: amphion: Add a frame flush mode for decoderMing Qian-1/+13
2025-04-08media: amphion: Reduce decoding latency for HEVC decoderMing Qian-3/+22
2024-11-07media: amphion: Fix pm_runtime_set_suspended() with runtime pm enabledJinjie Ruan-1/+1
2024-10-28media: platform: drop vb2_ops_wait_prepare/finishHans Verkuil-2/+0
2024-10-12media: Switch back to struct platform_driver::remove()Uwe Kleine-König-2/+2
2024-10-12media: amphion: Set video drvdata before register video deviceMing Qian-1/+1
2024-10-12media: amphion: Guard memory allocation to catch failuresMing Qian-0/+12
2024-06-10media: amphion: Report the average QP of current encoded frameMing Qian-0/+25
2024-06-10media: amphion: Remove lock in s_ctrl callbackMing Qian-4/+0
2024-05-31media: amphion: remove unused struct 'vpu_malone_frame_buffer'Dr. David Alan Gilbert-5/+0
2024-02-16media: amphion: Abort vpu parsing directly in seekMing Qian-1/+3
2023-12-13media: videobuf2: core: Rename min_buffers_needed field in vb2_queueBenjamin Gaignard-2/+2
2023-12-13media: amphion: remove mutext lock in condition of wait_eventMing Qian-20/+12
2023-11-23media: amphion: Fix VPU core alias nameAlexander Stein-1/+1
2023-11-23media: amphion: Stop direct calls to queue num_buffers fieldBenjamin Gaignard-6/+6
2023-11-23media: amphion: Use vb2_get_buffer() instead of directly access to buffers arrayBenjamin Gaignard-4/+18
2023-10-07media: amphion: handle firmware debug messageMing Qian-5/+29
2023-07-25media: amphion: ensure the bitops don't cross boundariesMing Qian-0/+2
2023-07-25media: amphion: fix UNUSED_VALUE issue reported by coverityMing Qian-1/+1
2023-07-25media: amphion: fix UNINIT issues reported by coverityMing Qian-6/+6
2023-07-25media: amphion: fix REVERSE_INULL issues reported by coverityMing Qian-2/+4
2023-07-25media: amphion: fix CHECKED_RETURN issues reported by coverityMing Qian-4/+15
2023-07-25media: amphion: decoder support display delay for all formatsMing Qian-3/+22
2023-07-25media: amphion: add helper function to get id nameMing Qian-13/+79
2023-07-25media: amphion: reinit vpu if reqbufs output 0Ming Qian-3/+6
2023-07-19media: Explicitly include correct DT includesRob Herring-13/+3
2023-07-14media: amphion: Fix firmware path to match linux-firmwareNicolas Dufresne-2/+2
2023-07-14media: amphion: use dev_err_probeAlexander Stein-5/+4