Searched refs:drm_panel (Results 1 - 9 of 9) sorted by relevance

/openbsd-current/sys/dev/pci/drm/include/drm/
H A Ddrm_panel.h38 struct drm_panel;
81 int (*prepare)(struct drm_panel *panel);
90 int (*enable)(struct drm_panel *panel);
99 int (*disable)(struct drm_panel *panel);
108 int (*unprepare)(struct drm_panel *panel);
118 int (*get_modes)(struct drm_panel *panel,
128 enum drm_panel_orientation (*get_orientation)(struct drm_panel *panel);
138 int (*get_timings)(struct drm_panel *panel, unsigned int num_timings,
146 void (*debugfs_init)(struct drm_panel *panel, struct dentry *root);
185 struct drm_panel *pane
191 struct drm_panel { struct
[all...]
H A Ddrm_bridge.h40 struct drm_panel;
936 struct drm_bridge *drm_panel_bridge_add(struct drm_panel *panel);
937 struct drm_bridge *drm_panel_bridge_add_typed(struct drm_panel *panel,
943 struct drm_panel *panel);
945 struct drm_panel *panel,
948 struct drm_panel *panel);
H A Ddrm_connector.h42 struct drm_panel;
2043 struct drm_panel *panel);
/openbsd-current/sys/dev/ic/
H A Danxdp.h34 #include <drm/drm_panel.h>
53 struct drm_panel *sc_panel;
/openbsd-current/sys/dev/pci/drm/
H A Ddrm_panel.c29 #include <drm/drm_panel.h>
57 void drm_panel_init(struct drm_panel *panel, struct device *dev,
76 void drm_panel_add(struct drm_panel *panel)
90 void drm_panel_remove(struct drm_panel *panel)
108 int drm_panel_prepare(struct drm_panel *panel)
156 int drm_panel_unprepare(struct drm_panel *panel)
203 int drm_panel_enable(struct drm_panel *panel)
241 int drm_panel_disable(struct drm_panel *panel)
280 int drm_panel_get_modes(struct drm_panel *panel,
315 struct drm_panel *of_drm_find_pane
[all...]
H A Ddrm_connector.c30 #include <drm/drm_panel.h>
2637 struct drm_panel *panel)
/openbsd-current/sys/dev/fdt/
H A Dsimplepanel.c32 #include <drm/drm_panel.h>
52 struct drm_panel sc_panel;
66 int simplepanel_get_modes(struct drm_panel *, struct drm_connector *);
131 to_simplepanel(struct drm_panel *panel)
137 simplepanel_get_modes(struct drm_panel *panel, struct drm_connector *connector)
/openbsd-current/sys/dev/pci/drm/include/drm/display/
H A Ddrm_dp_helper.h34 struct drm_panel;
393 * - If we're on eDP (using a drm_panel) and the panel is not in a
398 * drm_panel driver is initiating a DP AUX transfer it may power
401 * drm_panel prepare function) has powered the panel.
691 int drm_panel_dp_aux_backlight(struct drm_panel *panel, struct drm_dp_aux *aux);
695 static inline int drm_panel_dp_aux_backlight(struct drm_panel *panel,
/openbsd-current/sys/dev/pci/drm/display/
H A Ddrm_dp_helper.c40 #include <drm/drm_panel.h>
3887 int drm_panel_dp_aux_backlight(struct drm_panel *panel, struct drm_dp_aux *aux)

Completed in 136 milliseconds