summaryrefslogtreecommitdiff
path: root/util/i915tool/spatches/drm_crtc.cocci
blob: 662f25316c476b0b3d96382b7a558cb87add3f95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
@@
identifier s;
identifier head;
@@
struct s {...
- struct list_head head;
...};
@@
@@
-#include <...>
@@
@@
(
-struct drm_crtc_funcs{...};
|
-struct drm_crtc{...};
|
-struct drm_connector_funcs{...};
|
-struct drm_encoder_funcs{...};
|
-struct drm_encoder{...};
|
-struct drm_connector{...};
|
-struct drm_mode_config_funcs{...};
|
-struct drm_mode_config{...};
|
-struct drm_framebuffer_funcs{...};
)