Lines Matching refs:ALOGE
92 ALOGE("Failed to acquire compositor lock %d", ret); in ~DrmDisplayCompositor()
103 ALOGE("Failed to acquire compositor lock %d", ret); in ~DrmDisplayCompositor()
113 ALOGE("Could not find drmdevice for display"); in Init()
118 ALOGE("Failed to initialize drm compositor lock %d\n", ret); in Init()
141 ALOGE("Failed to find crtc for display = %d", display_); in CreateInitializedComposition()
147 ALOGE("Failed to find resources for display = %d", display_); in CreateInitializedComposition()
152 ALOGE("Failed to init composition for display = %d", display_); in CreateInitializedComposition()
176 ALOGE("Failed to determine display mode: no connector for display %d", in GetActiveModeResolution()
188 ALOGE("Failed to allocate property set"); in DisablePlanes()
202 ALOGE("Failed to add plane %d disable to pset", plane->id()); in DisablePlanes()
210 ALOGE("Failed to commit pset ret=%d\n", ret); in DisablePlanes()
226 ALOGE("Writeback properties don't exit"); in SetupWritebackCommit()
230 ALOGE("Invalid writeback buffer"); in SetupWritebackCommit()
237 ALOGE("Failed to add writeback_fb_id"); in SetupWritebackCommit()
244 ALOGE("Failed to add writeback_out_fence"); in SetupWritebackCommit()
252 ALOGE("Failed to attach writeback"); in SetupWritebackCommit()
274 ALOGE("Could not locate connector for display %d", display_); in CommitFrame()
279 ALOGE("Could not locate crtc for display %d", display_); in CommitFrame()
285 ALOGE("Failed to allocate property set"); in CommitFrame()
291 ALOGE("Invalid arguments requested writeback without writeback conn"); in CommitFrame()
297 ALOGE("Failed to Setup Writeback Commit ret = %d", ret); in CommitFrame()
306 ALOGE("Failed to add OUT_FENCE_PTR property to pset: %d", ret); in CommitFrame()
316 ALOGE("Failed to add crtc active to pset\n"); in CommitFrame()
327 ALOGE("Failed to add blob %d to pset", mode_.blob_id); in CommitFrame()
348 ALOGE("Can't handle more than one source layer sz=%zu type=%d", in CommitFrame()
354 ALOGE("Source layer index %zu out of bounds %zu type=%d", in CommitFrame()
360 ALOGE("Expected a valid framebuffer for pset"); in CommitFrame()
398 ALOGE("Failed to add zpos property %d to plane %d", in CommitFrame()
421 ALOGE("Failed to get IN_FENCE_FD property id"); in CommitFrame()
426 ALOGE("Failed to add IN_FENCE_FD property to pset: %d", ret); in CommitFrame()
439 ALOGE("Failed to add plane %d disable to pset", plane->id()); in CommitFrame()
478 ALOGE("Failed to add plane %d to set", plane->id()); in CommitFrame()
487 ALOGE("Failed to add rotation property %d to plane %d", in CommitFrame()
497 ALOGE("Failed to add alpha property %d to plane %d", in CommitFrame()
507 ALOGE("Failed to add pixel blend mode property %d to plane %d", in CommitFrame()
522 ALOGE("Failed to commit pset ret=%d\n", ret); in CommitFrame()
533 ALOGE("Failed to destroy old mode property blob %" PRIu32 "/%d", in CommitFrame()
541 ALOGE("Failed to apply DPMS after modeset %d\n", ret); in CommitFrame()
562 ALOGE("Failed to get DrmConnector for display %d", display_); in ApplyDpms()
570 ALOGE("Failed to set DPMS property for connector %d", conn->id()); in ApplyDpms()
587 ALOGE("Failed to create mode property blob %d", ret); in CreateModeBlob()
590 ALOGE("Create blob_id %" PRIu32 "\n", id); in CreateModeBlob()
615 ALOGE("Abort playing back scene"); in ApplyFrame()
622 ALOGE("Composite failed for display %d", display_); in ApplyFrame()
651 ALOGE("Commit test failed for display %d, FIXME", display_); in ApplyComposition()
662 ALOGE("Failed to apply dpms for display %d", display_); in ApplyComposition()
671 ALOGE("Failed to create mode blob for display %d", display_); in ApplyComposition()
677 ALOGE("Unknown composition type %d", composition->type()); in ApplyComposition()
697 ALOGE("Failed to update modes %d", ret); in FlattenOnDisplay()
708 ALOGE("Failed to create mode blob for display %d", display_); in FlattenOnDisplay()
716 ALOGE("Failed to find similar mode"); in FlattenOnDisplay()
722 ALOGE("Failed to find crtc for display %d", display_); in FlattenOnDisplay()
740 ALOGE("Failed to plan the composition ret = %d", ret); in FlattenOnDisplay()
761 ALOGE("Failed to allocate writeback buffer"); in FlattenOnDisplay()
769 ALOGE("Failed to import writeback buffer"); in FlattenOnDisplay()
775 ALOGE("Atomic check failed"); in FlattenOnDisplay()
780 ALOGE("Atomic commit failed"); in FlattenOnDisplay()
788 ALOGE("Failed to wait on writeback fence"); in FlattenOnDisplay()
868 ALOGE("Failed to allocate writeback buffer"); in FlattenSerial()
882 ALOGE("Failed to import writeback buffer"); in FlattenSerial()
888 ALOGE("Failed to allocate property set"); in FlattenSerial()
894 ALOGE("Failed to find crtc for display %d", display_); in FlattenSerial()
900 ALOGE("Failed to Setup Writeback Commit"); in FlattenSerial()
905 ALOGE("Failed to enable writeback %d", ret); in FlattenSerial()
912 ALOGE("Failed to wait on writeback fence"); in FlattenSerial()
929 ALOGE("Failed to add flatten scene"); in FlattenSerial()
945 ALOGE("Failed to init drmdisplaycompositor = %d", ret); in FlattenConcurrent()
981 ALOGE("Failed to import buffer ret = %d", ret); in FlattenConcurrent()
988 ALOGE("Failed to set copy_comp layers"); in FlattenConcurrent()
997 ALOGE("Failed to flatten on display ret = %d", ret); in FlattenConcurrent()
1021 ALOGE("Failed to import framebuffer for display %d", ret); in FlattenConcurrent()
1027 ALOGE("Failed to add plane composition %d", ret); in FlattenConcurrent()