summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/xe/compat-i915-headers/gem/i915_gem_object_frontbuffer.h
blob: 2a3f12d2978c5851b04b317ccb23ad8792c41639 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* SPDX-License-Identifier: MIT */
/*
 * Copyright © 2022 Intel Corporation
 */

#ifndef _I915_GEM_OBJECT_FRONTBUFFER_H_
#define _I915_GEM_OBJECT_FRONTBUFFER_H_

#define i915_gem_object_get_frontbuffer(obj)		NULL
#define i915_gem_object_set_frontbuffer(obj, front)	(front)

#endif