Home
last modified time | relevance | path

Searched refs:PreVBlankGap (Results 1 – 16 of 16) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/inc/
H A Dsmumgr.h45 PreVBlankGap, enumerator
H A Dsmu71.h364 uint32_t PreVBlankGap; member
H A Dsmu7_discrete.h43 uint32_t PreVBlankGap; member
H A Dsmu73.h435 uint32_t PreVBlankGap; member
H A Dsmu72.h463 uint32_t PreVBlankGap; member
H A Dsmu75.h401 uint32_t PreVBlankGap; member
H A Dsmu74.h507 uint32_t PreVBlankGap; member
/openbmc/linux/drivers/gpu/drm/radeon/
H A Dsmu7_discrete.h43 uint32_t PreVBlankGap; member
H A Dci_dpm.c1974 ci_write_smc_soft_register(rdev, offsetof(SMU7_SoftRegisters, PreVBlankGap), 0x64); in ci_program_display_gap()
/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H A Dvegam_smumgr.c2166 case PreVBlankGap: in vegam_get_offsetof()
2167 return offsetof(SMU75_SoftRegisters, PreVBlankGap); in vegam_get_offsetof()
H A Dfiji_smumgr.c2306 case PreVBlankGap: in fiji_get_offsetof()
2307 return offsetof(SMU73_SoftRegisters, PreVBlankGap); in fiji_get_offsetof()
H A Diceland_smumgr.c2225 case PreVBlankGap: in iceland_get_offsetof()
2226 return offsetof(SMU71_SoftRegisters, PreVBlankGap); in iceland_get_offsetof()
H A Dpolaris10_smumgr.c2431 case PreVBlankGap: in polaris10_get_offsetof()
2432 return offsetof(SMU74_SoftRegisters, PreVBlankGap); in polaris10_get_offsetof()
H A Dci_smumgr.c2262 case PreVBlankGap: in ci_get_offsetof()
2263 return offsetof(SMU7_SoftRegisters, PreVBlankGap); in ci_get_offsetof()
H A Dtonga_smumgr.c2617 case PreVBlankGap: in tonga_get_offsetof()
2618 return offsetof(SMU72_SoftRegisters, PreVBlankGap); in tonga_get_offsetof()
/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dsmu7_hwmgr.c4610 PreVBlankGap), 0x64); in smu7_program_display_gap()