summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvdrv/devices/nvhost_ctrl_gpu.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* nvdrv: use static typing for SessionId, smmu Asid typesLiam2024-01-191-1/+1
* NVDRV: Implement sessions and initial implementation of SMMUFernando Sahmkow2024-01-191-1/+1
* Fix typos in src/core (#12625)Viktor Szépe2024-01-081-1/+1
* nvdrv: rework to remove memcpyLiam2023-10-251-19/+22
* nvdrv: convert nvhost_ctrl_gpuLiam2023-10-251-82/+30
* Remove memory allocations in some hot pathsKelebek12023-06-221-16/+16
* Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"ameerj2023-02-031-16/+15
* Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer"liamwhite2023-02-021-15/+16
* nvdrv: Use std::span for inputsameerj2022-12-291-16/+15
* Add break for default casesKyle Kienapfel2022-11-141-3/+2
* NVDRV: Fix Open/Close and make sure each device is correctly created.Fernando Sahmkow2022-10-061-3/+6
* NVDRV: Implement QueryEvent.Fernando Sahmkow2022-10-061-1/+19
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* core: Remove unused includesameerj2021-11-041-1/+0
* service: Resolve cases of member field shadowingLioncash2021-05-041-1/+1
* nvhost_ctrl_gpu: Avoid sending null pointer to memcpylat9nq2021-04-051-1/+7
* nvdrv: Pass device fd and handle device create methods for device opening and closingChloe Marcec2021-03-251-3/+6
* hle: service: nvdrv: Revert #4981 to remove usage of SleepClientThread.bunnei2020-12-291-5/+3
* nvservices: Reintroducee IoctlCtrlChloe Marcec2020-11-241-4/+6
* core: Make nvservices more standardizedChloe Marcec2020-11-101-59/+133
* General: Recover Prometheus project from harddrive failure Fernando Sahmkow2020-06-271-2/+1
* nvdrv: Fix GetTPCMasks for ioctl3David Marcec2020-06-101-10/+15
* service/nvdrv: Silence -WswitchReinUsesLisp2019-10-051-2/+3
* Initial implementation of Ioctl2 & Ioctl3David Marcec2019-09-191-5/+13
* NVServices: Styling, define constructors as explicit and correctionsFernando Sahmkow2019-07-051-1/+1
* NVServices: Correct CtrlEventWaitSync to block the ipc until timeout.Fernando Sahmkow2019-07-051-1/+2
* nv_services: Deglobalize NvServicesFernando Sahmkow2019-07-051-2/+2
* core/core_timing_util: Amend casing of cyclesTo* functionsLioncash2019-06-051-1/+1
* core/core_timing_util: Use std::chrono types for specifying time unitsLioncash2019-06-051-1/+2
* core_timing: Convert core timing into a classLioncash2019-02-161-1/+2
* core_timing: Rename CoreTiming namespace to Core::TimingLioncash2019-02-121-1/+1
* Changed logging to be "Log before execution", Added more error logging, all services should now log on some levelDavid Marcec2018-11-261-0/+7
* nvhost_ctrl_gpu: Implement IoctlGetGpuTime.bunnei2018-11-211-0/+13
* hle/service: Default constructors and destructors in the cpp file where applicableLioncash2018-09-111-0/+3
* nvdrv: Get rid of indirect inclusionsLioncash2018-08-071-1/+1
* nvhost_ctrl_gpu: Only read the input parameters if they are actually there.Subv2018-07-311-3/+11
* Update clang formatJames Rowe2018-07-031-2/+2
* Rename logging macro back to LOG_*James Rowe2018-07-031-9/+9
* nvdrv/devices/nvidia_ctrl_gpu : add IoctlCommands with their params (#524)greggameplayer2018-06-061-0/+22
* Stubbed NVGPU_GPU_IOCTL_ZBC_SET_TABLE (#463)David2018-05-251-0/+11
* More accurate GetTPCMasks implDavid Marcec2018-05-111-3/+7
* general: Make formatting of logged hex values more straightforwardLioncash2018-05-021-2/+2
* Merge branch 'master' of https://github.com/yuzu-emu/yuzu into service-implDavid Marcec2018-04-261-9/+9
|\
| * nvdrv: Move logging macros over to new fmt-compatible onesLioncash2018-04-241-8/+8
| * Nvdrv: Assert when receiving an unimplemented ioctl in the nv* handlers.Subv2018-04-231-1/+1
* | GetIUserInterface->CreateUserInterface, Added todos and stub logs. Playreport->PlayReport.David Marcec2018-04-231-1/+1
* | Implemented GetIUserInterface properly, Playreport and SSL::SetInterfaceVersion. Fixed ipc issues with IAudioDevice(wrong ids)David Marcec2018-04-221-0/+1
|/
* service: Use nested namespace specifiers where applicableLioncash2018-04-201-6/+2
* nvhost_ctrl_gpu: Silence formatting specifier warningsLioncash2018-02-141-3/+4
* nvhost_ctrl_gpu: Implement ZCullGetInfo.bunnei2018-02-091-2/+14
* Extra nvdrv support (#162)David2018-02-061-0/+114