mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 09:04:39 +02:00
drm/xe/display: Add struct i915_active for Xe
Add empty definition for struct i915_active to kill ifdefs from frontbuffer tracking 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
04316b4ae6
commit
9aab7851ff
|
|
@ -0,0 +1,13 @@
|
|||
/*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
* Copyright © 2019 Intel Corporation
|
||||
*/
|
||||
|
||||
#ifndef _I915_ACTIVE_TYPES_H_
|
||||
#define _I915_ACTIVE_TYPES_H_
|
||||
|
||||
struct i915_active {};
|
||||
#define I915_ACTIVE_RETIRE_SLEEPS 0
|
||||
|
||||
#endif /* _I915_ACTIVE_TYPES_H_ */
|
||||
Loading…
Reference in New Issue
Block a user