linux/drivers/gpu/drm/vboxvideo/vbox_main.c

// SPDX-License-Identifier: MIT
/*
 * Copyright (C) 2013-2017 Oracle Corporation
 * This file is based on ast_main.c
 * Copyright 2012 Red Hat Inc.
 * Authors: Dave Airlie <[email protected]>,
 *          Michael Thayer <[email protected],
 *          Hans de Goede <[email protected]>
 */

#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)
{}

/* Do we support the 4.3 plus mode hint reporting interface? */
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)
{}