/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/ |
D | WsbmWrapper.c | 48 ELOGTRACE("failed to allocate memory"); in pvrAlloc() 58 ELOGTRACE("failed to allocate node"); in pvrAlloc() 117 ELOGTRACE("invalid drm fd %d", drmFD); in psbWsbmInitialize() 124 ELOGTRACE("failed to initialize Wsbm, error code %d", ret); in psbWsbmInitialize() 135 ELOGTRACE("failed to get device offset, error code %d", ret); in psbWsbmInitialize() 143 ELOGTRACE("failed to initialize TTM Pool"); in psbWsbmInitialize() 165 ELOGTRACE("invalid parameter"); in psbWsbmAllocateFromUB() 175 ELOGTRACE("wsbmGenBuffers failed with error code %d", ret); in psbWsbmAllocateFromUB() 184 ELOGTRACE("wsbmBOData failed with error code %d", ret); in psbWsbmAllocateFromUB() 203 ELOGTRACE("invalid parameter"); in psbWsbmAllocateTTMBuffer() [all …]
|
D | Wsbm.cpp | 40 ELOGTRACE("failed to initialize Wsbm"); in initialize() 61 ELOGTRACE("failed to allocate buffer"); in allocateTTMBuffer() 72 ELOGTRACE("failed to allocate UB buffer"); in allocateTTMBufferUB() 83 ELOGTRACE("failed to destroy buffer"); in destroyTTMBuffer() 104 ELOGTRACE("failed to wrap buffer"); in wrapTTMBuffer() 115 ELOGTRACE("failed to unreference buffer"); in unreferenceTTMBuffer() 131 ELOGTRACE("failed to wait ttm buffer for idle"); in waitIdleTTMBuffer()
|
D | HdcpControl.cpp | 72 ELOGTRACE("failed to create hdcp control thread"); in startHdcp() 77 ELOGTRACE("failed to run HDCP"); in startHdcp() 116 ELOGTRACE("invalid callback or user data"); in startHdcpAsync() 129 ELOGTRACE("failed to create hdcp control thread"); in startHdcpAsync() 178 ELOGTRACE("failed to enable HDCP authentication"); in enableAuthentication() 196 ELOGTRACE("failed to stop disable authentication"); in disableAuthentication() 217 ELOGTRACE("failed to enable overlay IED"); in enableDisplayIED() 228 ELOGTRACE("failed to disable overlay IED"); in disableDisplayIED() 240 ELOGTRACE("failed to query HDCP capability"); in isHdcpSupported() 258 ELOGTRACE("failed to get hdcp link status"); in checkAuthenticated() [all …]
|
D | RotationBufferProvider.cpp | 25 ELOGTRACE(FUNC" failed. vaStatus = %#x", vaStatus);\ 31 ELOGTRACE(FUNC" failed. vaStatus = %#x", vaStatus);\ 146 ELOGTRACE("failed to allocate TTM buffer"); in createWsbmBuffer() 183 ELOGTRACE("invalid stride value"); in createVaSurface() 212 ELOGTRACE("failed to create buffer by wsbm"); in createVaSurface() 242 ELOGTRACE("vaCreateSurfacesWithAttribute returns %d", vaStatus); in createVaSurface() 243 ELOGTRACE("Attributes: target: %d, width: %d, height %d, bufferHeight %d, tiling %d", in createVaSurface() 265 ELOGTRACE("failed to get VADisplay"); in startVA() 275 ELOGTRACE("numEntryPoints value is invalid"); in startVA() 281 ELOGTRACE("failed to malloc memory for entryPoint"); in startVA() [all …]
|
D | OverlayPlaneBase.cpp | 276 ELOGTRACE("failed to allocate back buffer"); in createBackBuffer() 286 ELOGTRACE("failed to allocate TTM buffer"); in createBackBuffer() 354 ELOGTRACE("invalid payload buffer"); in getTTMMapper() 432 ELOGTRACE("failed to allocate mapper"); in getTTMMapper() 438 ELOGTRACE("failed to map"); in getTTMMapper() 442 ELOGTRACE("failed to remap"); in getTTMMapper() 454 ELOGTRACE("failed to add TTMMapper"); in getTTMMapper() 571 ELOGTRACE("no payload found"); in rotatedBufferReady() 661 ELOGTRACE("invalid back buffer"); in bufferOffsetSetup() 758 ELOGTRACE("unsupported format %d", format); in bufferOffsetSetup() [all …]
|
D | TTMBufferMapper.cpp | 52 ELOGTRACE("failed to map TTM buffer"); in map() 59 ELOGTRACE("failed to wait ttm buffer idle"); in map()
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/ |
D | Drm.cpp | 50 ELOGTRACE("failed to open Drm, error: %s", strerror(errno)); in initialize() 88 ELOGTRACE("fail to get drm resources, error: %s", strerror(errno)); in detect() 99 ELOGTRACE("fail to get drm resources connectors, error: %s", strerror(errno)); in detect() 105 ELOGTRACE("drmModeGetConnector failed"); in detect() 129 ELOGTRACE("failed to get encoder from a known encoder id"); in detect() 138 ELOGTRACE("fail to get drm resources encoders, error: %s", strerror(errno)); in detect() 144 ELOGTRACE("drmModeGetEncoder failed"); in detect() 156 ELOGTRACE("failed to get drm encoder"); in detect() 165 ELOGTRACE("failed to get crtc from a known crtc id"); in detect() 174 ELOGTRACE("fail to get drm resources crtcs, error: %s", strerror(errno)); in detect() [all …]
|
D | Hwcomposer.cpp | 62 ELOGTRACE("invalid parameters"); in prepare() 95 ELOGTRACE("failed to do prepare for device %d", i); in prepare() 112 ELOGTRACE("invalid parameters"); in commit() 135 ELOGTRACE("failed to do commit for device %d", i); in commit() 151 ELOGTRACE("invalid disp %d", disp); in vsyncControl() 159 ELOGTRACE("no device found"); in vsyncControl() 172 ELOGTRACE("invalid disp %d", disp); in blank() 180 ELOGTRACE("no device found"); in blank() 194 ELOGTRACE("invalid disp %d", disp); in getDisplayConfigs() 202 ELOGTRACE("no device %d found", disp); in getDisplayConfigs() [all …]
|
D | HwcModule.cpp | 33 ELOGTRACE("invalid HWC device."); \ 53 ELOGTRACE("failed to prepare"); in hwc_prepare() 66 ELOGTRACE("failed to commit"); in hwc_set() 115 ELOGTRACE("failed to control vsync"); in hwc_eventControl() 166 ELOGTRACE("failed for disp %d", disp); in hwc_compositionComplete() 235 ELOGTRACE("invalid name."); in hwc_device_open() 242 ELOGTRACE("try to open unknown HWComposer %s", name); in hwc_device_open() 249 ELOGTRACE("failed to intialize HWComposer"); in hwc_device_open()
|
D | HwcLayerList.cpp | 249 ELOGTRACE("invalid hwc list"); in initialize() 323 ELOGTRACE("no frame buffer target?"); in initialize() 413 ELOGTRACE("ZOrder config is not cleaned up!"); in assignCursorPlanes() 464 ELOGTRACE("ZOrder config is not cleaned up!"); in assignOverlayPlanes() 517 ELOGTRACE("ZOrder config is not cleaned up!"); in assignSpritePlanes() 566 ELOGTRACE("failed to compose all layers to primary plane, should never happen"); in assignPrimaryPlane() 626 ELOGTRACE("invalid ZOrderLayer, should never happen!!"); in attachPlanes() 732 ELOGTRACE("plane is candidate!, order = %d", zorder); in addZOrderLayer() 738 ELOGTRACE("layer exists!"); in addZOrderLayer() 748 ELOGTRACE("layer does not exist!"); in removeZOrderLayer() [all …]
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/buffers/ |
D | BufferManager.cpp | 54 ELOGTRACE("failed to create gralloc buffer cache"); in initialize() 173 ELOGTRACE("failed to allocate mapper"); in map() 178 ELOGTRACE("failed to map"); in map() 185 ELOGTRACE("failed to add mapper"); in map() 205 ELOGTRACE("invalid mapper"); in unmap() 212 ELOGTRACE("invalid ref count"); in unmap() 231 ELOGTRACE("invalid input parameter"); in allocFrameBuffer() 247 ELOGTRACE("failed to allocate frame buffer, error = %d", err); in allocFrameBuffer() 257 ELOGTRACE("failed to get data buffer, handle = %#x", handle); in allocFrameBuffer() 263 ELOGTRACE("failed to create buffer mapper"); in allocFrameBuffer() [all …]
|
D | BufferCache.cpp | 30 ELOGTRACE("buffer cache is not empty"); in ~BufferCache() 39 ELOGTRACE("buffer %#llx exists", handle); in addMapper() 46 ELOGTRACE("failed to add mapper. err = %d", index); in addMapper() 58 ELOGTRACE("invalid mapper"); in removeMapper() 89 ELOGTRACE("invalid index"); in getMapper()
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/tangier/ |
D | TngGrallocBufferMapper.cpp | 37 ELOGTRACE("Failed to create handle, out of memory!"); in TngGrallocBufferMapper() 80 ELOGTRACE("gtt mapping failed"); in gttMap() 97 ELOGTRACE("invalid parameter"); in gttUnmap() 107 ELOGTRACE("gtt unmapping failed"); in gttUnmap() 131 ELOGTRACE("failed to map. err = %d", err); in map() 191 ELOGTRACE("failed to unmap. err = %d", err); in unmap() 214 ELOGTRACE("Wrap ttm buffer failed!"); in mapKhandle() 220 ELOGTRACE("Create from UB failed!"); in mapKhandle() 248 ELOGTRACE("failed to map. err = %d", err); in getFbHandle() 261 ELOGTRACE("failed to unmap. err = %d", err); in putFbHandle()
|
D | TngDisplayContext.cpp | 48 ELOGTRACE("failed to load gralloc module, error = %d", err); in initialize() 55 ELOGTRACE("failed to get display device, error = %d", err); in initialize() 79 ELOGTRACE("invalid parameters"); in commitContents() 87 ELOGTRACE("layer count exceeds the limit"); in commitContents() 156 ELOGTRACE("post failed, err = %d", err); in commitEnd()
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/anniedale/ |
D | AnnPlaneManager.cpp | 157 ELOGTRACE("unsupported type %d", type); in allocPlane() 162 ELOGTRACE("failed to initialize plane."); in allocPlane() 215 … ELOGTRACE("number of sprite: %d, maximum 1 sprite and 1 primary supported on pipe 1", sprites); in isValidZOrder() 219 ELOGTRACE("invalid display device %d", dsp); in isValidZOrder() 228 ELOGTRACE("invalid display device %d", dsp); in assignPlanes() 284 ELOGTRACE("invalid zorder of cursor layer"); in assignPlanes() 289 ELOGTRACE("cursor plane is not available"); in assignPlanes() 309 ELOGTRACE("invalid plane type %d, expected %d", desc.type, config[i]->planeType); in assignPlanes() 316 ELOGTRACE("invalid plane type %d,", config[i]->planeType); in assignPlanes() 321 ELOGTRACE("invalid plane type %d, expected %d", desc.type, config[i]->planeType); in assignPlanes() [all …]
|
D | AnnOverlayPlane.cpp | 49 ELOGTRACE("handle == 0"); in setDataBuffer() 77 ELOGTRACE("Invalid overlay plane zorder %d", slot); in setZOrderConfig() 172 ELOGTRACE("invalid back buffer"); in bufferOffsetSetup() 313 ELOGTRACE("unsupported format %d", format); in bufferOffsetSetup() 347 ELOGTRACE("invalid back buffer"); in coordinateSetup() 379 ELOGTRACE("invalid back buffer"); in scalingSetup() 405 ELOGTRACE("invalid dst width/height"); in scalingSetup() 476 ELOGTRACE("xscaleInt > %d", INTEL_OVERLAY_MAX_SCALING_RATIO); in scalingSetup() 482 ELOGTRACE("xscaleIntUV > %d", INTEL_OVERLAY_MAX_SCALING_RATIO); in scalingSetup() 610 ELOGTRACE("Invalid transform %d", mTransform); in setTransform() [all …]
|
D | PlaneCapabilities.cpp | 75 ELOGTRACE("invalid plane type %d", planeType); in isFormatSupported() 134 ELOGTRACE("invalid plane type %d", planeType); in isSizeSupported() 159 ELOGTRACE("invalid plane type %d", planeType); in isBlendingSupported() 224 ELOGTRACE("invalid plane type %d", planeType); in isScalingSupported()
|
D | AnnRGBPlane.cpp | 64 ELOGTRACE("Failed to blit RGB buffer."); in flip() 90 ELOGTRACE("Invalid handle while scaling is required."); in setDataBuffer() 105 ELOGTRACE("Failed to allocate gralloc buffer."); in setDataBuffer() 140 ELOGTRACE("failed to set data buffer"); in setDataBuffer() 170 ELOGTRACE("unsupported format %#x", mapper.getFormat()); in setDataBuffer() 188 ELOGTRACE("invalid source crop"); in setDataBuffer()
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/observers/ |
D | UeventObserver.cpp | 53 ELOGTRACE("failed to create uevent observer thread"); in initialize() 87 ELOGTRACE("failed to make pipe"); in initialize() 131 ELOGTRACE("invalid event string or listener to register"); in registerListener() 137 ELOGTRACE("listener for uevent %s exists", event); in registerListener() 143 ELOGTRACE("failed to create Uevent Listener"); in registerListener() 155 ELOGTRACE("invalid uEvent file descriptor"); in threadLoop() 204 ELOGTRACE("no listener for uevent %s", msg); in onUevent()
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/devices/ |
D | PhysicalDevice.cpp | 62 ELOGTRACE("list is NULL"); in onGeometryChanged() 146 ELOGTRACE("failed to blank device"); in blank() 158 ELOGTRACE("invalid parameters"); in getDisplaySize() 194 ELOGTRACE("invalid parameters"); in getDisplayConfigs() 221 ELOGTRACE("invalid parameters"); in getDisplayAttributes() 238 ELOGTRACE("refresh rate is 0!!!"); in getDisplayAttributes() 255 ELOGTRACE("unknown attribute %d", attributes[i]); in getDisplayAttributes() 288 ELOGTRACE("drm detection on device %d failed ", mType); in detectDisplayConfigs() 314 ELOGTRACE("failed to get mode info"); in updateDisplayConfigs() 322 ELOGTRACE("failed to get physical size"); in updateDisplayConfigs() [all …]
|
D | ExternalDevice.cpp | 64 ELOGTRACE("Uevent observer is NULL"); in initialize() 127 ELOGTRACE("failed to create mode settings thread"); in setDrmMode() 166 ELOGTRACE("failed to set Drm mode"); in setDrmMode() 172 ELOGTRACE("failed to update display configs"); in setDrmMode() 180 ELOGTRACE("startHdcpAsync() failed; HDCP is not enabled"); in setDrmMode() 229 ELOGTRACE("failed to detect display config"); in hotplugListener() 250 ELOGTRACE("failed to start HDCP"); in hotplugListener() 355 ELOGTRACE("unknown attribute %d", attributes[i]); in getDisplayAttributes()
|
D | DummyDevice.cpp | 103 ELOGTRACE("invalid parameters"); in getDisplaySize() 118 ELOGTRACE("invalid parameters"); in getDisplayConfigs() 140 ELOGTRACE("invalid parameters"); in getDisplayAttributes() 168 ELOGTRACE("unknown attribute %d", attributes[i]); in getDisplayAttributes()
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/planes/ |
D | DisplayPlaneManager.cpp | 81 ELOGTRACE("plane count is not initialized"); in initialize() 97 ELOGTRACE("failed to allocate plane %d, type %d", j, i); in initialize() 159 ELOGTRACE("Invalid plane type %d", type); in getPlane() 179 ELOGTRACE("Invalid plane type %d", type); in getAnyPlane() 205 ELOGTRACE("Invalid plane type %d", type); in putPlane() 215 ELOGTRACE("Invalid plane type %d", type); in isFreePlane() 231 ELOGTRACE("Invalid display device %d", dsp); in getFreePlanes() 236 ELOGTRACE("Invalid plane type %d", type); in getFreePlanes() 267 ELOGTRACE("Invalid plane type %d", type); in reclaimPlane()
|
D | DisplayPlane.cpp | 208 ELOGTRACE("failed to get buffer"); in setDataBuffer() 224 ELOGTRACE("failed to map buffer %#x", handle); in setDataBuffer() 262 ELOGTRACE("failed to map buffer"); in mapBuffer() 269 ELOGTRACE("failed to add mapper"); in mapBuffer() 353 ELOGTRACE("failed to get mode info"); in assignToDevice()
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/utils/ |
D | HwcTrace.h | 33 #define ELOGTRACE(fmt,...) ALOGE("%s: " fmt, __func__, ##__VA_ARGS__) macro 85 ELOGTRACE(__VA_ARGS__); \
|