Home
last modified time | relevance | path

Searched refs:DLOGV_IF (Results 1 – 7 of 7) sorted by relevance

/hardware/qcom/display/msm8996/sdm/libs/core/
Dresource_default.cpp194 DLOGV_IF(kTagResources, "==== Resource reserving start: hw_block = %d ====", hw_block_id); in Acquire()
197 DLOGV_IF(kTagResources, "More than one FB layers"); in Acquire()
204 DLOGV_IF(kTagResources, "Not an FB layer"); in Acquire()
210 DLOGV_IF(kTagResources, "Resource config failed"); in Acquire()
234 DLOGV_IF(kTagResources, "Get left pipe failed: hw_block_id = %d, need_scale = %d", in Acquire()
251 DLOGV_IF(kTagResources, "1 pipe acquired for FB layer, left_pipe = %x", left_pipe->pipe_id); in Acquire()
259 DLOGV_IF(kTagResources, "Get right pipe failed: hw_block_id = %d, need_scale = %d", hw_block_id, in Acquire()
279 DLOGV_IF(kTagResources, "2 pipes acquired for FB layer, left_pipe = %x, right_pipe = %x", in Acquire()
285 DLOGV_IF(kTagResources, "Resource reserving failed! hw_block = %d", hw_block_id); in Acquire()
303 DLOGV_IF(kTagResources, "Resource for hw_block = %d, frame_count = %d", hw_block_id, frame_count); in PostCommit()
[all …]
Dcomp_manager.cpp117 DLOGV_IF(kTagCompManager, "registered display bit mask 0x%x, configured display bit mask 0x%x, " \ in RegisterDisplay()
147 DLOGV_IF(kTagCompManager, "registered display bit mask 0x%x, configured display bit mask 0x%x, " \ in UnregisterDisplay()
340 DLOGV_IF(kTagCompManager, "registered display bit mask 0x%x, configured display bit mask 0x%x, " \ in PostCommit()
/hardware/qcom/display/msm8996/sdm/include/utils/
Ddebug.h45 #define DLOGV_IF(tag, format, ...) DLOG(tag, Verbose, format, ##__VA_ARGS__) macro
50 #define DLOGV(format, ...) DLOGV_IF(kTagNone, format, ##__VA_ARGS__)
/hardware/qcom/display/msm8996/sdm/libs/core/fb/
Dhw_primary.cpp616 DLOGV_IF(kTagDriverConfig, "Set brightness level to %d", level); in SetPanelBrightness()
619 DLOGV_IF(kTagDriverConfig, "Failed to open node = %s, error = %s ", kBrightnessNode, in SetPanelBrightness()
626 DLOGV_IF(kTagDriverConfig, "Failed to copy new brightness level = %d", level); in SetPanelBrightness()
633 DLOGV_IF(kTagDriverConfig, "Failed to write to node = %s, error = %s ", kBrightnessNode, in SetPanelBrightness()
647 DLOGV_IF(kTagDriverConfig, "Invalid input, null pointer."); in GetPanelBrightness()
653 DLOGV_IF(kTagDriverConfig, "Failed to open brightness node = %s, error = %s", kBrightnessNode, in GetPanelBrightness()
660 DLOGV_IF(kTagDriverConfig, "Brightness level = %d", *level); in GetPanelBrightness()
715 DLOGV_IF(kTagDriverConfig, "feature_id = %d", feature->feature_id_); in SetPPFeatures()
Dhw_device.cpp171 DLOGV_IF(kTagDriverConfig, "************************** %s Validate Input ***********************", in Validate()
173 DLOGV_IF(kTagDriverConfig, "SDE layer count is %d", hw_layer_info.count); in Validate()
244 DLOGV_IF(kTagDriverConfig, "******************* Layer[%d] %s pipe Input ******************", in Validate()
246 DLOGV_IF(kTagDriverConfig, "in_w %d, in_h %d, in_f %d", mdp_buffer.width, mdp_buffer.height, in Validate()
248 DLOGV_IF(kTagDriverConfig, "plane_alpha %d, zorder %d, blending %d, horz_deci %d, " in Validate()
252 DLOGV_IF(kTagDriverConfig, "src_rect [%d, %d, %d, %d]", mdp_layer.src_rect.x, in Validate()
254 DLOGV_IF(kTagDriverConfig, "dst_rect [%d, %d, %d, %d]", mdp_layer.dst_rect.x, in Validate()
258 DLOGV_IF(kTagDriverConfig, "Scale Data[%d]: Phase=[%x %x %x %x] Pixel_Ext=[%d %d %d %d]", in Validate()
262 DLOGV_IF(kTagDriverConfig, "Fetch=[%d %d %d %d] Repeat=[%d %d %d %d] roi_width = %d", in Validate()
267 DLOGV_IF(kTagDriverConfig, "*************************************************************"); in Validate()
[all …]
Dhw_color_manager.cpp66 DLOGV_IF(kTagQDCM, "kernel params version = %d, block = %d, flags = %d", in SetPCC()
122 DLOGV_IF(kTagQDCM, "kernel params version = %d, block = %d, flags = %d", in SetPAV2()
/hardware/qcom/display/msm8996/sdm/libs/utils/
Drect.cpp50 DLOGV_IF(debug_tag, "%s: left = %.0f, top = %.0f, right = %.0f, bottom = %.0f", in Log()