Searched refs:drm_simple_display_pipe (Results 1 – 11 of 11) sorted by relevance
| /linux/include/drm/ |
| H A D | drm_simple_kms_helper.h | 13 struct drm_simple_display_pipe; 52 enum drm_mode_status (*mode_valid)(struct drm_simple_display_pipe *pipe, 62 void (*enable)(struct drm_simple_display_pipe *pipe, 72 void (*disable)(struct drm_simple_display_pipe *pipe); 91 int (*check)(struct drm_simple_display_pipe *pipe, 109 void (*update)(struct drm_simple_display_pipe *pipe, 125 int (*prepare_fb)(struct drm_simple_display_pipe *pipe, 135 void (*cleanup_fb)(struct drm_simple_display_pipe *pipe, 145 int (*begin_fb_access)(struct drm_simple_display_pipe *pipe, 155 void (*end_fb_access)(struct drm_simple_display_pipe *pipe, [all …]
|
| H A D | drm_mipi_dbi.h | 92 struct drm_simple_display_pipe pipe; 175 enum drm_mode_status mipi_dbi_pipe_mode_valid(struct drm_simple_display_pipe *pipe, 177 void mipi_dbi_pipe_update(struct drm_simple_display_pipe *pipe, 182 void mipi_dbi_pipe_disable(struct drm_simple_display_pipe *pipe); 183 int mipi_dbi_pipe_begin_fb_access(struct drm_simple_display_pipe *pipe, 185 void mipi_dbi_pipe_end_fb_access(struct drm_simple_display_pipe *pipe, 187 void mipi_dbi_pipe_reset_plane(struct drm_simple_display_pipe *pipe); 188 struct drm_plane_state *mipi_dbi_pipe_duplicate_plane_state(struct drm_simple_display_pipe *pipe); 189 void mipi_dbi_pipe_destroy_plane_state(struct drm_simple_display_pipe *pipe,
|
| H A D | drm_gem_atomic_helper.h | 12 struct drm_simple_display_pipe; 129 int drm_gem_simple_kms_begin_shadow_fb_access(struct drm_simple_display_pipe *pipe, 131 void drm_gem_simple_kms_end_shadow_fb_access(struct drm_simple_display_pipe *pipe, 133 void drm_gem_simple_kms_reset_shadow_plane(struct drm_simple_display_pipe *pipe); 135 drm_gem_simple_kms_duplicate_shadow_plane_state(struct drm_simple_display_pipe *pipe); 136 void drm_gem_simple_kms_destroy_shadow_plane_state(struct drm_simple_display_pipe *pipe,
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_gem_atomic_helper.c | 407 int drm_gem_simple_kms_begin_shadow_fb_access(struct drm_simple_display_pipe *pipe, in drm_gem_simple_kms_begin_shadow_fb_access() 425 void drm_gem_simple_kms_end_shadow_fb_access(struct drm_simple_display_pipe *pipe, in drm_gem_simple_kms_end_shadow_fb_access() 439 void drm_gem_simple_kms_reset_shadow_plane(struct drm_simple_display_pipe *pipe) in drm_gem_simple_kms_reset_shadow_plane() 458 drm_gem_simple_kms_duplicate_shadow_plane_state(struct drm_simple_display_pipe *pipe) in drm_gem_simple_kms_duplicate_shadow_plane_state() 473 void drm_gem_simple_kms_destroy_shadow_plane_state(struct drm_simple_display_pipe *pipe, in drm_gem_simple_kms_destroy_shadow_plane_state()
|
| /linux/drivers/gpu/drm/aspeed/ |
| H A D | aspeed_gfx_crtc.c | 21 drm_pipe_to_aspeed_gfx(struct drm_simple_display_pipe *pipe) in drm_pipe_to_aspeed_gfx() 142 static void aspeed_gfx_pipe_enable(struct drm_simple_display_pipe *pipe, in aspeed_gfx_pipe_enable() 154 static void aspeed_gfx_pipe_disable(struct drm_simple_display_pipe *pipe) in aspeed_gfx_pipe_disable() 163 static void aspeed_gfx_pipe_update(struct drm_simple_display_pipe *pipe, in aspeed_gfx_pipe_update() 193 static int aspeed_gfx_enable_vblank(struct drm_simple_display_pipe *pipe) in aspeed_gfx_enable_vblank() 207 static void aspeed_gfx_disable_vblank(struct drm_simple_display_pipe *pipe) in aspeed_gfx_disable_vblank()
|
| H A D | aspeed_gfx.h | 20 struct drm_simple_display_pipe pipe;
|
| /linux/drivers/staging/fbtft/ |
| H A D | TODO | 1 * convert all these over to drm_simple_display_pipe and submit for inclusion
|
| /linux/drivers/gpu/drm/xen/ |
| H A D | xen_drm_front.h | 103 struct drm_simple_display_pipe pipe;
|
| /linux/drivers/gpu/drm/pl111/ |
| H A D | pl111_drm.h | 138 struct drm_simple_display_pipe pipe;
|
| /linux/drivers/gpu/drm/tve200/ |
| H A D | tve200_drm.h | 110 struct drm_simple_display_pipe pipe;
|
| /linux/drivers/gpu/drm/mcde/ |
| H A D | mcde_drm.h | 75 struct drm_simple_display_pipe pipe;
|