mirror of
https://github.com/torvalds/linux.git
synced 2026-05-23 06:31:58 +02:00
drm/xe/display: Add i915_gem.h compatibility header
Add i915_gem.h compatibility header and include it in i915_drv.h. Add empty GEM_BUG_ON definition for fbc code. Signed-off-by: Jouni Högander <jouni.hogander@intel.com> Reviewed-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com> Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
This commit is contained in:
parent
c5a2eadd72
commit
c890be7393
|
|
@ -19,6 +19,7 @@
|
|||
#include "xe_bo.h"
|
||||
#include "xe_pm.h"
|
||||
#include "xe_step.h"
|
||||
#include "i915_gem.h"
|
||||
#include "i915_gem_stolen.h"
|
||||
#include "i915_gpu_error.h"
|
||||
#include "i915_reg_defs.h"
|
||||
|
|
|
|||
9
drivers/gpu/drm/xe/compat-i915-headers/i915_gem.h
Normal file
9
drivers/gpu/drm/xe/compat-i915-headers/i915_gem.h
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
/* SPDX-License-Identifier: MIT */
|
||||
/*
|
||||
* Copyright © 2023 Intel Corporation
|
||||
*/
|
||||
|
||||
#ifndef __I915_GEM_H__
|
||||
#define __I915_GEM_H__
|
||||
#define GEM_BUG_ON
|
||||
#endif
|
||||
Loading…
Reference in New Issue
Block a user