| Age | Commit message (Collapse) | Author |
|
|
|
|
|
kernel: Migrate logging macros to fmt-compatible ones
|
|
GPU: Partially implemented the 2D surface copy engine
|
|
file-sys: Move logging macros over to the new fmt-capable ones
|
|
ConvertPermissions()
Functions don't need to be terminated by semicolons.
|
|
|
|
Service/PCTL: convert to module, add services, stub
|
|
|
|
Lessens the amount to read and gets rid of the PRIX64 macro, allowing us to use a single string
for the whole path, making it easier to read.
|
|
|
|
Addresses are 64-bit, these formatting specifiers are simply holdovers from citra. Adjust them to be the correct width.
|
|
While we're at it, correct addresses to print all 64 bits where applicable, which were holdovers from citra.
|
|
PCTL::CreateServiceWithoutInitialize and IParentalControlService::Initialize, required by Kirby Star Allies
|
|
Refactor rasterizer cache
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Kernel: Reworked the new kernel synchronization primitives.
|
|
Nvdrv/nvhost-as-gpu: Implemented the ioctl REMAP command.
|
|
Verified with a hwtest and implemented based on reverse engineering.
Thread A's priority will get bumped to the highest priority among all the threads that are waiting for a mutex that A holds.
Once A releases the mutex and ownership is transferred to B, A's priority will return to normal and B's priority will be bumped.
|
|
already been allocated.
Also added a consistency check and a comment for the case when the object id is different than its handle. The real nvservices doesn't make a distinction between ids and handles, each object gets an unique handle which doubles as its id.
|
|
It takes a previously-reserved (AllocateSpace) GPU memory address and maps it to the address of the nvmap object passed to Remap.
|
|
|
|
|
|
thread.
|