]> Git Repo - linux.git/blob - drivers/gpu/drm/i915/gt/selftest_llc.h
drm/nouveau/kms: Don't change EDID when it hasn't actually changed
[linux.git] / drivers / gpu / drm / i915 / gt / selftest_llc.h
1 /*
2  * SPDX-License-Identifier: MIT
3  *
4  * Copyright © 2019 Intel Corporation
5  */
6
7 #ifndef SELFTEST_LLC_H
8 #define SELFTEST_LLC_H
9
10 struct intel_llc;
11
12 int st_llc_verify(struct intel_llc *llc);
13
14 #endif /* SELFTEST_LLC_H */
This page took 0.035952 seconds and 4 git commands to generate.