drm/xe/display: Implement display support
[linux-2.6-block.git] / drivers / gpu / drm / xe / display / xe_display_rps.c
CommitLineData
44e69495
ML
1// SPDX-License-Identifier: MIT
2/*
3 * Copyright © 2023 Intel Corporation
4 */
5
6#include "intel_display_rps.h"
7
8void intel_display_rps_boost_after_vblank(struct drm_crtc *crtc,
9 struct dma_fence *fence)
10{
11}
12
13void intel_display_rps_mark_interactive(struct drm_i915_private *i915,
14 struct intel_atomic_state *state,
15 bool interactive)
16{
17}