| commit | a47e79f74acbc2f00c531268555bcfb9fe73cf47 | [log] [tgz] | 
|---|---|---|
| author | Linux Build Service Account <lnxbuild@localhost> | Fri Jul 17 16:18:43 2015 -0700 | 
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | Fri Jul 17 16:18:43 2015 -0700 | 
| tree | 482a9f6811f4a99477d9e56b52b5bcf32d20ecc7 | |
| parent | 86f52c911a01383fda94eead75fbfcc41509f49d [diff] | |
| parent | 43815c72655cffbaf7b22c1d40219579bf81ad12 [diff] | 
Merge "sdm: blit: Remove warning log for UBWC"
diff --git a/sdm/libs/hwc/blit_engine_c2d.cpp b/sdm/libs/hwc/blit_engine_c2d.cpp index 2509f53..1c81016 100644 --- a/sdm/libs/hwc/blit_engine_c2d.cpp +++ b/sdm/libs/hwc/blit_engine_c2d.cpp
@@ -247,7 +247,6 @@ Layer &layer = layer_stack->layers[i]; if (IsUBWCFormat(layer.input_buffer->format)) { // UBWC is not currently supported - DLOGW("UBWC format found, cant support BLIT"); return -1; } if (layer.composition == kCompositionGPUTarget) {