Home
last modified time | relevance | path

Searched refs:R600_PM_DISPLAY_GAP_VBLANK_OR_WM (Results 1 – 7 of 7) sorted by relevance

/drivers/gpu/drm/amd/amdgpu/
Dr600_dpm.h122 R600_PM_DISPLAY_GAP_VBLANK_OR_WM = 0, enumerator
Dsi_dpm.c4227 tmp |= DISP1_GAP(R600_PM_DISPLAY_GAP_VBLANK_OR_WM); in si_program_display_gap()
4232 tmp |= DISP2_GAP(R600_PM_DISPLAY_GAP_VBLANK_OR_WM); in si_program_display_gap()
/drivers/gpu/drm/radeon/
Dr600_dpm.h122 R600_PM_DISPLAY_GAP_VBLANK_OR_WM = 0, enumerator
Drv6xx_dpm.c984 u32 tmp = (DISP1_GAP(R600_PM_DISPLAY_GAP_VBLANK_OR_WM) | in rv6xx_enable_display_gap()
985 DISP2_GAP(R600_PM_DISPLAY_GAP_VBLANK_OR_WM) | in rv6xx_enable_display_gap()
Dcypress_dpm.c1749 tmp |= DISP1_GAP(R600_PM_DISPLAY_GAP_VBLANK_OR_WM); in cypress_program_display_gap()
1754 tmp |= DISP2_GAP(R600_PM_DISPLAY_GAP_VBLANK_OR_WM); in cypress_program_display_gap()
Dsi_dpm.c3743 tmp |= DISP1_GAP(R600_PM_DISPLAY_GAP_VBLANK_OR_WM); in si_program_display_gap()
3748 tmp |= DISP2_GAP(R600_PM_DISPLAY_GAP_VBLANK_OR_WM); in si_program_display_gap()
Dci_dpm.c1978 tmp |= DISP_GAP(R600_PM_DISPLAY_GAP_VBLANK_OR_WM); in ci_program_display_gap()