HomeSort by: relevance | last modified time | path
    Searched refs:drm_panel (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/include/drm/
drm_panel.h 1 /* $NetBSD: drm_panel.h,v 1.4 2021/12/18 23:45:46 riastradh Exp $ */
37 struct drm_panel;
78 int (*prepare)(struct drm_panel *panel);
87 int (*enable)(struct drm_panel *panel);
96 int (*disable)(struct drm_panel *panel);
105 int (*unprepare)(struct drm_panel *panel);
115 int (*get_modes)(struct drm_panel *panel,
126 int (*get_timings)(struct drm_panel *panel, unsigned int num_timings,
131 * struct drm_panel - DRM panel object
133 struct drm_panel { struct
    [all...]
drm_bridge.h 36 struct drm_panel;
497 struct drm_bridge *drm_panel_bridge_add(struct drm_panel *panel);
498 struct drm_bridge *drm_panel_bridge_add_typed(struct drm_panel *panel,
502 struct drm_panel *panel);
504 struct drm_panel *panel,
  /src/sys/external/bsd/drm2/dist/drm/
drm_panel.c 1 /* $NetBSD: drm_panel.c,v 1.5 2021/12/18 23:44:57 riastradh Exp $ */
27 __KERNEL_RCSID(0, "$NetBSD: drm_panel.c,v 1.5 2021/12/18 23:44:57 riastradh Exp $");
34 #include <drm/drm_panel.h>
78 void drm_panel_init(struct drm_panel *panel, struct device *dev,
97 int drm_panel_add(struct drm_panel *panel)
113 void drm_panel_remove(struct drm_panel *panel)
136 int drm_panel_attach(struct drm_panel *panel, struct drm_connector *connector)
152 void drm_panel_detach(struct drm_panel *panel)
167 int drm_panel_prepare(struct drm_panel *panel)
190 int drm_panel_unprepare(struct drm_panel *panel
    [all...]
Makefile 28 drm-$(CONFIG_DRM_PANEL) += drm_panel.o
  /src/sys/dev/ic/
anx_dp.h 40 #include <drm/drm_panel.h>
70 struct drm_panel *sc_panel;
  /src/sys/dev/fdt/
fdt_panel.c 45 #include <drm/drm_panel.h>
56 struct drm_panel sc_panel;
64 panel_fdt_enable(struct drm_panel * panel)
79 panel_fdt_prepare(struct drm_panel * panel)
  /src/sys/external/bsd/drm2/drm/
drm_module.c 51 #include <drm/drm_panel.h>
  /src/sys/modules/drmkms/
Makefile 105 SRCS+= drm_panel.c

Completed in 16 milliseconds