aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/nvdrv/devices/nvhost_gpu.cpp
AgeCommit message (Expand)Author
2024-02-26video_core: make gpu context aware of rendering programLiam
2024-01-18nvdrv: use static typing for SessionId, smmu Asid typesLiam
2024-01-18NVDRV: Implement sessions and initial implementation of SMMUFernando Sahmkow
2023-10-25nvdrv: rework to remove memcpyLiam
2023-10-25nvdrv: fix up remaining copy callsLiam
2023-10-25nvdrv: convert nvhost_gpuLiam
2023-10-25nvdrv: add ioctl command serialization, convert nvhost_as_gpuLiam
2023-06-22Remove memory allocations in some hot pathsKelebek1
2023-03-23memory: rename global memory references to application memoryLiam
2023-02-03Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"ameerj
2023-02-02Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ...liamwhite
2022-12-28nvdrv: Use std::span for inputsameerj
2022-11-13Add break for default casesKyle Kienapfel
2022-10-06General: address feedbackFernando Sahmkow
2022-10-06Address Feedback from bylaws.Fernando Sahmkow
2022-10-06NvDec: Fix regressions.Fernando Sahmkow
2022-10-06NVDRV: Further improvements.Fernando Sahmkow
2022-10-06NVDRV: Further refactors and eliminate old code.Fernando Sahmkow
2022-10-06VideoCore: Refactor syncing.Fernando Sahmkow
2022-10-06VideoCore: implement channels on gpu caches.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: Implement QueryEvent.Fernando Sahmkow
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2022-03-24hle: nvdrv: Rename Fence to NvFence to avoid naming conflicts.bunnei
2021-11-03core: Remove unused includesameerj
2021-10-03gpu: Migrate implementation to the cpp fileameerj
2021-05-04service: Resolve cases of member field shadowingLioncash
2021-03-25nvdrv: Pass device fd and handle device create methods for device opening and...Chloe Marcec
2020-12-28hle: service: nvdrv: Revert #4981 to remove usage of SleepClientThread.bunnei
2020-11-24nvservices: Reintroducee IoctlCtrlChloe Marcec
2020-11-10core: Make nvservices more standardizedChloe Marcec
2020-11-07video_core: dma_pusher: Remove integrity check on command lists.bunnei
2020-11-01fixup! hle service: nvdrv: nvhost_gpu: Update to use SyncpointManager and ot...bunnei
2020-11-01 hle service: nvdrv: nvhost_gpu: Update to use SyncpointManager and other imp...bunnei
2020-10-20Revert "core: Fix clang build"bunnei
2020-10-17core: Fix clang buildLioncash
2020-02-16nvhost_gpu: implement ChannelSetTimeslicenamkazy
2019-11-26core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory classLioncash
2019-10-04service/nvdrv: Silence -WswitchReinUsesLisp
2019-09-22Merge pull request #2873 from ogniK5377/new-ioctlsFernando Sahmkow
2019-09-21Mark KickOffPb & SubmitGPFIFO as traceDavid Marcec
2019-09-19Initial implementation of Ioctl2 & Ioctl3David Marcec
2019-07-05NVFlinger: Correct GCC compile errorFernando Sahmkow
2019-07-05NVServices: Correct CtrlEventWaitSync to block the ipc until timeout.Fernando Sahmkow
2019-07-05nv_services: Deglobalize NvServicesFernando Sahmkow
2019-07-05nv_services: Create GPU channels correctlyFernando Sahmkow
2019-07-05video_core: Implement GPU side SyncpointsFernando Sahmkow
2019-07-05nv_services: Correct buffer queue fencing and GPFifo fencingFernando Sahmkow