summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/loongson/lsdc_probe.h
blob: 8bb6de2e3c6471f2e58149bfc5cf151819bd3b2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* SPDX-License-Identifier: GPL-2.0+ */
/*
 * Copyright (C) 2023 Loongson Technology Corporation Limited
 */

#ifndef __LSDC_PROBE_H__
#define __LSDC_PROBE_H__

/* Helpers for chip detection */
unsigned int loongson_cpu_get_prid(u8 *impl, u8 *rev);

#endif