Liam
cdb9fe978f
vi: implement CloseDisplay
3 years ago
Lioncash
e0ec9ffc36
audio_in/out_system: Pass Initialize members by value where applicable
applet_resource_user_id isn't actually modified and is just assigned to
a member variable, so this doesn't need to be a mutable reference.
Similarly, the device name itself isn't modified and is only moved. We
pass by value here, since we can still perform the move, but eliminate a
sneaky set of calls that can unintentionally destroy the original
string. Given how nested the calls are, it's good to get rid of this
potential vector for a use-after-move bug.
3 years ago
Liam
05f2673648
nvdrv: fix container destruction order
3 years ago
Liam
2d90a927c9
core: barrier service thread shutdown
3 years ago
Morph
e6ab1f673b
general: Enforce C4800 everywhere except in video_core
3 years ago
Narr the Reg
3e0aaeba98
service: nfp: Allow amiibos without keys
3 years ago
Narr the Reg
82fdfb33ac
service: nfp: remove unnecessary include
3 years ago
german77
7f66050f0c
input_common: cache vibration tests
3 years ago
Lioncash
0b181eeef4
hid/npad: Fix copy size in GetSupportedNpadIdTypes
Previously this was passing the size of the vector into memcpy rather
than the size in bytes to copy, which would result in a partial read.
Thankfully, this function isn't used yet, so this gets rid of a bug
before it's able to do anything.
3 years ago
Liam
fca195b4fb
kernel: remove most SessionRequestManager handling from KServerSession
3 years ago
Kelebek1
7bd3930939
Update audio_core for firmware 15.0.0
3 years ago
bunnei
ff26190d42
core: hle: kernel: k_page_table: Impl. LockForUn/MapDeviceAddressSpace, cleanup.
3 years ago
bunnei
58eb6953d1
core: hle: kernel: k_memory_block: Update.
3 years ago
FengChen
99507d0188
video_core: Implement memory manager page kind
3 years ago
Morph
bffbaddb79
general: Add missing pragma once
3 years ago
Morph
f706b3bd24
general: Fix spelling of "unknown"
3 years ago
Liam
a9ace6856d
kernel: remove KWritableEvent
3 years ago
Liam
61a8696510
k_server_session: preliminary support for userspace server sessions
3 years ago
Liam
6bcd676b61
general: preliminary support for hbl
3 years ago
Liam
5b7c0f13d3
fsp_srv: stub GetCacheStorageSize
3 years ago
Liam
ddf64e56af
IFriendService: stub CheckFriendListAvailability
3 years ago
Liam
9574429c5f
nfp_types: silence -Wtype-limits
3 years ago
Fernando Sahmkow
ca3db0d7c9
General: address feedback
3 years ago
Liam
c80ed6d81f
general: rework usages of UNREACHABLE macro
3 years ago
Morph
903705043d
nvdisp: End system frame after requesting to swap buffers
Fixes frametime reporting
4 years ago
Morph
fa342cae22
address_space: Address feedback
4 years ago
Morph
fedd983f96
general: Format licenses as per SPDX guidelines
4 years ago
Fernando Sahmkow
d97d409647
NvHostChannels: improve hack for supporting multiple channels.
4 years ago
Fernando Sahmkow
c2b7de66b3
Address Feedback from bylaws.
4 years ago
Fernando Sahmkow
8a372035db
Nvflinger: correct duplication.
4 years ago
VonChenPlus
9982cff98b
Core: Fix get nvmap object random crash
4 years ago
Fernando Sahmkow
8d774e7415
NvDec: Fix regressions.
4 years ago
Liam White
afab6c143c
General: Fix compilation for GCC
4 years ago
Fernando Sahmkow
a9ca39f859
NVDRV: Further improvements.
4 years ago
Fernando Sahmkow
bc8b3d225e
VideoCore: Refactor fencing system.
4 years ago
Fernando Sahmkow
4d60410dd9
MemoryManager: initial multi paging system implementation.
4 years ago
Fernando Sahmkow
920429fde7
NVDRV: Further refactors and eliminate old code.
4 years ago
Fernando Sahmkow
2931101e6f
NVDRV: Refactor Host1x
4 years ago
Fernando Sahmkow
668e80a9f4
VideoCore: Refactor syncing.
4 years ago
Fernando Sahmkow
f350c3d74e
Texture cache: Fix the remaining issues with memory mnagement and unmapping.
4 years ago
Fernando Sahmkow
6fc4012396
VideoCore: Extra Fixes.
4 years ago
Fernando Sahmkow
feb49c822d
NVDRV: Remake ASGPU
4 years ago
Fernando Sahmkow
c6ea0c650e
NVDRV: Update copyright notices.
4 years ago
Fernando Sahmkow
835b950f7e
NvHostCtrl: Fix merge of nvflinger.
4 years ago
Fernando Sahmkow
2c62563ab5
NVHOST_CTRl: Implement missing method and fix some stuffs.
4 years ago
Fernando Sahmkow
139ea93512
VideoCore: implement channels on gpu caches.
4 years ago
Fernando Sahmkow
c77b8df12e
NVASGPU: Fix Remap.
4 years ago
Fernando Sahmkow
ad038609c8
NVDRV: Fix clearing when destroying.
4 years ago
Fernando Sahmkow
68d9504a04
NVMAP: Fix the Free return parameters.
4 years ago
Fernando Sahmkow
af35dbcf63
NVDRV: Fix Open/Close and make sure each device is correctly created.
4 years ago