sm8250-common: livedisplay: Update hbm path
Change-Id: I9ecbce2634ce48f64dd48b3a7f2999880378ac3e
This commit is contained in:
parent
1ddd2ecb9a
commit
24047d6b28
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ namespace V2_0 {
|
|||
namespace implementation {
|
||||
|
||||
static constexpr const char* kHbmPath =
|
||||
"/sys/devices/platform/soc/ae00000.qcom,mdss_mdp/drm/card0/card0-DSI-1/hbm";
|
||||
"/sys/class/drm/card0-DSI-1/hbm";
|
||||
|
||||
Return<bool> SunlightEnhancement::isEnabled() {
|
||||
std::ifstream file(kHbmPath);
|
||||
|
|
Loading…
Reference in a new issue