mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 06:17:34 +00:00
Everywhere: Purge all support and usage of framebuffer devices
Long live the DisplayConnector object!
This commit is contained in:
parent
aad968cc5e
commit
e301af8352
25 changed files with 90 additions and 995 deletions
|
@ -1165,13 +1165,6 @@ int Emulator::virt$ioctl([[maybe_unused]] int fd, unsigned request, [[maybe_unus
|
|||
mmu().copy_to_vm(arg, &size, sizeof(size));
|
||||
return rc;
|
||||
}
|
||||
case GRAPHICS_IOCTL_SET_HEAD_RESOLUTION: {
|
||||
FBHeadResolution user_resolution;
|
||||
mmu().copy_from_vm(&user_resolution, arg, sizeof(user_resolution));
|
||||
auto rc = syscall(SC_ioctl, fd, request, &user_resolution);
|
||||
mmu().copy_to_vm(arg, &user_resolution, sizeof(user_resolution));
|
||||
return rc;
|
||||
}
|
||||
case GRAPHICS_IOCTL_SET_HEAD_VERTICAL_OFFSET_BUFFER:
|
||||
return syscall(SC_ioctl, fd, request, arg);
|
||||
case FIONBIO: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue