Searched refs:async_cursor_updates (Results 1 – 7 of 7) sorted by relevance
/aosp12/hardware/qcom/sdm845/display/sdm/libs/core/fb/ |
H A D | hw_device.h | 123 bool async_cursor_updates, uint32_t *mdp_flags);
|
H A D | hw_device.cpp | 254 SetMDPFlags(&layer, is_rotator_used, hw_layer_info.async_cursor_updates, &mdp_layer.flags); in Validate() 708 bool async_cursor_updates, uint32_t *mdp_flags) { in SetMDPFlags() argument 741 if (layer->flags.cursor && async_cursor_updates) { in SetMDPFlags()
|
/aosp12/hardware/qcom/sm8150/display/sdm/libs/core/fb/ |
H A D | hw_device.h | 143 bool async_cursor_updates, uint32_t *mdp_flags);
|
H A D | hw_device.cpp | 271 SetMDPFlags(&layer, is_rotator_used, hw_layer_info.async_cursor_updates, &mdp_layer.flags); in Validate() 725 bool async_cursor_updates, uint32_t *mdp_flags) { in SetMDPFlags() argument 758 if (layer->flags.cursor && async_cursor_updates) { in SetMDPFlags()
|
/aosp12/hardware/qcom/sdm845/display/sdm/include/private/ |
H A D | hw_info_types.h | 534 bool async_cursor_updates = false; // Cursor layer allowed to have async updates member
|
/aosp12/hardware/qcom/sm7250/display/sdm/include/private/ |
H A D | hw_info_types.h | 702 bool async_cursor_updates = false; // Cursor layer allowed to have async updates member
|
/aosp12/hardware/qcom/sm8150/display/sdm/include/private/ |
H A D | hw_info_types.h | 683 bool async_cursor_updates = false; // Cursor layer allowed to have async updates member
|