HomeSort by: relevance | last modified time | path
    Searched defs:tegra_crtc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arm/nvidia/
tegra_drm.h 93 struct tegra_crtc { struct
160 #define to_tegra_crtc(x) container_of(x, struct tegra_crtc, base)
tegra_drm_mode.c 279 struct tegra_crtc *crtc;
370 struct tegra_crtc *tegra_crtc = to_tegra_crtc(crtc); local in function:tegra_crtc_cursor_set
376 if (tegra_crtc->enabled == false)
381 opt = DC_READ(tegra_crtc, DC_DISP_DISP_WIN_OPTIONS_REG);
384 DC_WRITE(tegra_crtc, DC_DISP_DISP_WIN_OPTIONS_REG, opt);
386 DC_WRITE(tegra_crtc, DC_CMD_STATE_CONTROL_REG,
388 DC_WRITE(tegra_crtc, DC_CMD_STATE_CONTROL_REG,
406 handle, tegra_crtc->index);
440 struct drm_gem_cma_object *cursor_obj = tegra_crtc->cursor_obj
512 struct tegra_crtc *tegra_crtc = to_tegra_crtc(crtc); local in function:tegra_crtc_cursor_move
533 struct tegra_crtc *tegra_crtc = to_tegra_crtc(crtc); local in function:tegra_crtc_destroy
546 struct tegra_crtc *tegra_crtc = to_tegra_crtc(crtc); local in function:tegra_crtc_dpms
574 struct tegra_crtc *tegra_crtc = to_tegra_crtc(crtc); local in function:tegra_crtc_mode_set
668 struct tegra_crtc *tegra_crtc = to_tegra_crtc(crtc); local in function:tegra_crtc_do_set_base
695 struct tegra_crtc *tegra_crtc = to_tegra_crtc(crtc); local in function:tegra_crtc_mode_set_base
712 struct tegra_crtc *tegra_crtc = to_tegra_crtc(crtc); local in function:tegra_crtc_mode_set_base_atomic
733 struct tegra_crtc *tegra_crtc = to_tegra_crtc(crtc); local in function:tegra_crtc_prepare
746 struct tegra_crtc *tegra_crtc = to_tegra_crtc(crtc); local in function:tegra_crtc_commit
904 struct tegra_crtc *tegra_crtc = to_tegra_crtc(encoder->crtc); local in function:tegra_encoder_mode_set
1285 struct tegra_crtc *tegra_crtc = priv; local in function:tegra_crtc_intr
1316 struct tegra_crtc *tegra_crtc = NULL; local in function:tegra_drm_enable_vblank
1336 struct tegra_crtc *tegra_crtc = NULL; local in function:tegra_drm_disable_vblank
    [all...]

Completed in 54 milliseconds