Skip to content
Snippets Groups Projects
  • Mario Limonciello's avatar
    b467b893
    amd-pstate: Validate writes work during init · b467b893
    Mario Limonciello authored and Marco Trevisan's avatar Marco Trevisan committed
    Due a firmware bug on some OEM systems the amd-pstate kernel driver
    starts up in active mode but EPP writes don't work.
    
    Admittedly this is a kernel bug that it still advertises support and
    it could be handled better by the kernel, but PPD can also validate
    writes with a no-op for each CPU at bootup.
    
    Do this to ensure that the CPU driver is only setup if we know it works.
    b467b893
    History
    amd-pstate: Validate writes work during init
    Mario Limonciello authored and Marco Trevisan's avatar Marco Trevisan committed
    Due a firmware bug on some OEM systems the amd-pstate kernel driver
    starts up in active mode but EPP writes don't work.
    
    Admittedly this is a kernel bug that it still advertises support and
    it could be handled better by the kernel, but PPD can also validate
    writes with a no-op for each CPU at bootup.
    
    Do this to ensure that the CPU driver is only setup if we know it works.