Searched refs:CANVAS_ERROR (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/system/dev/display/aml-canvas/
H A Daml-canvas.c57 CANVAS_ERROR("Height or width is not aligned\n");
70 CANVAS_ERROR("All canvas indexes are currently in use\n");
80 CANVAS_ERROR("zx_bti_pin failed %d \n", status);
85 CANVAS_ERROR("Physical address is not aligned\n");
213 CANVAS_ERROR("Could not get parent protocol\n");
219 CANVAS_ERROR("ZX_PROTOCOL_PLATFORM_BUS not available %d \n", status);
226 CANVAS_ERROR("Could not get BTI handle\n");
235 CANVAS_ERROR("Could not map DMC registers %d\n", status);
H A Daml-canvas.h21 #define CANVAS_ERROR(fmt, ...) zxlogf(ERROR, "[%s %d]" fmt, __func__, __LINE__, ##__VA_ARGS__) macro

Completed in 115 milliseconds