Home
last modified time | relevance | path

Searched refs:mpp_dbg_platform (Results 1 – 3 of 3) sorted by relevance

/rockchip-linux_mpp/osal/
H A Dmpp_platform.c134 mpp_dbg_platform("vcodec_type from kernel 0x%08x, vs from soc info 0x%08x\n", in mpp_plat_srv_init()
151 mpp_dbg_platform("confliction found at client_type %d\n", client_type); in mpp_plat_srv_init()
156 mpp_dbg_platform("client %d driver is ready but not declared!\n", client_type); in mpp_plat_srv_init()
163 mpp_dbg_platform("vcode_type 0x%08x\n", srv->vcodec_type); in mpp_plat_srv_init()
H A Dmpp_soc.c1053 mpp_dbg_platform("chip name: %s\n", name); in read_soc_name()
1068 mpp_dbg_platform("match chip name: %s\n", compatible); in check_soc_info()
1107 mpp_dbg_platform("use default chip info\n"); in mpp_soc_srv_init()
1129 mpp_dbg_platform("coding caps: dec %08x enc %08x\n", in mpp_soc_srv_init()
1131 mpp_dbg_platform("vcodec type from cap: %08x, from soc_info %08x\n", in mpp_soc_srv_init()
/rockchip-linux_mpp/osal/inc/
H A Dmpp_debug.h33 #define mpp_dbg_platform(fmt, ...) mpp_dbg(MPP_DBG_PLATFORM, fmt, ## __VA_ARGS__) macro