Symbol: drm_simple_display_pipe
drivers/gpu/drm/aspeed/aspeed_gfx.h
20
struct drm_simple_display_pipe pipe;
drivers/gpu/drm/aspeed/aspeed_gfx_crtc.c
142
static void aspeed_gfx_pipe_enable(struct drm_simple_display_pipe *pipe,
drivers/gpu/drm/aspeed/aspeed_gfx_crtc.c
154
static void aspeed_gfx_pipe_disable(struct drm_simple_display_pipe *pipe)
drivers/gpu/drm/aspeed/aspeed_gfx_crtc.c
163
static void aspeed_gfx_pipe_update(struct drm_simple_display_pipe *pipe,
drivers/gpu/drm/aspeed/aspeed_gfx_crtc.c
193
static int aspeed_gfx_enable_vblank(struct drm_simple_display_pipe *pipe)
drivers/gpu/drm/aspeed/aspeed_gfx_crtc.c
207
static void aspeed_gfx_disable_vblank(struct drm_simple_display_pipe *pipe)
drivers/gpu/drm/aspeed/aspeed_gfx_crtc.c
21
drm_pipe_to_aspeed_gfx(struct drm_simple_display_pipe *pipe)
drivers/gpu/drm/drm_gem_atomic_helper.c
407
int drm_gem_simple_kms_begin_shadow_fb_access(struct drm_simple_display_pipe *pipe,
drivers/gpu/drm/drm_gem_atomic_helper.c
425
void drm_gem_simple_kms_end_shadow_fb_access(struct drm_simple_display_pipe *pipe,
drivers/gpu/drm/drm_gem_atomic_helper.c
439
void drm_gem_simple_kms_reset_shadow_plane(struct drm_simple_display_pipe *pipe)
drivers/gpu/drm/drm_gem_atomic_helper.c
458
drm_gem_simple_kms_duplicate_shadow_plane_state(struct drm_simple_display_pipe *pipe)
drivers/gpu/drm/drm_gem_atomic_helper.c
473
void drm_gem_simple_kms_destroy_shadow_plane_state(struct drm_simple_display_pipe *pipe,
drivers/gpu/drm/drm_mipi_dbi.c
328
enum drm_mode_status mipi_dbi_pipe_mode_valid(struct drm_simple_display_pipe *pipe,
drivers/gpu/drm/drm_mipi_dbi.c
345
void mipi_dbi_pipe_update(struct drm_simple_display_pipe *pipe,
drivers/gpu/drm/drm_mipi_dbi.c
442
void mipi_dbi_pipe_disable(struct drm_simple_display_pipe *pipe)
drivers/gpu/drm/drm_mipi_dbi.c
473
int mipi_dbi_pipe_begin_fb_access(struct drm_simple_display_pipe *pipe,
drivers/gpu/drm/drm_mipi_dbi.c
489
void mipi_dbi_pipe_end_fb_access(struct drm_simple_display_pipe *pipe,
drivers/gpu/drm/drm_mipi_dbi.c
503
void mipi_dbi_pipe_reset_plane(struct drm_simple_display_pipe *pipe)
drivers/gpu/drm/drm_mipi_dbi.c
521
struct drm_plane_state *mipi_dbi_pipe_duplicate_plane_state(struct drm_simple_display_pipe *pipe)
drivers/gpu/drm/drm_mipi_dbi.c
537
void mipi_dbi_pipe_destroy_plane_state(struct drm_simple_display_pipe *pipe,
drivers/gpu/drm/drm_simple_kms_helper.c
121
struct drm_simple_display_pipe *pipe;
drivers/gpu/drm/drm_simple_kms_helper.c
123
pipe = container_of(crtc, struct drm_simple_display_pipe, crtc);
drivers/gpu/drm/drm_simple_kms_helper.c
134
struct drm_simple_display_pipe *pipe;
drivers/gpu/drm/drm_simple_kms_helper.c
136
pipe = container_of(crtc, struct drm_simple_display_pipe, crtc);
drivers/gpu/drm/drm_simple_kms_helper.c
152
struct drm_simple_display_pipe *pipe;
drivers/gpu/drm/drm_simple_kms_helper.c
154
pipe = container_of(crtc, struct drm_simple_display_pipe, crtc);
drivers/gpu/drm/drm_simple_kms_helper.c
163
struct drm_simple_display_pipe *pipe;
drivers/gpu/drm/drm_simple_kms_helper.c
165
pipe = container_of(crtc, struct drm_simple_display_pipe, crtc);
drivers/gpu/drm/drm_simple_kms_helper.c
174
struct drm_simple_display_pipe *pipe;
drivers/gpu/drm/drm_simple_kms_helper.c
176
pipe = container_of(crtc, struct drm_simple_display_pipe, crtc);
drivers/gpu/drm/drm_simple_kms_helper.c
185
struct drm_simple_display_pipe *pipe;
drivers/gpu/drm/drm_simple_kms_helper.c
187
pipe = container_of(crtc, struct drm_simple_display_pipe, crtc);
drivers/gpu/drm/drm_simple_kms_helper.c
196
struct drm_simple_display_pipe *pipe;
drivers/gpu/drm/drm_simple_kms_helper.c
198
pipe = container_of(crtc, struct drm_simple_display_pipe, crtc);
drivers/gpu/drm/drm_simple_kms_helper.c
221
struct drm_simple_display_pipe *pipe;
drivers/gpu/drm/drm_simple_kms_helper.c
225
pipe = container_of(plane, struct drm_simple_display_pipe, plane);
drivers/gpu/drm/drm_simple_kms_helper.c
250
struct drm_simple_display_pipe *pipe;
drivers/gpu/drm/drm_simple_kms_helper.c
252
pipe = container_of(plane, struct drm_simple_display_pipe, plane);
drivers/gpu/drm/drm_simple_kms_helper.c
262
struct drm_simple_display_pipe *pipe;
drivers/gpu/drm/drm_simple_kms_helper.c
264
pipe = container_of(plane, struct drm_simple_display_pipe, plane);
drivers/gpu/drm/drm_simple_kms_helper.c
280
struct drm_simple_display_pipe *pipe;
drivers/gpu/drm/drm_simple_kms_helper.c
282
pipe = container_of(plane, struct drm_simple_display_pipe, plane);
drivers/gpu/drm/drm_simple_kms_helper.c
292
struct drm_simple_display_pipe *pipe;
drivers/gpu/drm/drm_simple_kms_helper.c
294
pipe = container_of(plane, struct drm_simple_display_pipe, plane);
drivers/gpu/drm/drm_simple_kms_helper.c
304
struct drm_simple_display_pipe *pipe;
drivers/gpu/drm/drm_simple_kms_helper.c
306
pipe = container_of(plane, struct drm_simple_display_pipe, plane);
drivers/gpu/drm/drm_simple_kms_helper.c
331
struct drm_simple_display_pipe *pipe;
drivers/gpu/drm/drm_simple_kms_helper.c
333
pipe = container_of(plane, struct drm_simple_display_pipe, plane);
drivers/gpu/drm/drm_simple_kms_helper.c
342
struct drm_simple_display_pipe *pipe;
drivers/gpu/drm/drm_simple_kms_helper.c
344
pipe = container_of(plane, struct drm_simple_display_pipe, plane);
drivers/gpu/drm/drm_simple_kms_helper.c
354
struct drm_simple_display_pipe *pipe;
drivers/gpu/drm/drm_simple_kms_helper.c
356
pipe = container_of(plane, struct drm_simple_display_pipe, plane);
drivers/gpu/drm/drm_simple_kms_helper.c
387
int drm_simple_display_pipe_attach_bridge(struct drm_simple_display_pipe *pipe,
drivers/gpu/drm/drm_simple_kms_helper.c
419
struct drm_simple_display_pipe *pipe,
drivers/gpu/drm/drm_simple_kms_helper.c
90
struct drm_simple_display_pipe *pipe;
drivers/gpu/drm/drm_simple_kms_helper.c
92
pipe = container_of(crtc, struct drm_simple_display_pipe, crtc);
drivers/gpu/drm/imx/lcdc/imx-lcdc.c
105
struct drm_simple_display_pipe pipe;
drivers/gpu/drm/imx/lcdc/imx-lcdc.c
138
static void imx_lcdc_update_hw_registers(struct drm_simple_display_pipe *pipe,
drivers/gpu/drm/imx/lcdc/imx-lcdc.c
191
static void imx_lcdc_pipe_enable(struct drm_simple_display_pipe *pipe,
drivers/gpu/drm/imx/lcdc/imx-lcdc.c
252
static void imx_lcdc_pipe_disable(struct drm_simple_display_pipe *pipe)
drivers/gpu/drm/imx/lcdc/imx-lcdc.c
276
static int imx_lcdc_pipe_check(struct drm_simple_display_pipe *pipe,
drivers/gpu/drm/imx/lcdc/imx-lcdc.c
298
static void imx_lcdc_pipe_update(struct drm_simple_display_pipe *pipe,
drivers/gpu/drm/mcde/mcde_display.c
1152
static void mcde_display_enable(struct drm_simple_display_pipe *pipe,
drivers/gpu/drm/mcde/mcde_display.c
1301
static void mcde_display_disable(struct drm_simple_display_pipe *pipe)
drivers/gpu/drm/mcde/mcde_display.c
1384
static void mcde_display_update(struct drm_simple_display_pipe *pipe,
drivers/gpu/drm/mcde/mcde_display.c
1446
static int mcde_display_enable_vblank(struct drm_simple_display_pipe *pipe)
drivers/gpu/drm/mcde/mcde_display.c
1465
static void mcde_display_disable_vblank(struct drm_simple_display_pipe *pipe)
drivers/gpu/drm/mcde/mcde_display.c
160
static int mcde_display_check(struct drm_simple_display_pipe *pipe,
drivers/gpu/drm/mcde/mcde_drm.h
75
struct drm_simple_display_pipe pipe;
drivers/gpu/drm/pl111/pl111_display.c
120
static void pl111_display_enable(struct drm_simple_display_pipe *pipe,
drivers/gpu/drm/pl111/pl111_display.c
358
static void pl111_display_disable(struct drm_simple_display_pipe *pipe)
drivers/gpu/drm/pl111/pl111_display.c
390
static void pl111_display_update(struct drm_simple_display_pipe *pipe,
drivers/gpu/drm/pl111/pl111_display.c
419
static int pl111_display_enable_vblank(struct drm_simple_display_pipe *pipe)
drivers/gpu/drm/pl111/pl111_display.c
430
static void pl111_display_disable_vblank(struct drm_simple_display_pipe *pipe)
drivers/gpu/drm/pl111/pl111_display.c
52
pl111_mode_valid(struct drm_simple_display_pipe *pipe,
drivers/gpu/drm/pl111/pl111_display.c
86
static int pl111_display_check(struct drm_simple_display_pipe *pipe,
drivers/gpu/drm/pl111/pl111_drm.h
138
struct drm_simple_display_pipe pipe;
drivers/gpu/drm/sitronix/st7586.c
150
static void st7586_pipe_update(struct drm_simple_display_pipe *pipe,
drivers/gpu/drm/sitronix/st7586.c
172
static void st7586_pipe_enable(struct drm_simple_display_pipe *pipe,
drivers/gpu/drm/sitronix/st7586.c
253
static void st7586_pipe_disable(struct drm_simple_display_pipe *pipe)
drivers/gpu/drm/sitronix/st7735r.c
60
static void st7735r_pipe_enable(struct drm_simple_display_pipe *pipe,
drivers/gpu/drm/tiny/arcpgu.c
142
static enum drm_mode_status arc_pgu_mode_valid(struct drm_simple_display_pipe *pipe,
drivers/gpu/drm/tiny/arcpgu.c
197
static void arc_pgu_enable(struct drm_simple_display_pipe *pipe,
drivers/gpu/drm/tiny/arcpgu.c
211
static void arc_pgu_disable(struct drm_simple_display_pipe *pipe)
drivers/gpu/drm/tiny/arcpgu.c
221
static void arc_pgu_update(struct drm_simple_display_pipe *pipe,
drivers/gpu/drm/tiny/arcpgu.c
55
struct drm_simple_display_pipe pipe;
drivers/gpu/drm/tiny/gm12u320.c
559
static void gm12u320_pipe_enable(struct drm_simple_display_pipe *pipe,
drivers/gpu/drm/tiny/gm12u320.c
571
static void gm12u320_pipe_disable(struct drm_simple_display_pipe *pipe)
drivers/gpu/drm/tiny/gm12u320.c
578
static void gm12u320_pipe_update(struct drm_simple_display_pipe *pipe,
drivers/gpu/drm/tiny/gm12u320.c
90
struct drm_simple_display_pipe pipe;
drivers/gpu/drm/tiny/hx8357d.c
49
static void yx240qv29_enable(struct drm_simple_display_pipe *pipe,
drivers/gpu/drm/tiny/ili9163.c
38
static void yx240qv29_enable(struct drm_simple_display_pipe *pipe,
drivers/gpu/drm/tiny/ili9225.c
160
static void ili9225_pipe_update(struct drm_simple_display_pipe *pipe,
drivers/gpu/drm/tiny/ili9225.c
182
static void ili9225_pipe_enable(struct drm_simple_display_pipe *pipe,
drivers/gpu/drm/tiny/ili9225.c
294
static void ili9225_pipe_disable(struct drm_simple_display_pipe *pipe)
drivers/gpu/drm/tiny/ili9341.c
55
static void yx240qv29_enable(struct drm_simple_display_pipe *pipe,
drivers/gpu/drm/tiny/ili9486.c
97
static void waveshare_enable(struct drm_simple_display_pipe *pipe,
drivers/gpu/drm/tiny/mi0283qt.c
53
static void mi0283qt_enable(struct drm_simple_display_pipe *pipe,
drivers/gpu/drm/tiny/panel-mipi-dbi.c
236
static void panel_mipi_dbi_enable(struct drm_simple_display_pipe *pipe,
drivers/gpu/drm/tiny/repaper.c
625
static enum drm_mode_status repaper_pipe_mode_valid(struct drm_simple_display_pipe *pipe,
drivers/gpu/drm/tiny/repaper.c
634
static void repaper_pipe_enable(struct drm_simple_display_pipe *pipe,
drivers/gpu/drm/tiny/repaper.c
68
struct drm_simple_display_pipe pipe;
drivers/gpu/drm/tiny/repaper.c
774
static void repaper_pipe_disable(struct drm_simple_display_pipe *pipe)
drivers/gpu/drm/tiny/repaper.c
830
static void repaper_pipe_update(struct drm_simple_display_pipe *pipe,
drivers/gpu/drm/tve200/tve200_display.c
122
static void tve200_display_enable(struct drm_simple_display_pipe *pipe,
drivers/gpu/drm/tve200/tve200_display.c
243
static void tve200_display_disable(struct drm_simple_display_pipe *pipe)
drivers/gpu/drm/tve200/tve200_display.c
258
static void tve200_display_update(struct drm_simple_display_pipe *pipe,
drivers/gpu/drm/tve200/tve200_display.c
295
static int tve200_display_enable_vblank(struct drm_simple_display_pipe *pipe)
drivers/gpu/drm/tve200/tve200_display.c
307
static void tve200_display_disable_vblank(struct drm_simple_display_pipe *pipe)
drivers/gpu/drm/tve200/tve200_display.c
72
static int tve200_display_check(struct drm_simple_display_pipe *pipe,
drivers/gpu/drm/tve200/tve200_drm.h
110
struct drm_simple_display_pipe pipe;
drivers/gpu/drm/xen/xen_drm_front.h
103
struct drm_simple_display_pipe pipe;
drivers/gpu/drm/xen/xen_drm_front_kms.c
108
static void display_enable(struct drm_simple_display_pipe *pipe,
drivers/gpu/drm/xen/xen_drm_front_kms.c
134
static void display_disable(struct drm_simple_display_pipe *pipe)
drivers/gpu/drm/xen/xen_drm_front_kms.c
180
static bool display_send_page_flip(struct drm_simple_display_pipe *pipe,
drivers/gpu/drm/xen/xen_drm_front_kms.c
227
static int display_check(struct drm_simple_display_pipe *pipe,
drivers/gpu/drm/xen/xen_drm_front_kms.c
245
static void display_update(struct drm_simple_display_pipe *pipe,
drivers/gpu/drm/xen/xen_drm_front_kms.c
288
display_mode_valid(struct drm_simple_display_pipe *pipe,
drivers/gpu/drm/xen/xen_drm_front_kms.c
34
to_xen_drm_pipeline(struct drm_simple_display_pipe *pipe)
include/drm/drm_gem_atomic_helper.h
12
struct drm_simple_display_pipe;
include/drm/drm_gem_atomic_helper.h
129
int drm_gem_simple_kms_begin_shadow_fb_access(struct drm_simple_display_pipe *pipe,
include/drm/drm_gem_atomic_helper.h
131
void drm_gem_simple_kms_end_shadow_fb_access(struct drm_simple_display_pipe *pipe,
include/drm/drm_gem_atomic_helper.h
133
void drm_gem_simple_kms_reset_shadow_plane(struct drm_simple_display_pipe *pipe);
include/drm/drm_gem_atomic_helper.h
135
drm_gem_simple_kms_duplicate_shadow_plane_state(struct drm_simple_display_pipe *pipe);
include/drm/drm_gem_atomic_helper.h
136
void drm_gem_simple_kms_destroy_shadow_plane_state(struct drm_simple_display_pipe *pipe,
include/drm/drm_mipi_dbi.h
175
enum drm_mode_status mipi_dbi_pipe_mode_valid(struct drm_simple_display_pipe *pipe,
include/drm/drm_mipi_dbi.h
177
void mipi_dbi_pipe_update(struct drm_simple_display_pipe *pipe,
include/drm/drm_mipi_dbi.h
182
void mipi_dbi_pipe_disable(struct drm_simple_display_pipe *pipe);
include/drm/drm_mipi_dbi.h
183
int mipi_dbi_pipe_begin_fb_access(struct drm_simple_display_pipe *pipe,
include/drm/drm_mipi_dbi.h
185
void mipi_dbi_pipe_end_fb_access(struct drm_simple_display_pipe *pipe,
include/drm/drm_mipi_dbi.h
187
void mipi_dbi_pipe_reset_plane(struct drm_simple_display_pipe *pipe);
include/drm/drm_mipi_dbi.h
188
struct drm_plane_state *mipi_dbi_pipe_duplicate_plane_state(struct drm_simple_display_pipe *pipe);
include/drm/drm_mipi_dbi.h
189
void mipi_dbi_pipe_destroy_plane_state(struct drm_simple_display_pipe *pipe,
include/drm/drm_mipi_dbi.h
92
struct drm_simple_display_pipe pipe;
include/drm/drm_simple_kms_helper.h
109
void (*update)(struct drm_simple_display_pipe *pipe,
include/drm/drm_simple_kms_helper.h
125
int (*prepare_fb)(struct drm_simple_display_pipe *pipe,
include/drm/drm_simple_kms_helper.h
13
struct drm_simple_display_pipe;
include/drm/drm_simple_kms_helper.h
135
void (*cleanup_fb)(struct drm_simple_display_pipe *pipe,
include/drm/drm_simple_kms_helper.h
145
int (*begin_fb_access)(struct drm_simple_display_pipe *pipe,
include/drm/drm_simple_kms_helper.h
155
void (*end_fb_access)(struct drm_simple_display_pipe *pipe,
include/drm/drm_simple_kms_helper.h
165
int (*enable_vblank)(struct drm_simple_display_pipe *pipe);
include/drm/drm_simple_kms_helper.h
174
void (*disable_vblank)(struct drm_simple_display_pipe *pipe);
include/drm/drm_simple_kms_helper.h
182
void (*reset_crtc)(struct drm_simple_display_pipe *pipe);
include/drm/drm_simple_kms_helper.h
191
struct drm_crtc_state * (*duplicate_crtc_state)(struct drm_simple_display_pipe *pipe);
include/drm/drm_simple_kms_helper.h
200
void (*destroy_crtc_state)(struct drm_simple_display_pipe *pipe,
include/drm/drm_simple_kms_helper.h
209
void (*reset_plane)(struct drm_simple_display_pipe *pipe);
include/drm/drm_simple_kms_helper.h
218
struct drm_plane_state * (*duplicate_plane_state)(struct drm_simple_display_pipe *pipe);
include/drm/drm_simple_kms_helper.h
227
void (*destroy_plane_state)(struct drm_simple_display_pipe *pipe,
include/drm/drm_simple_kms_helper.h
251
int drm_simple_display_pipe_attach_bridge(struct drm_simple_display_pipe *pipe,
include/drm/drm_simple_kms_helper.h
255
struct drm_simple_display_pipe *pipe,
include/drm/drm_simple_kms_helper.h
52
enum drm_mode_status (*mode_valid)(struct drm_simple_display_pipe *pipe,
include/drm/drm_simple_kms_helper.h
62
void (*enable)(struct drm_simple_display_pipe *pipe,
include/drm/drm_simple_kms_helper.h
72
void (*disable)(struct drm_simple_display_pipe *pipe);
include/drm/drm_simple_kms_helper.h
91
int (*check)(struct drm_simple_display_pipe *pipe,