#include <linux/pci.h>
#include <linux/vbox_err.h>
#include <drm/drm_damage_helper.h>
#include "vbox_drv.h"
#include "vboxvideo_guest.h"
#include "vboxvideo_vbe.h"
void vbox_report_caps(struct vbox_private *vbox)
{ … }
static int vbox_accel_init(struct vbox_private *vbox)
{ … }
static void vbox_accel_fini(struct vbox_private *vbox)
{ … }
static bool have_hgsmi_mode_hints(struct vbox_private *vbox)
{ … }
bool vbox_check_supported(u16 id)
{ … }
int vbox_hw_init(struct vbox_private *vbox)
{ … }
void vbox_hw_fini(struct vbox_private *vbox)
{ … }