summaryrefslogtreecommitdiffstats
path: root/src/video_core/host1x (follow)
Commit message (Expand)AuthorAgeFilesLines
* scope_exit: Make constexprFearlessTobi2024-02-191-2/+2
* MemoryManager: Reduce the page table size based on last big page address.Fernando Sahmkow2024-02-011-1/+1
* Core: Clang format and other small issues.Fernando Sahmkow2024-01-192-7/+5
* SMMU: Simplify and remove old code.Fernando Sahmkow2024-01-191-1/+0
* SMMU: Add Android compatibilityFernando Sahmkow2024-01-193-1/+4
* GPU SMMU: Expand to 34 bitsFernando Sahmkow2024-01-197-17/+38
* SMMU: Initial adaptation to video_core.Fernando Sahmkow2024-01-191-2/+4
* SMMU: Implement backing CPU page protect/unprotectFernando Sahmkow2024-01-192-0/+14
* NVDRV: Implement sessions and initial implementation of SMMUFernando Sahmkow2024-01-192-16/+5
* Core: Initial implementation of device memory mappingFernando Sahmkow2024-01-192-0/+41
* Fix typos in video_coreViktor Szépe2024-01-071-1/+1
* codec: Update to use av frame flagslat9nq2023-12-061-1/+6
* video_core: refactor video frame and packet parsingLiam2023-11-1610-373/+702
* host1x/codecs: enable CUDA on LinuxValeri2023-10-141-10/+0
* Use initial_frame to check interlaced flagDanila Malyutin2023-08-271-1/+2
* settings,general: Rename non-confirming enumslat9nq2023-07-212-2/+2
* general: Use ScratchBuffer where possibleMorph2023-07-018-19/+28
* Remove memory allocations in some hot pathsKelebek12023-06-221-1/+3
* Add support for deinterlaced videos playbackDanila Malyutin2023-05-212-2/+99
* Fix missing pic_order_present_flag in h264 headerDanila Malyutin2023-05-121-2/+2
* Allow >1 cpu threads on video decoding, disable multi-frame decodingKelebek12023-02-141-0/+2
* video_core: Speed up video frame data copyFengChen2023-02-111-9/+5
* scratch_buffer: Explicitly defing resize and resize_destructive functionsameerj2022-12-201-3/+3
* video_core: Add usages of ScratchBufferameerj2022-12-201-3/+4
* host1x/syncpoint_manager: Eliminate unnecessary std::function constructionLioncash2022-11-291-4/+2
* host1x/syncpoint_manager: Pass DeregisterAction() handle as const-refLioncash2022-11-292-6/+6
* syncpoint_manager: ensure handle is removable before removingLiam2022-10-111-1/+11
* General: address feedbackFernando Sahmkow2022-10-063-19/+19
* general: Format licenses as per SPDX guidelinesMorph2022-10-066-19/+13
* General: Fix clang format.Fernando Sahmkow2022-10-063-6/+7
* DMA & InlineToMemory Engines Rework.bunnei2022-10-061-2/+3
* NVDRV: Further refactors and eliminate old code.Fernando Sahmkow2022-10-061-0/+4
* NVDRV: Refactor Host1xFernando Sahmkow2022-10-0619-67/+125
* VideoCore: Refactor syncing.Fernando Sahmkow2022-10-0621-0/+3310