mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 14:53:58 -04:00
The Battlemage (BMG) discrete graphics card supports the Platform, Monitoring Technology (PMT) feature directly on the primary PCI device. Utilize the PMT callback API to add support for the BMG devices. Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com> Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Michael J. Ruhl <michael.j.ruhl@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20241203153639.2982162-1-michael.j.ruhl@intel.com Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
12 lines
191 B
C
12 lines
191 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/* Copyright © 2024 Intel Corporation */
|
|
|
|
#ifndef _XE_VSEC_H_
|
|
#define _XE_VSEC_H_
|
|
|
|
struct xe_device;
|
|
|
|
void xe_vsec_init(struct xe_device *xe);
|
|
|
|
#endif
|