Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/pm/legacy-dpm/
Dr600_dpm.h121 R600_PM_DISPLAY_GAP_VBLANK_OR_WM = 0, enumerator
Dsi_dpm.c4148 tmp |= DISP1_GAP(R600_PM_DISPLAY_GAP_VBLANK_OR_WM); in si_program_display_gap()
4153 tmp |= DISP2_GAP(R600_PM_DISPLAY_GAP_VBLANK_OR_WM); in si_program_display_gap()
/linux-6.12.1/drivers/gpu/drm/radeon/
Dr600_dpm.h123 R600_PM_DISPLAY_GAP_VBLANK_OR_WM = 0, enumerator
Dcypress_dpm.c1752 tmp |= DISP1_GAP(R600_PM_DISPLAY_GAP_VBLANK_OR_WM); in cypress_program_display_gap()
1757 tmp |= DISP2_GAP(R600_PM_DISPLAY_GAP_VBLANK_OR_WM); in cypress_program_display_gap()
Drv6xx_dpm.c983 u32 tmp = (DISP1_GAP(R600_PM_DISPLAY_GAP_VBLANK_OR_WM) | in rv6xx_enable_display_gap()
984 DISP2_GAP(R600_PM_DISPLAY_GAP_VBLANK_OR_WM) | in rv6xx_enable_display_gap()
Dsi_dpm.c3624 tmp |= DISP1_GAP(R600_PM_DISPLAY_GAP_VBLANK_OR_WM); in si_program_display_gap()
3629 tmp |= DISP2_GAP(R600_PM_DISPLAY_GAP_VBLANK_OR_WM); in si_program_display_gap()
Dci_dpm.c1954 tmp |= DISP_GAP(R600_PM_DISPLAY_GAP_VBLANK_OR_WM); in ci_program_display_gap()