Home
last modified time | relevance | path

Searched refs:ATOM_PPLIB_STATE_V2 (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/radeon/
H A Dpptable.h427 //size of the state: struct_size(ATOM_PPLIB_STATE_V2, clockInfoIndex, ucNumDPMLevels)
436 } ATOM_PPLIB_STATE_V2; typedef
442 ATOM_PPLIB_STATE_V2 states[] /* __counted_by(ucNumEntries) */;
/linux/drivers/gpu/drm/amd/include/
H A Dpptable.h468 //size of the state: sizeof(ATOM_PPLIB_STATE_V2) + (ucNumDPMLevels - 1) * sizeof(UCHAR)
477 } ATOM_PPLIB_STATE_V2; typedef
483 ATOM_PPLIB_STATE_V2 states[] /* __counted_by(ucNumEntries) */;
/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dprocesspptables.c772 static const ATOM_PPLIB_STATE_V2 *get_state_entry_v2( in get_state_entry_v2()
777 const ATOM_PPLIB_STATE_V2 *pstate; in get_state_entry_v2()
782 pstate = (ATOM_PPLIB_STATE_V2 *)( in get_state_entry_v2()
888 const ATOM_PPLIB_STATE_V2 *pstate_entry_v2; in pp_tables_get_entry()