mirror of
https://github.com/torvalds/linux.git
synced 2026-04-25 10:02:31 -04:00
The data structure |struct drm_gem_vram_object| and its helpers replace |struct bochs_bo|. It's the same implementation; except for the type names. v5: * use PRIME helpers from GEM VRAM v4: * cleanups from checkpatch.pl * select config option DRM_VRAM_HELPER Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de> Link: http://patchwork.freedesktop.org/patch/msgid/20190508082630.15116-13-tzimmermann@suse.de Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
10 lines
273 B
Plaintext
10 lines
273 B
Plaintext
config DRM_BOCHS
|
|
tristate "DRM Support for bochs dispi vga interface (qemu stdvga)"
|
|
depends on DRM && PCI && MMU
|
|
select DRM_KMS_HELPER
|
|
select DRM_TTM
|
|
select DRM_VRAM_HELPER
|
|
help
|
|
Choose this option for qemu.
|
|
If M is selected the module will be called bochs-drm.
|