summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvdrv/devices/nvhost_ctrl_gpu.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2024-01-19nvdrv: use static typing for SessionId, smmu Asid typesLiam1-1/+1
2024-01-19NVDRV: Implement sessions and initial implementation of SMMUFernando Sahmkow1-1/+1
2024-01-08Fix typos in src/core (#12625)Viktor Szépe1-1/+1
2023-10-25nvdrv: rework to remove memcpyLiam1-19/+22
2023-10-25nvdrv: convert nvhost_ctrl_gpuLiam1-82/+30
2023-06-22Remove memory allocations in some hot pathsKelebek11-16/+16
2023-02-03Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"ameerj1-16/+15
2023-02-02Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer"liamwhite1-15/+16
2022-12-29nvdrv: Use std::span for inputsameerj1-16/+15
2022-11-14Add break for default casesKyle Kienapfel1-3/+2
2022-10-06NVDRV: Fix Open/Close and make sure each device is correctly created.Fernando Sahmkow1-3/+6
2022-10-06NVDRV: Implement QueryEvent.Fernando Sahmkow1-1/+19
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2021-11-04core: Remove unused includesameerj1-1/+0
2021-05-04service: Resolve cases of member field shadowingLioncash1-1/+1
2021-04-05nvhost_ctrl_gpu: Avoid sending null pointer to memcpylat9nq1-1/+7
2021-03-25nvdrv: Pass device fd and handle device create methods for device opening and closingChloe Marcec1-3/+6
2020-12-29hle: service: nvdrv: Revert #4981 to remove usage of SleepClientThread.bunnei1-5/+3
2020-11-24nvservices: Reintroducee IoctlCtrlChloe Marcec1-4/+6
2020-11-10core: Make nvservices more standardizedChloe Marcec1-59/+133
2020-06-27General: Recover Prometheus project from harddrive failure Fernando Sahmkow1-2/+1
2020-06-10nvdrv: Fix GetTPCMasks for ioctl3David Marcec1-10/+15
2019-10-05service/nvdrv: Silence -WswitchReinUsesLisp1-2/+3
2019-09-19Initial implementation of Ioctl2 & Ioctl3David Marcec1-5/+13
2019-07-05NVServices: Styling, define constructors as explicit and correctionsFernando Sahmkow1-1/+1
2019-07-05NVServices: Correct CtrlEventWaitSync to block the ipc until timeout.Fernando Sahmkow1-1/+2
2019-07-05nv_services: Deglobalize NvServicesFernando Sahmkow1-2/+2
2019-06-05core/core_timing_util: Amend casing of cyclesTo* functionsLioncash1-1/+1
2019-06-05core/core_timing_util: Use std::chrono types for specifying time unitsLioncash1-1/+2
2019-02-16core_timing: Convert core timing into a classLioncash1-1/+2
2019-02-12core_timing: Rename CoreTiming namespace to Core::TimingLioncash1-1/+1
2018-11-26Changed logging to be "Log before execution", Added more error logging, all services should now log on some levelDavid Marcec1-0/+7
2018-11-21nvhost_ctrl_gpu: Implement IoctlGetGpuTime.bunnei1-0/+13
2018-09-11hle/service: Default constructors and destructors in the cpp file where applicableLioncash1-0/+3
2018-08-07nvdrv: Get rid of indirect inclusionsLioncash1-1/+1
2018-07-31nvhost_ctrl_gpu: Only read the input parameters if they are actually there.Subv1-3/+11
2018-07-03Update clang formatJames Rowe1-2/+2
2018-07-03Rename logging macro back to LOG_*James Rowe1-9/+9
2018-06-06nvdrv/devices/nvidia_ctrl_gpu : add IoctlCommands with their params (#524)greggameplayer1-0/+22
2018-05-25Stubbed NVGPU_GPU_IOCTL_ZBC_SET_TABLE (#463)David1-0/+11
2018-05-11More accurate GetTPCMasks implDavid Marcec1-3/+7
2018-05-02general: Make formatting of logged hex values more straightforwardLioncash1-2/+2
2018-04-24nvdrv: Move logging macros over to new fmt-compatible onesLioncash1-8/+8
2018-04-23Nvdrv: Assert when receiving an unimplemented ioctl in the nv* handlers.Subv1-1/+1
2018-04-23GetIUserInterface->CreateUserInterface, Added todos and stub logs. Playreport->PlayReport.David Marcec1-1/+1
2018-04-22Implemented GetIUserInterface properly, Playreport and SSL::SetInterfaceVersion. Fixed ipc issues with IAudioDevice(wrong ids)David Marcec1-0/+1
2018-04-20service: Use nested namespace specifiers where applicableLioncash1-6/+2
2018-02-14nvhost_ctrl_gpu: Silence formatting specifier warningsLioncash1-3/+4
2018-02-09nvhost_ctrl_gpu: Implement ZCullGetInfo.bunnei1-2/+14
2018-02-06Extra nvdrv support (#162)David1-0/+114