Searched refs:ucNumDPMLevels (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon_atombios.c2570 (power_state->v2.ucNumDPMLevels ?
2571 power_state->v2.ucNumDPMLevels : 1),
2575 if (power_state->v2.ucNumDPMLevels) {
2576 for (j = 0; j < power_state->v2.ucNumDPMLevels; j++) {
2599 power_state_offset += 2 + power_state->v2.ucNumDPMLevels;
H A Datombios.h7614 //size of the state: sizeof(ATOM_PPLIB_STATE_V2) + (ucNumDPMLevels - 1) * sizeof(UCHAR)
7615 UCHAR ucNumDPMLevels; member in struct:_ATOM_PPLIB_STATE_V2
7620 * Driver will read the first ucNumDPMLevels in this array

Completed in 288 milliseconds