summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvdrv/devices (unfollow)
Commit message (Expand)AuthorFilesLines
2021-01-23nvdrv: Unregister already registered eventsChloe Marcec1-1/+8
2021-01-07fix for nvdec disabled, cleanup host1xameerj1-11/+14
2021-01-07nvdec syncpt incorporationameerj6-18/+39
2020-12-29hle: service: nvdrv: Revert #4981 to remove usage of SleepClientThread.bunnei19-106/+66
2020-12-07nvdrv: Remove useless re-declaration of pure virtual methods that were already declared in the superclasscomex1-33/+0
2020-11-24nvservices: Reintroducee IoctlCtrlChloe Marcec20-72/+110
2020-11-10Addressed issuesChloe Marcec6-1/+71
2020-11-10core: Make nvservices more standardizedChloe Marcec21-784/+867
2020-11-07video_core: dma_pusher: Remove integrity check on command lists.bunnei1-1/+0
2020-11-01fixup! hle service: nvdrv: nvhost_gpu: Update to use SyncpointManager and other improvements.bunnei2-3/+11
2020-11-01 hle service: nvdrv: nvhost_gpu: Update to use SyncpointManager and other improvements.bunnei2-45/+104
2020-11-01hle service: nvdrv: nvhost_ctrl: Update to use SyncpointManager.bunnei2-8/+29
2020-11-01Rename to align with switchbrew and remove gpu function (#4714)Levi Behunin2-16/+10
2020-10-30video_core: unbreak -Werror in NVDEC with ClangJan Beich1-1/+1
2020-10-27video_core: NVDEC Implementationameerj7-286/+466
2020-10-21Revert "core: Fix clang build"bunnei3-38/+30
2020-10-18core: Fix clang buildLioncash3-30/+38
2020-10-13hle: service: nvdrv: Implement nvhost_as_gpu::FreeSpace.bunnei2-0/+25
2020-09-22General: Make use of std::nullopt where applicableLioncash1-2/+2
2020-08-14core: Resolve several -Wextra-semi warningsLioncash1-1/+2
2020-07-28Update src/core/hle/service/nvdrv/devices/nvmap.cppbunnei1-1/+1
2020-07-26hle: nvdrv: Rewrite of GPU memory management.bunnei4-93/+227
2020-06-27FrameLimiting: Enable frame limiting for single core.Fernando Sahmkow1-0/+1
2020-06-27NVDRV: Remove frame limiting as Host Timing already takes care.Fernando Sahmkow1-1/+0
2020-06-27General: Recover Prometheus project from harddrive failure Fernando Sahmkow1-2/+1
2020-06-10nvdrv: Fix GetTPCMasks for ioctl3David Marcec2-21/+22
2020-06-05service: nvhost_vic: Ignore Submit commands.bunnei2-1/+18
2020-06-05nvdrv: Stub nvdec/vic ioctls to bypass nvdec moviesZach Hilman4-3/+239
2020-05-01nvdrv: Fix GetGpuTime stack corruptionDavid Marcec1-2/+3
2020-02-16nvhost_gpu: implement ChannelSetTimeslicenamkazy2-0/+20
2019-12-25NvServices: Correct Ioctl Remap.Fernando Sahmkow2-3/+5
2019-11-27core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory classLioncash1-2/+2
2019-10-05Nvdrv: Correct Event setup in NvdrvFernando Sahmkow1-22/+11
2019-10-05Nvdrv: Do framelimiting only in the CPU ThreadFernando Sahmkow1-0/+4
2019-10-05service/nvdrv: Silence -WswitchReinUsesLisp4-4/+10
2019-09-21Mark KickOffPb & SubmitGPFIFO as traceDavid Marcec1-4/+4
2019-09-19Initial implementation of Ioctl2 & Ioctl3David Marcec19-48/+82
2019-08-21gpu: Change optional<reference_wrapper<T>> to T* for FramebufferConfigReinUsesLisp1-1/+1
2019-07-05Nv_Host_Ctrl: Correct difference calculationFernando Sahmkow1-5/+7
2019-07-05NVServices: Address FeedbackFernando Sahmkow3-10/+14
2019-07-05NVServices: Styling, define constructors as explicit and correctionsFernando Sahmkow13-21/+15
2019-07-05NVFlinger: Correct GCC compile errorFernando Sahmkow3-6/+5
2019-07-05NVServices: Make NVEvents Automatic according to documentation.Fernando Sahmkow1-2/+5
2019-07-05NVServices: Correct CtrlEventWaitSync to block the ipc until timeout.Fernando Sahmkow19-24/+56
2019-07-05GPU: Correct Interrupts to interrupt on syncpt/value instead of event, mirroring hardwareFernando Sahmkow1-4/+1
2019-07-05nv_services: Deglobalize NvServicesFernando Sahmkow19-31/+41
2019-07-05nv_host_ctrl: Make Sync GPU variant always return synced result.Fernando Sahmkow1-0/+5
2019-07-05nvhost_ctrl: Corrections to event handlingFernando Sahmkow1-7/+11
2019-07-05Gpu: Mark areas as protected.Fernando Sahmkow1-0/+6
2019-07-05nv_services: Stub CtrlEventSignalFernando Sahmkow2-12/+34
2019-07-05nv_services: Implement NvQueryEvent, NvCtrlEventWait, NvEventRegister, NvEventUnregisterFernando Sahmkow2-11/+87
2019-07-05nv_services: Create GPU channels correctlyFernando Sahmkow2-2/+5
2019-07-05video_core: Implement GPU side SyncpointsFernando Sahmkow2-7/+31
2019-07-05nv_services: Correct buffer queue fencing and GPFifo fencingFernando Sahmkow2-15/+15
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-04-04core: Add missing override specifiers where applicableLioncash1-1/+1
2019-03-21gpu: Rewrite virtual memory manager using PageTable.bunnei1-10/+2
2019-03-21gpu: Move GPUVAddr definition to common_types.bunnei1-2/+2
2019-03-15gpu: Use host address for caching instead of guest address.bunnei1-1/+2
2019-03-07gpu: Move command processing to another thread.bunnei1-1/+1
2019-03-07gpu: Refactor command and swap buffers interface for asynch.bunnei2-13/+3
2019-02-27common/math_util: Move contents into the Common namespaceLioncash2-2/+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
2019-02-08nvdisp_disp0: change drawing message log level from Warning to TraceTobias1-3/+3
2019-02-06remove all occurance of specifying endianness inside BitFieldWeiyi Wang1-5/+5
2018-12-15nvhost_gpu: Skip empty GPU command lists.bunnei1-0/+4
2018-11-28dma_pushbuffer: Optimize to avoid loop and copy on Push.bunnei1-8/+6
2018-11-27gpu: Rewrite GPU command list processing with DmaPusher class.bunnei1-3/+10
2018-11-26Improved error messages in AM, HwOpus and NvMapDavid Marcec1-12/+14
2018-11-26Changed logging to be "Log before execution", Added more error logging, all services should now log on some levelDavid Marcec7-0/+36
2018-11-21nvhost_ctrl_gpu: Implement IoctlGetGpuTime.bunnei2-0/+19
2018-10-12Returned an error before processing other remapsDavid Marcec1-6/+2
2018-10-12Made the minimum alignment more clearDavid Marcec1-2/+3
2018-10-11Added error codes for nvmapDavid Marcec1-12/+59
2018-10-11Passing an invalid nmap handle to Remap should throw an errorDavid Marcec1-3/+14
2018-10-11nvhost_as_gpu: Flush CPU VAddr on UnmapBuffer.bunnei1-3/+4
2018-10-08Unmapping an unmapped buffer should succeedDavid Marcec1-1/+6
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi1-1/+1
2018-09-11hle/service: Default constructors and destructors in the cpp file where applicableLioncash18-19/+47
2018-09-10video_core: Move command buffer loop.Markus Wick2-31/+12
2018-08-31gl_renderer: Cache textures, framebuffers, and shaders based on CPU address.bunnei1-0/+1
2018-08-31core: Make the main System class use the PImpl idiomLioncash1-1/+2
2018-08-28gpu: Make memory_manager privateLioncash1-6/+6
2018-08-13Added missing channel devicesDavid Marcec4-0/+140
2018-08-08nvhost_gpu: Don't over copy IoctlSubmitGpfifo.bunnei1-1/+1
2018-08-07nvdrv: Get rid of indirect inclusionsLioncash10-12/+17
2018-08-04renderer_base: Make Rasterizer() return the rasterizer by referenceLioncash1-2/+2
2018-08-04video_core: Eliminate the g_renderer global variableLioncash2-8/+9
2018-07-31nvhost_gpu: Added checks to ensure we don't read past the end of the entries when handling a GPU command list.Subv1-3/+6
2018-07-31nvhost_ctrl_gpu: Only read the input parameters if they are actually there.Subv1-3/+11
2018-07-21GPU: Implement the NVGPU_IOCTL_CHANNEL_KICKOFF_PB ioctl2 command.Subv2-5/+33
2018-07-19hle/service: Make constructors explicit where applicableLioncash3-3/+3
2018-07-18vi: Partially implement buffer crop parameters.bunnei2-3/+7
2018-07-10NvOsGetConfigU32 production implDavid Marcec1-17/+2
2018-07-08nvhost_ctrl: Fix NvOsGetConfigU32 for Snipper Clips.bunnei1-1/+1
2018-07-03Update clang formatJames Rowe6-27/+27
2018-07-03Rename logging macro back to LOG_*James Rowe7-43/+43
2018-07-01GPU: Remove a surface from the cache when its backing memory is being unmapped from the GPU's MMU.Subv1-0/+5
2018-07-01nvmap: Return the address of the nvmap object when Freeing it for the last time.Subv2-4/+11
2018-06-20Build: Fixed some MSVC warnings in various parts of the code.Subv1-1/+2
2018-06-06nvdrv/devices/nvidia_ctrl_gpu : add IoctlCommands with their params (#524)greggameplayer2-0/+53
2018-06-04Nvdrv/devices/nvhost_gpu : Add some IoctlCommands with their params (#511)greggameplayer1-0/+47
2018-05-30Services/nvdrv: add '/dev/nvhost-nvdec' devicemailwl2-0/+70
2018-05-30nvhost_ctrl: Stub out IocCtrlEventRegister.bunnei2-0/+10
2018-05-30nvhost_ctrl: Stub out IocCtrlEventWaitAsyncCommand.bunnei2-5/+9
2018-05-27NvOsGetConfigU32 should return null instead of 0 for default outputDavid Marcec1-1/+1
2018-05-25Stubbed NVGPU_GPU_IOCTL_ZBC_SET_TABLE (#463)David2-0/+22
2018-05-24Stub NVGPU_IOCTL_CHANNEL_SET_TIMEOUTmailwl2-0/+16
2018-05-23change some functionsgreggameplayer1-6/+6
2018-05-23correct placement and add size checkgreggameplayer1-21/+25
2018-05-23Add ioctl commands with their params and size checkgreggameplayer1-2/+86
2018-05-22Implemented NVHOST_IOCTL_CHANNEL_GET_WAITBASE (#440)David2-1/+20
2018-05-20GPU: Implemented the nvmap Free ioctl.Subv2-1/+48
2018-05-20GPU: Implemented nvhost-as-gpu's UnmapBuffer ioctl.Subv2-0/+50
2018-05-11More accurate GetTPCMasks implDavid Marcec2-4/+8
2018-05-02general: Make formatting of logged hex values more straightforwardLioncash5-7/+7
2018-05-01GPU: Don't write to invalid memory locations when handling ioctls that don't have an output.Subv2-5/+0
2018-04-24nvdrv: Move logging macros over to new fmt-compatible onesLioncash6-53/+54
2018-04-23NvDrv/nvhost-as-gpu: Ensure that the object passed to MapBufferEx has already been allocated.Subv1-0/+10
2018-04-23Nvdrv/nvhost-as-gpu: Implemented the ioctl REMAP command.Subv2-0/+47
2018-04-23Nvdrv: Assert when receiving an unimplemented ioctl in the nv* handlers.Subv5-5/+5
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 applicableLioncash13-78/+27
2018-03-23renderer_opengl: Fixes for properly flushing & rendering the framebuffer.bunnei1-6/+0
2018-03-23renderer_opengl: Better handling of framebuffer transform flags.bunnei1-3/+1
2018-03-23nvdisp_disp0: Always flush and invalidate framebuffer region.bunnei1-0/+7
2018-03-23video_core: Move FramebufferInfo to FramebufferConfig in GPU.bunnei1-3/+3
2018-03-19Clang FixesN00byKing1-2/+2
2018-03-19Clean Warnings (?)N00byKing1-1/+1
2018-02-17nvmap: Make IocFromId return the same existing handle instead of creating a new one.Subv1-5/+2
2018-02-15nvhost-ctrl: Stub NVHOST_IOCTL_CTRL_EVENT_WAIT.Subv2-0/+25
2018-02-14nvmap: Silence formatting specifier warningsLioncash1-1/+2
2018-02-14nvhost_gpu: Silence formatting specifier warningsLioncash1-6/+8
2018-02-14nvhost_ctrl: Silence formatting specifier warningsLioncash1-2/+2
2018-02-14nvhost_ctrl_gpu: Silence formatting specifier warningsLioncash1-3/+4
2018-02-14nvhost_as_gpu: Silence formatting specifier warningsLioncash1-5/+7
2018-02-12Make a GPU class in VideoCore to contain the GPU state.Subv4-16/+13
2018-02-12GPU: Added a command processor to decode the GPU pushbuffers and forward the commands to their respective engines.Subv3-3/+5
2018-02-12nvdrv: Make the GPU memory manager available to nvhost-gpu.Subv2-4/+11
2018-02-12vi: Parse IGBPQueueBufferRequestParcel params and expose buffer flip vertical.bunnei2-3/+7
2018-02-09nvhost_ctrl_gpu: Implement ZCullGetInfo.bunnei1-2/+14
2018-02-08nvhost_as_gpu: Implement AllocateSpace and MapBufferEx.bunnei2-10/+33
2018-02-08nvmap: Refactor to expose nvmap objects.bunnei2-19/+22
2018-02-08nvhost_as_gpu: Add nvmap as a class member.bunnei2-1/+8
2018-02-06Extra nvdrv support (#162)David13-18/+708
2018-02-04logger: Use Service_NVDRV category where applicable.bunnei1-5/+5
2018-01-21Added nvmemp, Added /dev/nvhost-ctrl, SetClientPID now stores pid (#114)David2-0/+94
2018-01-21nvmap: Add a return 0 underneath the UNIMPLEMENTED macroLioncash1-0/+1
2018-01-21nvmap: Make IoctlCommands an enum classLioncash2-12/+12
2018-01-17UI: Fix frame rate perf statsJames Rowe1-0/+3
2018-01-17NV: Move the nvdrv classes into the Nvidia namespace, and move the functionality to a s single module that services call.Subv7-14/+14
2018-01-13yuzu: Update license text to be consistent across project.bunnei7-7/+7
2018-01-12core: Include <algorithm> where used.bunnei1-0/+2
2018-01-12nv: Fix more broken asserts.bunnei2-3/+3
2018-01-12nvdisp_disp0: Fix broken assert.bunnei1-1/+1
2018-01-11nvdisp_disp0: Call SwapBuffers to render framebuffer.bunnei1-0/+7
2018-01-11NV: Move the nv device nodes to their own directory and namespace.Subv7-0/+402