This website requires JavaScript.
Explore
Help
Register
Sign In
leandrof
/
linux
Watch
1
Star
0
Fork
0
You've already forked linux
forked from
Minki/linux
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
d713e33096
linux
/
drivers
/
gpu
/
drm
/
bochs
/
Makefile
4 lines
101 B
Makefile
Raw
Normal View
History
Unescape
Escape
drm/bochs: move remaining fb bits to kms bochs_fbdev.c is almost empty now. Move the remaining framebuffer bits over to bochs_kms.c. Pure code motion. No functional change. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Reviewed-by: Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com> Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: http://patchwork.freedesktop.org/patch/msgid/20190111053752.4004-17-kraxel@redhat.com
2019-01-11 05:37:52 +00:00
bochs-drm-y
:=
bochs_drv.o bochs_mm.o bochs_kms.o bochs_hw.o
drm/bochs: new driver DRM driver for (virtual) vga cards using the bochs dispi interface, such as the qemu standard vga (qemu -vga std). Don't bother supporting anything but 32bpp for now, even though the virtual hardware is able to do that. Known issue: mmap(/dev/fb0) doesn't work. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
2013-12-17 17:04:46 +00:00
obj-$(CONFIG_DRM_BOCHS)
+=
bochs-drm.o
Reference in New Issue
Copy Permalink