Searched refs:drm_simple_display_pipe (Results 1 – 3 of 3) sorted by relevance
/include/drm/ |
A D | drm_simple_kms_helper.h | 13 struct drm_simple_display_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, 182 void (*reset_crtc)(struct drm_simple_display_pipe *pipe); 209 void (*reset_plane)(struct drm_simple_display_pipe *pipe); 242 struct drm_simple_display_pipe { struct [all …]
|
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,
|
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,
|
Completed in 4 milliseconds