On Tue, 30 Jul 2024 19:53:16 +0530, Shyam Sundar S K wrote: > If the Ambient Light Sensor (ALS) is disabled, the current code in the PMF > driver does not query for Human Presence Detection (HPD) data in > amd_pmf_get_sensor_info(). As a result, stale HPD data is used by PMF-TA > to evaluate policy conditions, leading to unexpected behavior in the policy > output actions. > > To resolve this issue, modify the PMF driver to query HPD data > independently of ALS. > > [...] Thank you for your contribution, it has been applied to my local review-ilpo branch. Note it will show up in the public platform-drivers-x86/review-ilpo branch only once I've pushed my local branch there, which might take a while. The list of commits applied: [1/1] platform/x86/amd/pmf: Fix to Update HPD Data When ALS is Disabled commit: 78296429e20052b029211b0aca64aadc5052d581 -- i.