files.vmwgfx revision 1.1
11.1Sriastrad# $NetBSD: files.vmwgfx,v 1.1 2022/02/17 01:21:03 riastradh Exp $ 21.1Sriastrad 31.1Sriastradversion 20180827 41.1Sriastrad 51.1Sriastraddefine vmwgfxfbbus { } 61.1Sriastraddevice vmwgfx: drmkms, drmkms_pci, drmkms_ttm, vmwgfxfbbus 71.1Sriastradattach vmwgfx at pci 81.1Sriastrad 91.1Sriastraddevice vmwgfxfb: vmwgfxfbbus, drmfb, drmfb_pci, wsemuldisplaydev 101.1Sriastradattach vmwgfxfb at vmwgfxfbbus 111.1Sriastrad 121.1Sriastrad# This code comes from the Linux kernel, which assumes signed 131.1Sriastrad# overflow is OK. 141.1Sriastradmakeoptions vmwgfx "COPTS.vmwgfx"+="-fwrapv" 151.1Sriastrad 161.1Sriastradmakeoptions vmwgfxfb "CPPFLAGS.vmwgfxfb"+="${CPPFLAGS.vmwgfx}" 171.1Sriastrad 181.1Sriastrad# Our overrides first. 191.1Sriastradmakeoptions vmwgfx "CPPFLAGS.vmwgfx"+="-I$S/external/bsd/drm2/vmwgfx" 201.1Sriastrad 211.1Sriastrad# Then their header files. 221.1Sriastradmakeoptions vmwgfx "CPPFLAGS.vmwgfx"+="-I$S/external/bsd/drm2/dist/drm/vmwgfx" 231.1Sriastrad 241.1Sriastradmakeoptions vmwgfx "CWARNFLAGS.vmwgfx"+="-Wno-missing-field-initializers" 251.1Sriastrad 261.1Sriastradfile external/bsd/drm2/vmwgfx/vmwgfx_module.c vmwgfx 271.1Sriastradfile external/bsd/drm2/vmwgfx/vmwgfx_pci.c vmwgfx 281.1Sriastrad 291.1Sriastradfile external/bsd/drm2/vmwgfx/vmwgfxfb.c vmwgfxfb 301.1Sriastrad 311.1Sriastrad# Generated from vmwgfx2netbsd. Tweaked to avoid renaming ttm_*.c to 321.1Sriastrad# vmwgfx_ttm_*.c -- do that on the next import. 331.1Sriastradfile external/bsd/drm2/dist/drm/vmwgfx/vmwgfx_binding.c vmwgfx 341.1Sriastradfile external/bsd/drm2/dist/drm/vmwgfx/vmwgfx_blit.c vmwgfx 351.1Sriastradfile external/bsd/drm2/dist/drm/vmwgfx/vmwgfx_bo.c vmwgfx 361.1Sriastradfile external/bsd/drm2/dist/drm/vmwgfx/vmwgfx_cmdbuf.c vmwgfx 371.1Sriastradfile external/bsd/drm2/dist/drm/vmwgfx/vmwgfx_cmdbuf_res.c vmwgfx 381.1Sriastradfile external/bsd/drm2/dist/drm/vmwgfx/vmwgfx_context.c vmwgfx 391.1Sriastradfile external/bsd/drm2/dist/drm/vmwgfx/vmwgfx_cotable.c vmwgfx 401.1Sriastradfile external/bsd/drm2/dist/drm/vmwgfx/vmwgfx_drv.c vmwgfx 411.1Sriastradfile external/bsd/drm2/dist/drm/vmwgfx/vmwgfx_execbuf.c vmwgfx 421.1Sriastradfile external/bsd/drm2/dist/drm/vmwgfx/vmwgfx_fb.c vmwgfx 431.1Sriastradfile external/bsd/drm2/dist/drm/vmwgfx/vmwgfx_fence.c vmwgfx 441.1Sriastradfile external/bsd/drm2/dist/drm/vmwgfx/vmwgfx_fifo.c vmwgfx 451.1Sriastradfile external/bsd/drm2/dist/drm/vmwgfx/vmwgfx_gmr.c vmwgfx 461.1Sriastradfile external/bsd/drm2/dist/drm/vmwgfx/vmwgfx_gmrid_manager.c vmwgfx 471.1Sriastradfile external/bsd/drm2/dist/drm/vmwgfx/vmwgfx_ioctl.c vmwgfx 481.1Sriastradfile external/bsd/drm2/dist/drm/vmwgfx/vmwgfx_irq.c vmwgfx 491.1Sriastradfile external/bsd/drm2/dist/drm/vmwgfx/vmwgfx_kms.c vmwgfx 501.1Sriastradfile external/bsd/drm2/dist/drm/vmwgfx/vmwgfx_ldu.c vmwgfx 511.1Sriastradfile external/bsd/drm2/dist/drm/vmwgfx/vmwgfx_marker.c vmwgfx 521.1Sriastradfile external/bsd/drm2/dist/drm/vmwgfx/vmwgfx_mob.c vmwgfx 531.1Sriastradfile external/bsd/drm2/dist/drm/vmwgfx/vmwgfx_msg.c vmwgfx 541.1Sriastradfile external/bsd/drm2/dist/drm/vmwgfx/vmwgfx_overlay.c vmwgfx 551.1Sriastradfile external/bsd/drm2/dist/drm/vmwgfx/vmwgfx_page_dirty.c vmwgfx 561.1Sriastradfile external/bsd/drm2/dist/drm/vmwgfx/vmwgfx_prime.c vmwgfx 571.1Sriastradfile external/bsd/drm2/dist/drm/vmwgfx/vmwgfx_resource.c vmwgfx 581.1Sriastradfile external/bsd/drm2/dist/drm/vmwgfx/vmwgfx_scrn.c vmwgfx 591.1Sriastradfile external/bsd/drm2/dist/drm/vmwgfx/vmwgfx_shader.c vmwgfx 601.1Sriastradfile external/bsd/drm2/dist/drm/vmwgfx/vmwgfx_simple_resource.c vmwgfx 611.1Sriastradfile external/bsd/drm2/dist/drm/vmwgfx/vmwgfx_so.c vmwgfx 621.1Sriastradfile external/bsd/drm2/dist/drm/vmwgfx/vmwgfx_stdu.c vmwgfx 631.1Sriastradfile external/bsd/drm2/dist/drm/vmwgfx/vmwgfx_surface.c vmwgfx 641.1Sriastradfile external/bsd/drm2/dist/drm/vmwgfx/vmwgfx_ttm_buffer.c vmwgfx 651.1Sriastradfile external/bsd/drm2/dist/drm/vmwgfx/vmwgfx_ttm_glue.c vmwgfx 661.1Sriastradfile external/bsd/drm2/dist/drm/vmwgfx/ttm_lock.c vmwgfx 671.1Sriastradfile external/bsd/drm2/dist/drm/vmwgfx/ttm_object.c vmwgfx 681.1Sriastradfile external/bsd/drm2/dist/drm/vmwgfx/vmwgfx_va.c vmwgfx 691.1Sriastradfile external/bsd/drm2/dist/drm/vmwgfx/vmwgfx_validation.c vmwgfx 70