aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/nvdrv
AgeCommit message (Expand)Author
2022-10-06NVMAP: Fix the Free return parameters.Fernando Sahmkow
2022-10-06NVDRV: Fix Open/Close and make sure each device is correctly created.Fernando Sahmkow
2022-10-06NVDRV: Implement new NvMapFernando Sahmkow
2022-10-06NVDRV: Refactor and add new NvMap.Fernando Sahmkow
2022-10-06NVDRV: Cleanup.Fernando Sahmkow
2022-10-06NVDRV: Implement QueryEvent.Fernando Sahmkow
2022-10-06NvHost: Remake Ctrl Implementation.Fernando Sahmkow
2022-10-06NvHost: Try a different approach to blocking.Fernando Sahmkow
2022-10-06NvHost: Fix some regressions and correct signaling on timeout.Fernando Sahmkow
2022-09-10Merge pull request #8842 from Kelebek1/AudOutbunnei
2022-09-04Don't stall with nvdecKelebek1
2022-09-01Demote services from warning/info to debug to reduce log spam:Kelebek1
2022-06-14kernel: implement KProcess suspensionLiam
2022-06-13common: Change semantics of UNREACHABLE to unconditionally crashLiam
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2022-04-06Merge pull request #8122 from bunnei/improve-thread-usagebunnei
2022-04-02fix: typosAndrea Pappacoda
2022-04-02hle: service: nvdrv: Create a service thread where appropriate.Morph
2022-03-29nvhost_ctrl: Only mark EventState::Busy as BadParameterameerj
2022-03-24hle: nvdrv: nvdata: Cleanup NvFence static assert.bunnei
2022-03-24hle: nvflinger: Move BufferTransformFlags to its own header.bunnei
2022-03-24hle: nvdrv: Rename Fence to NvFence to avoid naming conflicts.bunnei
2022-03-24hle: nvflinger: Move PixelFormat to its own header.bunnei
2022-03-19common: Reduce unused includesameerj
2021-12-07Merge pull request #7488 from vonchenplus/support_multiple_videos_playingbunnei
2021-12-05general: Add missing copyright noticesameerj
2021-12-05Address feedbackFeng Chen
2021-12-02Support multiple videos playingFeng Chen
2021-11-03core: Remove unused includesameerj
2021-10-24Fixup channel submit IOCTL syncpoint parametersBilly Laws
2021-10-16NvHost/Core: Address Feedback.Fernando Sahmkow
2021-10-16Suspend temporallyFernandoS27
2021-10-16NVHost_Ctrl: Force wait if the gpu falls behind too long.FernandoS27
2021-10-03nvhost_ctrl: Refactor usage of gpu.LockSync()ameerj
2021-10-03gpu: Migrate implementation to the cpp fileameerj
2021-09-29style: Remove extra space preceding the :: operatorMorph
2021-09-06nvflinger: Use external surface format for framebuffer creationameerj
2021-08-06nvhost_nvdec_common: Remove BufferMapameerj
2021-08-06nvhost_nvdec_common: Stub UnmapBuffer Ioctlameerj
2021-07-26Merge pull request #6696 from ameerj/speed-limit-renamebunnei
2021-07-23general: Rename "Frame Limit" references to "Speed Limit"ameerj
2021-07-20hle: service: nvdrv: Remove unused kernel reference.bunnei
2021-07-20hle: service: Add a helper module for managing kernel objects.bunnei
2021-07-15Merge pull request #6525 from ameerj/nvdec-fixesFernando S
2021-07-14nvhost_nvdec_common: Read Submit ioctl data from object addrameerj
2021-07-14nvhost_nvdec_common: Fix {Slice/Write}Vectors returnameerj
2021-07-14service: Append service name prefix to common filenamesMorph
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph
2021-05-18Merge pull request #6317 from ameerj/fps-fixbunnei
2021-05-16core: Make variable shadowing a compile-time errorLioncash