drm_simple_display_pipe_funcsRegular
4.4: Absent ⚠️
4.8: Absent ⚠️
4.10: Absent ⚠️
4.13: Absent ⚠️
4.15: Absent ⚠️
4.18: Absent ⚠️
5.0: Absent ⚠️
5.3: Absent ⚠️
5.4: Absent ⚠️
5.8: Absent ⚠️
5.11: Absent ⚠️
5.13: Absent ⚠️
5.15: Absent ⚠️
5.19: Absent ⚠️
6.2: Absent ⚠️
6.5: Absent ⚠️
6.8: ✅struct drm_simple_display_pipe_funcs {
enum drm_mode_status (*mode_valid)(struct drm_simple_display_pipe *, const struct drm_display_mode *);
void (*enable)(struct drm_simple_display_pipe *, struct drm_crtc_state *, struct drm_plane_state *);
void (*disable)(struct drm_simple_display_pipe *);
int (*check)(struct drm_simple_display_pipe *, struct drm_plane_state *, struct drm_crtc_state *);
void (*update)(struct drm_simple_display_pipe *, struct drm_plane_state *);
int (*prepare_fb)(struct drm_simple_display_pipe *, struct drm_plane_state *);
void (*cleanup_fb)(struct drm_simple_display_pipe *, struct drm_plane_state *);
int (*begin_fb_access)(struct drm_simple_display_pipe *, struct drm_plane_state *);
void (*end_fb_access)(struct drm_simple_display_pipe *, struct drm_plane_state *);
int (*enable_vblank)(struct drm_simple_display_pipe *);
void (*disable_vblank)(struct drm_simple_display_pipe *);
void (*reset_crtc)(struct drm_simple_display_pipe *);
struct drm_crtc_state * (*duplicate_crtc_state)(struct drm_simple_display_pipe *);
void (*destroy_crtc_state)(struct drm_simple_display_pipe *, struct drm_crtc_state *);
void (*reset_plane)(struct drm_simple_display_pipe *);
struct drm_plane_state * (*duplicate_plane_state)(struct drm_simple_display_pipe *);
void (*destroy_plane_state)(struct drm_simple_display_pipe *, struct drm_plane_state *);
};
arm64: Absent ⚠️
armhf: Absent ⚠️
ppc64el: Absent ⚠️
riscv64: Absent ⚠️
aws: Absent ⚠️
azure: Absent ⚠️
gcp: Absent ⚠️
lowlatency: Absent ⚠️
Regular