xref: /kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/intel_llc.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/
162306a36Sopenharmony_ci/* SPDX-License-Identifier: MIT */
262306a36Sopenharmony_ci/*
362306a36Sopenharmony_ci * Copyright © 2019 Intel Corporation
462306a36Sopenharmony_ci */
562306a36Sopenharmony_ci
662306a36Sopenharmony_ci#ifndef INTEL_LLC_H
762306a36Sopenharmony_ci#define INTEL_LLC_H
862306a36Sopenharmony_ci
962306a36Sopenharmony_cistruct intel_llc;
1062306a36Sopenharmony_ci
1162306a36Sopenharmony_civoid intel_llc_enable(struct intel_llc *llc);
1262306a36Sopenharmony_civoid intel_llc_disable(struct intel_llc *llc);
1362306a36Sopenharmony_ci
1462306a36Sopenharmony_ci#endif /* INTEL_LLC_H */
15

Indexes created Thu Nov 07 10:32:03 CST 2024