linux/drivers/gpu/drm/etnaviv/etnaviv_hwdb.c

// SPDX-License-Identifier: GPL-2.0
/*
 * Copyright (C) 2018 Etnaviv Project
 */

#include "etnaviv_gpu.h"

static const struct etnaviv_chip_identity etnaviv_chip_identities[] =;

bool etnaviv_fill_identity_from_hwdb(struct etnaviv_gpu *gpu)
{}