]> Git Repo - linux.git/blob - drivers/gpu/drm/i915/display/intel_display_rps.h
Merge tag 'amd-drm-next-6.5-2023-06-09' of https://gitlab.freedesktop.org/agd5f/linux...
[linux.git] / drivers / gpu / drm / i915 / display / intel_display_rps.h
1 /* SPDX-License-Identifier: MIT */
2 /*
3  * Copyright © 2023 Intel Corporation
4  */
5
6 #ifndef __INTEL_DISPLAY_RPS_H__
7 #define __INTEL_DISPLAY_RPS_H__
8
9 #include <linux/types.h>
10
11 struct dma_fence;
12 struct drm_crtc;
13 struct drm_i915_private;
14 struct intel_atomic_state;
15
16 void intel_display_rps_boost_after_vblank(struct drm_crtc *crtc,
17                                           struct dma_fence *fence);
18 void intel_display_rps_mark_interactive(struct drm_i915_private *i915,
19                                         struct intel_atomic_state *state,
20                                         bool interactive);
21
22 #endif /* __INTEL_DISPLAY_RPS_H__ */
This page took 0.034737 seconds and 4 git commands to generate.