mirror of
https://github.com/torvalds/linux.git
synced 2026-04-21 16:23:59 -04:00
Call the stolen memory interface through the display parent interface. This makes xe compat gem/i915_gem_stolen.h redundant, and it can be removed. v2: Rebase, convert one more call that appeared Reviewed-by: Vinod Govindapillai <vinod.govindapillai@intel.com> Link: https://patch.msgid.link/350c82c49fe40f6319d14d309180e2e2752145ac.1764930576.git.jani.nikula@intel.com Signed-off-by: Jani Nikula <jani.nikula@intel.com>
10 lines
215 B
C
10 lines
215 B
C
/* SPDX-License-Identifier: MIT */
|
|
/* Copyright © 2025 Intel Corporation */
|
|
|
|
#ifndef __XE_STOLEN_H__
|
|
#define __XE_STOLEN_H__
|
|
|
|
extern const struct intel_display_stolen_interface xe_display_stolen_interface;
|
|
|
|
#endif
|