Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.13 17 lines 350 B view raw
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}