class CoreDisplayClock

Defined at line 14 of file ../../src/graphics/display/drivers/intel-display/clock/cdclk.h

Public Methods

bool CheckFrequency (uint32_t freq_khz)

Returns true if the target CDCLK frequency |freq_khz| is supported by the

current platform and current hardware config.

void CoreDisplayClock ()

Defined at line 16 of file ../../src/graphics/display/drivers/intel-display/clock/cdclk.h

bool SetFrequency (uint32_t freq_khz)

Sets CDCLK frequency to |freq_khz|, if the frequency is supported by the

current hardware config.

Returns false if there's any error when setting the frequency; otherwise

returns true.

void ~CoreDisplayClock ()

Defined at line 17 of file ../../src/graphics/display/drivers/intel-display/clock/cdclk.h

uint32_t current_freq_khz ()

Defined at line 29 of file ../../src/graphics/display/drivers/intel-display/clock/cdclk.h

Protected Methods

bool LoadState ()
void set_current_freq_khz (uint32_t freq_khz)

Defined at line 34 of file ../../src/graphics/display/drivers/intel-display/clock/cdclk.h