Searched refs:hpd_bpp_ (Results 1 – 4 of 4) sorted by relevance
/hardware/qcom/sm8150/display/sdm/libs/hwc2/ |
D | hwc_session.h | 418 int hpd_bpp_ = 0; variable
|
D | hwc_session.cpp | 2712 hpd_bpp_ = GetEventValue(uevent_data, length, "bpp="); in UEventHandler() 2715 str_status ? str_status : "NULL", str_mst ? str_mst : "NULL", hpd_bpp_, hpd_pattern_); in UEventHandler() 3066 map_info.test_pattern = (hpd_bpp_ > 0) && (hpd_pattern_ > 0); in HandleConnectedDisplays() 3075 info.display_id, UINT32(hpd_bpp_), in HandleConnectedDisplays()
|
/hardware/qcom/sm7250/display/composer/ |
D | hwc_session.cpp | 2559 hpd_bpp_ = GetEventValue(uevent_data, length, "bpp="); in UEventHandler() 2562 str_status ? str_status : "NULL", str_mst ? str_mst : "NULL", hpd_bpp_, hpd_pattern_); in UEventHandler() 2961 map_info.test_pattern = (hpd_bpp_ > 0) && (hpd_pattern_ > 0); in HandleConnectedDisplays() 2970 info.display_id, UINT32(hpd_bpp_), in HandleConnectedDisplays()
|
D | hwc_session.h | 605 int hpd_bpp_ = 0; variable
|