We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7c2918 commit 1aad06fCopy full SHA for 1aad06f
drivers/gpu/drm/i915/display/intel_psr.h
@@ -6,18 +6,19 @@
6
#ifndef __INTEL_PSR_H__
7
#define __INTEL_PSR_H__
8
9
-#include "intel_frontbuffer.h"
+#include <linux/types.h>
10
11
+enum fb_op_origin;
12
struct drm_connector;
13
struct drm_connector_state;
14
struct drm_i915_private;
15
+struct intel_atomic_state;
16
+struct intel_crtc;
17
struct intel_crtc_state;
18
struct intel_dp;
-struct intel_crtc;
-struct intel_atomic_state;
-struct intel_plane_state;
19
-struct intel_plane;
20
struct intel_encoder;
+struct intel_plane;
21
+struct intel_plane_state;
22
23
void intel_psr_init_dpcd(struct intel_dp *intel_dp);
24
void intel_psr_pre_plane_update(struct intel_atomic_state *state,
0 commit comments