Symbol: drm_simple_display_pipe
sys/dev/drm/drm_gem_framebuffer_helper.c
281
int drm_gem_fb_simple_display_pipe_prepare_fb(struct drm_simple_display_pipe *pipe,
sys/dev/drm/drm_simple_kms_helper.c
101
pipe = container_of(crtc, struct drm_simple_display_pipe, crtc);
sys/dev/drm/drm_simple_kms_helper.c
110
struct drm_simple_display_pipe *pipe;
sys/dev/drm/drm_simple_kms_helper.c
112
pipe = container_of(crtc, struct drm_simple_display_pipe, crtc);
sys/dev/drm/drm_simple_kms_helper.c
133
struct drm_simple_display_pipe *pipe;
sys/dev/drm/drm_simple_kms_helper.c
137
pipe = container_of(plane, struct drm_simple_display_pipe, plane);
sys/dev/drm/drm_simple_kms_helper.c
160
struct drm_simple_display_pipe *pipe;
sys/dev/drm/drm_simple_kms_helper.c
162
pipe = container_of(plane, struct drm_simple_display_pipe, plane);
sys/dev/drm/drm_simple_kms_helper.c
172
struct drm_simple_display_pipe *pipe;
sys/dev/drm/drm_simple_kms_helper.c
174
pipe = container_of(plane, struct drm_simple_display_pipe, plane);
sys/dev/drm/drm_simple_kms_helper.c
184
struct drm_simple_display_pipe *pipe;
sys/dev/drm/drm_simple_kms_helper.c
186
pipe = container_of(plane, struct drm_simple_display_pipe, plane);
sys/dev/drm/drm_simple_kms_helper.c
223
int drm_simple_display_pipe_attach_bridge(struct drm_simple_display_pipe *pipe,
sys/dev/drm/drm_simple_kms_helper.c
255
struct drm_simple_display_pipe *pipe,
sys/dev/drm/drm_simple_kms_helper.c
41
struct drm_simple_display_pipe *pipe;
sys/dev/drm/drm_simple_kms_helper.c
43
pipe = container_of(crtc, struct drm_simple_display_pipe, crtc);
sys/dev/drm/drm_simple_kms_helper.c
68
struct drm_simple_display_pipe *pipe;
sys/dev/drm/drm_simple_kms_helper.c
70
pipe = container_of(crtc, struct drm_simple_display_pipe, crtc);
sys/dev/drm/drm_simple_kms_helper.c
81
struct drm_simple_display_pipe *pipe;
sys/dev/drm/drm_simple_kms_helper.c
83
pipe = container_of(crtc, struct drm_simple_display_pipe, crtc);
sys/dev/drm/drm_simple_kms_helper.c
99
struct drm_simple_display_pipe *pipe;
sys/dev/drm/include/drm/drm_gem_framebuffer_helper.h
13
struct drm_simple_display_pipe;
sys/dev/drm/include/drm/drm_gem_framebuffer_helper.h
31
int drm_gem_fb_simple_display_pipe_prepare_fb(struct drm_simple_display_pipe *pipe,
sys/dev/drm/include/drm/drm_simple_kms_helper.h
110
void (*update)(struct drm_simple_display_pipe *pipe,
sys/dev/drm/include/drm/drm_simple_kms_helper.h
123
int (*prepare_fb)(struct drm_simple_display_pipe *pipe,
sys/dev/drm/include/drm/drm_simple_kms_helper.h
133
void (*cleanup_fb)(struct drm_simple_display_pipe *pipe,
sys/dev/drm/include/drm/drm_simple_kms_helper.h
143
int (*enable_vblank)(struct drm_simple_display_pipe *pipe);
sys/dev/drm/include/drm/drm_simple_kms_helper.h
152
void (*disable_vblank)(struct drm_simple_display_pipe *pipe);
sys/dev/drm/include/drm/drm_simple_kms_helper.h
17
struct drm_simple_display_pipe;
sys/dev/drm/include/drm/drm_simple_kms_helper.h
175
int drm_simple_display_pipe_attach_bridge(struct drm_simple_display_pipe *pipe,
sys/dev/drm/include/drm/drm_simple_kms_helper.h
179
struct drm_simple_display_pipe *pipe,
sys/dev/drm/include/drm/drm_simple_kms_helper.h
66
void (*enable)(struct drm_simple_display_pipe *pipe,
sys/dev/drm/include/drm/drm_simple_kms_helper.h
76
void (*disable)(struct drm_simple_display_pipe *pipe);
sys/dev/drm/include/drm/drm_simple_kms_helper.h
95
int (*check)(struct drm_simple_display_pipe *pipe,