Lines Matching refs:ALOGE
80 ALOGE("Failed to acquire compositor lock %d", ret); in ~DrmDisplayCompositor()
91 ALOGE("Failed to acquire compositor lock %d", ret); in ~DrmDisplayCompositor()
101 ALOGE("Could not find drmdevice for display"); in Init()
106 ALOGE("Failed to initialize drm compositor lock %d\n", ret); in Init()
129 ALOGE("Failed to find crtc for display = %d", display_); in CreateInitializedComposition()
135 ALOGE("Failed to find resources for display = %d", display_); in CreateInitializedComposition()
140 ALOGE("Failed to init composition for display = %d", display_); in CreateInitializedComposition()
151 ALOGE("Failed to determine display mode: no connector for display %d", in GetActiveModeResolution()
163 ALOGE("Failed to allocate property set"); in DisablePlanes()
177 ALOGE("Failed to add plane %d disable to pset", plane->id()); in DisablePlanes()
185 ALOGE("Failed to commit pset ret=%d\n", ret); in DisablePlanes()
201 ALOGE("Writeback properties don't exit"); in SetupWritebackCommit()
205 ALOGE("Invalid writeback buffer"); in SetupWritebackCommit()
212 ALOGE("Failed to add writeback_fb_id"); in SetupWritebackCommit()
219 ALOGE("Failed to add writeback_out_fence"); in SetupWritebackCommit()
227 ALOGE("Failed to attach writeback"); in SetupWritebackCommit()
249 ALOGE("Could not locate connector for display %d", display_); in CommitFrame()
254 ALOGE("Could not locate crtc for display %d", display_); in CommitFrame()
260 ALOGE("Failed to allocate property set"); in CommitFrame()
266 ALOGE("Invalid arguments requested writeback without writeback conn"); in CommitFrame()
272 ALOGE("Failed to Setup Writeback Commit ret = %d", ret); in CommitFrame()
281 ALOGE("Failed to add OUT_FENCE_PTR property to pset: %d", ret); in CommitFrame()
291 ALOGE("Failed to add crtc active to pset\n"); in CommitFrame()
302 ALOGE("Failed to add blob %d to pset", mode_.blob_id); in CommitFrame()
323 ALOGE("Can't handle more than one source layer sz=%zu type=%d", in CommitFrame()
329 ALOGE("Source layer index %zu out of bounds %zu type=%d", in CommitFrame()
335 ALOGE("Expected a valid framebuffer for pset"); in CommitFrame()
373 ALOGE("Failed to add zpos property %d to plane %d", in CommitFrame()
396 ALOGE("Failed to get IN_FENCE_FD property id"); in CommitFrame()
401 ALOGE("Failed to add IN_FENCE_FD property to pset: %d", ret); in CommitFrame()
414 ALOGE("Failed to add plane %d disable to pset", plane->id()); in CommitFrame()
453 ALOGE("Failed to add plane %d to set", plane->id()); in CommitFrame()
462 ALOGE("Failed to add rotation property %d to plane %d", in CommitFrame()
472 ALOGE("Failed to add alpha property %d to plane %d", in CommitFrame()
482 ALOGE("Failed to add pixel blend mode property %d to plane %d", in CommitFrame()
497 ALOGE("Failed to commit pset ret=%d\n", ret); in CommitFrame()
508 ALOGE("Failed to destroy old mode property blob %" PRIu32 "/%d", in CommitFrame()
516 ALOGE("Failed to apply DPMS after modeset %d\n", ret); in CommitFrame()
537 ALOGE("Failed to get DrmConnector for display %d", display_); in ApplyDpms()
545 ALOGE("Failed to set DPMS property for connector %d", conn->id()); in ApplyDpms()
562 ALOGE("Failed to create mode property blob %d", ret); in CreateModeBlob()
565 ALOGE("Create blob_id %" PRIu32 "\n", id); in CreateModeBlob()
590 ALOGE("Abort playing back scene"); in ApplyFrame()
597 ALOGE("Composite failed for display %d", display_); in ApplyFrame()
621 ALOGE("Commit test failed for display %d, FIXME", display_); in ApplyComposition()
632 ALOGE("Failed to apply dpms for display %d", display_); in ApplyComposition()
641 ALOGE("Failed to create mode blob for display %d", display_); in ApplyComposition()
647 ALOGE("Unknown composition type %d", composition->type()); in ApplyComposition()
667 ALOGE("Failed to update modes %d", ret); in FlattenOnDisplay()
678 ALOGE("Failed to create mode blob for display %d", display_); in FlattenOnDisplay()
686 ALOGE("Failed to find similar mode"); in FlattenOnDisplay()
692 ALOGE("Failed to find crtc for display %d", display_); in FlattenOnDisplay()
710 ALOGE("Failed to plan the composition ret = %d", ret); in FlattenOnDisplay()
731 ALOGE("Failed to allocate writeback buffer"); in FlattenOnDisplay()
739 ALOGE("Failed to import writeback buffer"); in FlattenOnDisplay()
745 ALOGE("Atomic check failed"); in FlattenOnDisplay()
750 ALOGE("Atomic commit failed"); in FlattenOnDisplay()
758 ALOGE("Failed to wait on writeback fence"); in FlattenOnDisplay()
789 ALOGE("Failed to allocate writeback buffer"); in FlattenSerial()
803 ALOGE("Failed to import writeback buffer"); in FlattenSerial()
809 ALOGE("Failed to allocate property set"); in FlattenSerial()
815 ALOGE("Failed to find crtc for display %d", display_); in FlattenSerial()
821 ALOGE("Failed to Setup Writeback Commit"); in FlattenSerial()
826 ALOGE("Failed to enable writeback %d", ret); in FlattenSerial()
833 ALOGE("Failed to wait on writeback fence"); in FlattenSerial()
850 ALOGE("Failed to add flatten scene"); in FlattenSerial()
866 ALOGE("Failed to init drmdisplaycompositor = %d", ret); in FlattenConcurrent()
901 ALOGE("Failed to import buffer ret = %d", ret); in FlattenConcurrent()
908 ALOGE("Failed to set copy_comp layers"); in FlattenConcurrent()
917 ALOGE("Failed to flatten on display ret = %d", ret); in FlattenConcurrent()
941 ALOGE("Failed to import framebuffer for display %d", ret); in FlattenConcurrent()
947 ALOGE("Failed to add plane composition %d", ret); in FlattenConcurrent()