/src/sys/dev/fdt/ |
fdt_panel.c | 56 struct drm_panel sc_panel; member in struct:panel_fdt_softc 61 #define to_panel_fdt(x) container_of(x, struct panel_fdt_softc, sc_panel) 123 return &sc->sc_panel; 161 drm_panel_init(&sc->sc_panel, self, &panel_fdt_funcs, DRM_MODE_CONNECTOR_DPI); 162 sc->sc_panel.funcs = &panel_fdt_funcs; 164 drm_panel_add(&sc->sc_panel);
|
panel_fdt.c | 61 struct fdt_panel sc_panel; member in struct:fdt_panel_softc 92 &sc->sc_panel.panel_timing; 100 sc->sc_panel.panel_type = 103 if (of_getprop_uint32(phandle, "width-mm", &sc->sc_panel.panel_width) || 104 of_getprop_uint32(phandle, "height-mm", &sc->sc_panel.panel_height)){ 115 &sc->sc_panel.panel_timing) != 0) { 120 if (sc->sc_panel.panel_timing.clock_freq == 0) { 124 switch(sc->sc_panel.panel_type) { 133 sc->sc_panel.panel_lvds_format = LVDS_JEIDA_18; 135 sc->sc_panel.panel_lvds_format = LVDS_JEIDA_24 [all...] |
fdt_panel.c | 56 struct drm_panel sc_panel; member in struct:panel_fdt_softc 61 #define to_panel_fdt(x) container_of(x, struct panel_fdt_softc, sc_panel) 123 return &sc->sc_panel; 161 drm_panel_init(&sc->sc_panel, self, &panel_fdt_funcs, DRM_MODE_CONNECTOR_DPI); 162 sc->sc_panel.funcs = &panel_fdt_funcs; 164 drm_panel_add(&sc->sc_panel);
|
panel_fdt.c | 61 struct fdt_panel sc_panel; member in struct:fdt_panel_softc 92 &sc->sc_panel.panel_timing; 100 sc->sc_panel.panel_type = 103 if (of_getprop_uint32(phandle, "width-mm", &sc->sc_panel.panel_width) || 104 of_getprop_uint32(phandle, "height-mm", &sc->sc_panel.panel_height)){ 115 &sc->sc_panel.panel_timing) != 0) { 120 if (sc->sc_panel.panel_timing.clock_freq == 0) { 124 switch(sc->sc_panel.panel_type) { 133 sc->sc_panel.panel_lvds_format = LVDS_JEIDA_18; 135 sc->sc_panel.panel_lvds_format = LVDS_JEIDA_24 [all...] |
/src/sys/dev/ic/ |
anx_dp.h | 70 struct drm_panel *sc_panel; member in struct:anxdp_softc
|
anx_dp.h | 70 struct drm_panel *sc_panel; member in struct:anxdp_softc
|