Searched refs:crtc (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/arm/nvidia/drm2/ |
| H A D | tegra_dc.c | 328 if (encoder->crtc == crtc) { in dc_setup_clk() 510 struct tegra_crtc *crtc; in dc_plane_update() local 550 struct tegra_crtc *crtc; in dc_plane_disable() local 557 crtc = container_of(drm_plane->crtc, struct tegra_crtc, drm_crtc); in dc_plane_disable() 645 struct tegra_crtc *crtc; in dc_crtc_mode_set() local 719 struct tegra_crtc *crtc; in dc_crtc_mode_set_base() local 740 struct tegra_crtc *crtc; in dc_crtc_prepare() local 772 struct tegra_crtc *crtc; in dc_crtc_commit() local 816 if (tmp == crtc) in drm_crtc_index() 1081 drm_crtc_cleanup(crtc); in dc_destroy() [all …]
|
| H A D | tegra_host1x.c | 267 struct drm_crtc *crtc; in tegra_drm_preclose() local 269 list_for_each_entry(crtc, &drm->mode_config.crtc_list, head) in tegra_drm_preclose() 270 tegra_dc_cancel_page_flip(crtc, file); in tegra_drm_preclose() 287 struct drm_crtc *crtc; in host1x_drm_enable_vblank() local 289 list_for_each_entry(crtc, &drm_dev->mode_config.crtc_list, head) { in host1x_drm_enable_vblank() 290 if (pipe == tegra_dc_get_pipe(crtc)) { in host1x_drm_enable_vblank() 291 tegra_dc_enable_vblank(crtc); in host1x_drm_enable_vblank() 301 struct drm_crtc *crtc; in host1x_drm_disable_vblank() local 303 list_for_each_entry(crtc, &drm_dev->mode_config.crtc_list, head) { in host1x_drm_disable_vblank() 304 if (pipe == tegra_dc_get_pipe(crtc)) { in host1x_drm_disable_vblank() [all …]
|
| H A D | tegra_hdmi.c | 722 struct tegra_crtc *crtc; in hdmi_disable() local 727 if (sc->output.encoder.crtc != NULL) { in hdmi_disable() 728 crtc = container_of(sc->output.encoder.crtc, struct tegra_crtc, in hdmi_disable() 730 dc = crtc->dev; in hdmi_disable() 754 struct tegra_crtc *crtc; in hdmi_enable() local 760 mode = &sc->output.encoder.crtc->mode; in hdmi_enable() 761 crtc = container_of(sc->output.encoder.crtc, struct tegra_crtc, in hdmi_enable() 763 dc = crtc->dev; in hdmi_enable() 809 if (crtc->nvidia_head != 0) in hdmi_enable()
|