summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvdrv (unfollow)
Commit message (Expand)AuthorFilesLines
2023-10-25nvdrv: rework to remove memcpyLiam16-225/+243
2023-10-25nvdrv: fix up remaining copy callsLiam3-17/+22
2023-10-25nvdrv: convert nvmapLiam2-40/+19
2023-10-25nvdrv: convert codec devicesLiam6-34/+29
2023-10-25nvdrv: convert nvhost_gpuLiam2-76/+49
2023-10-25nvdrv: convert nvhost_ctrlLiam2-34/+29
2023-10-25nvdrv: convert nvhost_ctrl_gpuLiam2-97/+43
2023-10-25nvdrv: add ioctl command serialization, convert nvhost_as_gpuLiam5-71/+152
2023-10-01service: nvnflinger: Implement shared bufferNarr the Reg1-7/+7
2023-09-03msvc: set warning level to /W4 globallyDanila Malyutin1-2/+2
2023-08-25nvhost_as_gpu: ensure mappings are aligned to big page size when deallocatedLiam1-1/+3
2023-07-15k_process: PageTable -> GetPageTableLiam1-2/+2
2023-07-01general: Use ScratchBuffer where possibleMorph2-14/+16
2023-06-22Remove memory allocations in some hot pathsKelebek125-221/+221
2023-06-08nvnflinger: allow locking framerate during video playbackLiam1-2/+2
2023-06-08nvdisp: Fix SingleCore frametime reportingMorph1-1/+1
2023-05-31Fix incorrect id check and potential out of bounds lookupKelebek11-1/+1
2023-03-24memory: rename global memory references to application memoryLiam2-4/+4
2023-03-12general: fix spelling mistakesLiam2-2/+2
2023-03-01nvnflinger: fix nameLiam3-10/+10
2023-03-01service: move hle_ipc from kernelLiam5-31/+31
2023-02-21service: refactor server architectureLiam3-13/+16
2023-02-14remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistencyarades792-3/+3
2023-02-14add static lifetime to constexpr values to force compile time evaluation where possiblearades791-2/+2
2023-02-14general: rename CurrentProcess to ApplicationProcessLiam2-4/+4
2023-02-03Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"ameerj23-206/+204
2023-02-02Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer"liamwhite23-204/+206
2022-12-29hle_ipc: Rename ReadBufferSpan to ReadBufferameerj1-5/+5
2022-12-29nvdrv: Use std::span for inputsameerj24-211/+209
2022-11-28syncpoint_manager: Mark IsSyncpointAllocated() as constLioncash2-3/+3
2022-11-28syncpoint_manager: Reduce number of bounds checksLioncash1-14/+28
2022-11-28nvdrv: Simplify builder declarationsLioncash1-26/+18
2022-11-14Add break for default casesKyle Kienapfel2-6/+4
2022-11-04core: hle: kernel: k_memory_manager: Refresh.bunnei1-2/+4
2022-10-27nvnflinger: release queued handles immediately on disconnectionLiam3-6/+10
2022-10-24nvdrv: fix container destruction orderLiam2-4/+4
2022-10-19core: hle: kernel: k_page_table: Impl. LockForUn/MapDeviceAddressSpace, cleanup.bunnei1-1/+2
2022-10-17video_core: Implement memory manager page kindFengChen1-4/+8
2022-10-13kernel: remove KWritableEventLiam3-8/+2
2022-10-06General: address feedbackFernando Sahmkow18-128/+131
2022-10-06general: rework usages of UNREACHABLE macroLiam2-12/+12
2022-10-06nvdisp: End system frame after requesting to swap buffersMorph1-1/+1
2022-10-06address_space: Address feedbackMorph1-4/+4
2022-10-06general: Format licenses as per SPDX guidelinesMorph14-56/+42
2022-10-06NvHostChannels: improve hack for supporting multiple channels.Fernando Sahmkow2-2/+11
2022-10-06Address Feedback from bylaws.Fernando Sahmkow2-6/+2
2022-10-06Nvflinger: correct duplication.Fernando Sahmkow2-3/+3
2022-10-06Core: Fix get nvmap object random crashVonChenPlus5-20/+20
2022-10-06NvDec: Fix regressions.Fernando Sahmkow6-5/+31
2022-10-06General: Fix compilation for GCCLiam White8-23/+38
2022-10-06NVDRV: Further improvements.Fernando Sahmkow13-127/+256
2022-10-06VideoCore: Refactor fencing system.Fernando Sahmkow2-3/+5
2022-10-06MemoryManager: initial multi paging system implementation.Fernando Sahmkow3-20/+36
2022-10-06NVDRV: Further refactors and eliminate old code.Fernando Sahmkow7-61/+8
2022-10-06NVDRV: Refactor Host1xFernando Sahmkow8-64/+62
2022-10-06VideoCore: Refactor syncing.Fernando Sahmkow4-10/+25
2022-10-06Texture cache: Fix the remaining issues with memory mnagement and unmapping.Fernando Sahmkow1-0/+3
2022-10-06VideoCore: Extra Fixes.Fernando Sahmkow1-1/+3
2022-10-06NVDRV: Remake ASGPUFernando Sahmkow2-235/+388
2022-10-06NVDRV: Update copyright notices.Fernando Sahmkow4-7/+13
2022-10-06NvHostCtrl: Fix merge of nvflinger.Fernando Sahmkow1-1/+2
2022-10-06NVHOST_CTRl: Implement missing method and fix some stuffs.Fernando Sahmkow2-6/+29
2022-10-06VideoCore: implement channels on gpu caches.Fernando Sahmkow6-30/+65
2022-10-06NVASGPU: Fix Remap.Fernando Sahmkow1-0/+8
2022-10-06NVDRV: Fix clearing when destroying.Fernando Sahmkow3-14/+9
2022-10-06NVMAP: Fix the Free return parameters.Fernando Sahmkow3-15/+18
2022-10-06NVDRV: Fix Open/Close and make sure each device is correctly created.Fernando Sahmkow12-198/+284
2022-10-06NVDRV: Implement new NvMapFernando Sahmkow18-277/+307
2022-10-06NVDRV: Refactor and add new NvMap.Fernando Sahmkow18-38/+544
2022-10-06NVDRV: Cleanup.Fernando Sahmkow4-32/+40
2022-10-06NVDRV: Implement QueryEvent.Fernando Sahmkow10-40/+133
2022-10-06NvHost: Remake Ctrl Implementation.Fernando Sahmkow6-169/+311
2022-10-06NvHost: Try a different approach to blocking.Fernando Sahmkow2-10/+7
2022-10-06NvHost: Fix some regressions and correct signaling on timeout.Fernando Sahmkow1-25/+19
2022-09-04Don't stall with nvdecKelebek11-1/+6
2022-09-01Demote services from warning/info to debug to reduce log spam:Kelebek11-2/+2
2022-06-14kernel: implement KProcess suspensionLiam1-2/+2
2022-06-14common: Change semantics of UNREACHABLE to unconditionally crashLiam1-1/+1
2022-04-23general: Convert source file copyright comments over to SPDXMorph30-90/+60
2022-04-02fix: typosAndrea Pappacoda1-6/+6
2022-04-02hle: service: nvdrv: Create a service thread where appropriate.Morph1-1/+1
2022-03-29nvhost_ctrl: Only mark EventState::Busy as BadParameterameerj1-1/+1
2022-03-25hle: nvdrv: nvdata: Cleanup NvFence static assert.bunnei1-1/+1
2022-03-25hle: nvflinger: Move BufferTransformFlags to its own header.bunnei1-1/+1
2022-03-25hle: nvdrv: Rename Fence to NvFence to avoid naming conflicts.bunnei4-17/+13
2022-03-25hle: nvflinger: Move PixelFormat to its own header.bunnei2-8/+7
2022-03-19common: Reduce unused includesameerj2-0/+3
2021-12-05general: Add missing copyright noticesameerj1-0/+4
2021-12-04Address feedbackFeng Chen4-13/+22
2021-12-02Support multiple videos playingFeng Chen4-9/+21
2021-11-04core: Remove unused includesameerj10-15/+0
2021-10-24Fixup channel submit IOCTL syncpoint parametersBilly Laws2-21/+9
2021-10-16NvHost/Core: Address Feedback.Fernando Sahmkow1-3/+5
2021-10-16Suspend temporallyFernandoS271-1/+2
2021-10-16NVHost_Ctrl: Force wait if the gpu falls behind too long.FernandoS272-0/+13
2021-10-03nvhost_ctrl: Refactor usage of gpu.LockSync()ameerj1-15/+15
2021-10-03gpu: Migrate implementation to the cpp fileameerj2-5/+13
2021-09-29style: Remove extra space preceding the :: operatorMorph1-1/+1
2021-09-07nvflinger: Use external surface format for framebuffer creationameerj1-5/+4
2021-08-07nvhost_nvdec_common: Remove BufferMapameerj2-76/+0
2021-08-07nvhost_nvdec_common: Stub UnmapBuffer Ioctlameerj1-23/+4
2021-07-24general: Rename "Frame Limit" references to "Speed Limit"ameerj1-1/+1
2021-07-21hle: service: nvdrv: Remove unused kernel reference.bunnei1-1/+0
2021-07-21hle: service: Add a helper module for managing kernel objects.bunnei2-5/+8
2021-07-15nvhost_nvdec_common: Read Submit ioctl data from object addrameerj1-8/+2
2021-07-15nvhost_nvdec_common: Fix {Slice/Write}Vectors returnameerj1-37/+38
2021-07-14service: Append service name prefix to common filenamesMorph3-2/+2
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph1-13/+13
2021-05-16core: Make variable shadowing a compile-time errorLioncash5-15/+15
2021-05-16perf_stats: Rework FPS counter to be more accurateameerj1-1/+0
2021-05-06hle: kernel: Migrate KReadableEvent and KWritableEvent to KAutoObject.bunnei4-12/+12
2021-05-06hle: kernel: Refactor several threads/events/sharedmemory to use slab heaps.bunnei2-3/+2
2021-05-06hle: kernel: Ensure all kernel objects with KAutoObject are properly created.bunnei1-0/+1
2021-05-06hle: kernel: Migrate KEvent to KAutoObject.bunnei3-6/+10
2021-05-06hle: kernel: Refactor IPC interfaces to not use std::shared_ptr.bunnei2-2/+2
2021-05-06Update src/core/hle/service/nvdrv/interface.cppbunnei1-1/+1
2021-05-04service: Resolve cases of member field shadowingLioncash20-39/+40
2021-05-03nvdrv: /dev/nvhost-prof-gpu for productionChloe Marcec1-3/+14
2021-04-25nvhost_vic: Fix device closureameerj2-10/+8
2021-04-05nvhost_nvdec_common: Avoid memcpy with null pointerslat9nq1-6/+11
2021-04-05nvhost_ctrl_gpu: Avoid sending null pointer to memcpylat9nq1-1/+7
2021-03-30nvdrv: Cleanup CDMA Processor on device closureChloe Marcec1-6/+4
2021-03-25nvdrv: Pass device fd and handle device create methods for device opening and closingChloe Marcec20-78/+161
2021-03-22nvdrv: Change InitializeEx to AllocAsExChloe Marcec2-27/+49
2021-02-13Address PR feedbackameerj2-4/+2
2021-02-13nvdec cleanupameerj1-1/+7
2021-02-05hle: kernel: Reimplement KReadableEvent and KWritableEvent.bunnei3-10/+16
2021-02-05hle: kernel: Rename WritableEvent to KWritableEvent.bunnei5-8/+8
2021-02-05hle: kernel: Rename ReadableEvent to KReadableEvent.bunnei4-5/+5
2021-01-29core: hle: kernel: Rename Thread to KThread.bunnei1-1/+1
2021-01-23Simplify conditionChloe Marcec1-2/+1
2021-01-23nvdrv: Unregister already registered eventsChloe Marcec1-1/+8
2021-01-07fix for nvdec disabled, cleanup host1xameerj1-11/+14
2021-01-07nvdec syncpt incorporationameerj7-20/+43
2020-12-29hle: service: nvdrv: Revert #4981 to remove usage of SleepClientThread.bunnei23-211/+83
2020-12-07nvdrv: Remove useless re-declaration of pure virtual methods that were already declared in the superclasscomex1-33/+0
2020-11-27service: Eliminate usages of the global system instanceLioncash6-12/+16
2020-11-24nvdrv, video_core: Don't index out of bounds when given invalid syncpoint IDcomex1-2/+2
2020-11-24nvservices: Reintroducee IoctlCtrlChloe Marcec24-91/+214
2020-11-10Addressed issuesChloe Marcec10-17/+86
2020-11-10core: Make nvservices more standardizedChloe Marcec26-903/+1156
2020-11-08ipc_helpers: Remove usage of the global system instanceLioncash1-0/+1
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.bunnei3-46/+106
2020-11-01hle service: nvdrv: nvhost_ctrl: Update to use SyncpointManager.bunnei3-9/+31
2020-11-01hle service: nvdrv: Update to instantiate SyncpointManager.bunnei2-5/+18
2020-11-01hle: service: nvdrv: Implement SyncpointManager, to manage syncpoints.bunnei3-1/+125
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 Implementationameerj8-288/+468
2020-10-21Revert "core: Fix clang build"bunnei4-42/+34
2020-10-18core: Fix clang buildLioncash4-34/+42
2020-10-13hle: service: nvdrv: Implement nvhost_as_gpu::FreeSpace.bunnei2-0/+25
2020-09-22General: Make use of std::nullopt where applicableLioncash2-3/+3
2020-08-14core: Resolve several -Wextra-semi warningsLioncash1-1/+2
2020-08-03yuzu: Resolve C++20 deprecation warnings related to lambda capturesLioncash1-18/+18
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-29service: Update function tablesVolcaEM4-13/+14
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-11-25kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154)bunnei3-5/+5
2019-11-03kernel: events: Remove ResetType::Automatic.bunnei1-2/+1
2019-10-05Nvdrv: Correct Event setup in NvdrvFernando Sahmkow2-23/+14
2019-10-05Nvdrv: Do framelimiting only in the CPU ThreadFernando Sahmkow1-0/+4
2019-10-05Nvdrv: Correct Async regression and avoid signaling empty buffer vsyncsFernando Sahmkow1-2/+2
2019-10-05service/nvdrv: Silence -WswitchReinUsesLisp4-4/+10
2019-09-22server side clang format fix2David Marcec1-18/+18
2019-09-22Use clang-format provided by build serverDavid Marcec1-20/+18
2019-09-21Mark KickOffPb & SubmitGPFIFO as traceDavid Marcec1-4/+4
2019-09-20disable clang-format tempDavid Marcec1-0/+2
2019-09-19Initial implementation of Ioctl2 & Ioctl3David Marcec24-63/+143
2019-08-21gpu: Change optional<reference_wrapper<T>> to T* for FramebufferConfigReinUsesLisp1-1/+1
2019-07-05NVServices: Correct delayed responses.Fernando Sahmkow1-24/+19
2019-07-05Nv_Host_Ctrl: Correct difference calculationFernando Sahmkow1-5/+7
2019-07-05NVServices: Address FeedbackFernando Sahmkow6-18/+35
2019-07-05NVServices: Styling, define constructors as explicit and correctionsFernando Sahmkow15-30/+26
2019-07-05NVFlinger: Correct GCC compile errorFernando Sahmkow4-8/+7
2019-07-05NVServices: Make NVEvents Automatic according to documentation.Fernando Sahmkow2-4/+7
2019-07-05NVServices: Correct CtrlEventWaitSync to block the ipc until timeout.Fernando Sahmkow23-31/+104
2019-07-05GPU: Correct Interrupts to interrupt on syncpt/value instead of event, mirroring hardwareFernando Sahmkow5-14/+14
2019-07-05nv_services: Fixes to event liberation.Fernando Sahmkow1-6/+14
2019-07-05nv_services: Deglobalize NvServicesFernando Sahmkow22-50/+64
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 Sahmkow2-8/+12
2019-07-05Gpu: Mark areas as protected.Fernando Sahmkow1-0/+6
2019-07-05nv_services: Stub CtrlEventSignalFernando Sahmkow2-12/+34
2019-07-05Gpu: Implement Hardware Interrupt Manager and manage GPU interruptsFernando Sahmkow3-8/+1
2019-07-05nv_services: Implement NvQueryEvent, NvCtrlEventWait, NvEventRegister, NvEventUnregisterFernando Sahmkow7-17/+192
2019-07-05nv_services: Create GPU channels correctlyFernando Sahmkow2-2/+5
2019-07-05video_core: Implement GPU side SyncpointsFernando Sahmkow3-7/+33
2019-07-05nv_services: Correct buffer queue fencing and GPFifo fencingFernando Sahmkow4-22/+41
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-05-18core/kernel/object: Rename ResetType enum membersLioncash1-1/+1
2019-04-04core: Add missing override specifiers where applicableLioncash3-3/+3
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-29kernel/event: Reference ReadableEvent from WritableEventZach Hilman2-6/+4
2018-11-29core: Port all current usages of Event to Readable/WritableEventZach Hilman2-5/+13
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 Marcec8-1/+41
2018-11-24nvdrv: Implement/stub DumpGraphicsMemoryInfo and GetStatus.bunnei2-2/+18
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 applicableLioncash24-22/+56
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-29kernel: Eliminate kernel global stateLioncash1-1/+3
2018-08-28gpu: Make memory_manager privateLioncash1-6/+6
2018-08-13Registered missing channel devicesDavid Marcec1-0/+4
2018-08-13Added missing channel devicesDavid Marcec4-0/+140
2018-08-08nvhost_gpu: Don't over copy IoctlSubmitGpfifo.bunnei1-1/+1
2018-08-08nvdrv: Get rid of global std::weak_ptrLioncash2-7/+8
2018-08-07nvdrv: Make Ioctl()'s definition match its prototypeLioncash1-1/+1
2018-08-07nvdrv: Get rid of indirect inclusionsLioncash12-15/+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-25service/nvdrv: Take std::string in Open() by const referenceLioncash2-2/+2
2018-07-25service/nvdrv: Use std::move where applicableLioncash1-3/+5
2018-07-21GPU: Implement the NVGPU_IOCTL_CHANNEL_KICKOFF_PB ioctl2 command.Subv3-6/+34
2018-07-19hle/service: Make constructors explicit where applicableLioncash3-3/+3
2018-07-19nvdrv: Take std::string by const reference in GetDevice()Lioncash1-1/+1
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 Rowe8-50/+50
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' devicemailwl3-0/+72
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 straightforwardLioncash6-8/+8
2018-05-01GPU: Don't write to invalid memory locations when handling ioctls that don't have an output.Subv2-5/+0
2018-04-27general: Convert assertion macros over to be fmt-compatibleLioncash1-2/+2
2018-04-24nvdrv: Move logging macros over to new fmt-compatible onesLioncash7-60/+61
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 applicableLioncash19-102/+39
2018-04-11Various fixes and clangHexagon121-2/+2
2018-04-10Updated nvmemp with new service names.Hexagon121-4/+4
2018-04-10Updated nvdrv with more service names.Hexagon121-0/+7
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-15Vi: Properly write the BufferProducerFence object in the DequeueBuffer response parcel.Subv1-0/+7
2018-02-14nvdrv/interface: Silence formatting specifier warningsLioncash1-1/+2
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-14service: Remove remaining uses of BufferDescriptor*.bunnei1-3/+2
2018-02-14nvdrv: Use ReadBuffer/WriteBuffer functions for Ioctl.bunnei1-17/+5
2018-02-12Make a GPU class in VideoCore to contain the GPU state.Subv7-181/+15
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.Subv3-6/+16
2018-02-12vi: Parse IGBPQueueBufferRequestParcel params and expose buffer flip vertical.bunnei2-3/+7
2018-02-09nvdrv: Fix QueryEvent for libnx.bunnei2-4/+8
2018-02-09nvhost_ctrl_gpu: Implement ZCullGetInfo.bunnei1-2/+14
2018-02-08nvhost_as_gpu: Implement AllocateSpace and MapBufferEx.bunnei2-10/+33
2018-02-08nvdrv: Add MemoryManager class to track GPU memory.bunnei2-0/+160
2018-02-08nvmap: Refactor to expose nvmap objects.bunnei2-19/+22
2018-02-08nvhost_as_gpu: Add nvmap as a class member.bunnei3-2/+9
2018-02-06Extra nvdrv support (#162)David16-37/+761
2018-02-04logger: Use Service_NVDRV category where applicable.bunnei2-10/+10
2018-01-25hle: Rename RequestBuilder to ResponseBuilder.bunnei1-5/+5
2018-01-21Added nvmemp, Added /dev/nvhost-ctrl, SetClientPID now stores pid (#114)David7-5/+158
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-21Format: Run the new clang format on everythingJames Rowe1-1/+1
2018-01-19nvdrv: Stub SetClientPID.bunnei2-0/+13
2018-01-17nvdrv: stubbed Close(cmd 2)Frederic Meyer4-0/+26
2018-01-17UI: Fix frame rate perf statsJames Rowe1-0/+3
2018-01-17NV: Implemented the nvdrv service, which uses the same interface as nvdrv:aSubv3-14/+16
2018-01-17NV: Move the nvdrv classes into the Nvidia namespace, and move the functionality to a s single module that services call.Subv11-161/+91
2018-01-16clang-formatMerryMage1-0/+1
2018-01-13yuzu: Update license text to be consistent across project.bunnei11-11/+11
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.Subv9-165/+421
2018-01-11NV: Expose the nvdisp_disp0 device and a weak reference to the nvdrv:a service.Subv4-170/+236
2018-01-11NV: Implemented the nvdrv:a service and the /dev/nvmap device.Subv4-0/+354