Home
last modified time | relevance | path

Searched defs:dml_print (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/
Ddml_logging.h29 #define dml_print(...) ((void)0) macro
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/
Ddml_logger.h33 #define dml_print(str, ...) {DC_LOG_DML(str, ##__VA_ARGS__); } macro