linux/drivers/gpu/drm/loongson/loongson_device.c

// SPDX-License-Identifier: GPL-2.0+
/*
 * Copyright (C) 2023 Loongson Technology Corporation Limited
 */

#include <linux/pci.h>

#include "lsdc_drv.h"

static const struct lsdc_kms_funcs ls7a1000_kms_funcs =;

static const struct lsdc_kms_funcs ls7a2000_kms_funcs =;

static const struct loongson_gfx_desc ls7a1000_gfx =;

static const struct loongson_gfx_desc ls7a2000_gfx =;

static const struct lsdc_desc *__chip_id_desc_table[] =;

const struct lsdc_desc *
lsdc_device_probe(struct pci_dev *pdev, enum loongson_chip_id chip_id)
{}