Searched refs:DEBUG_PRINT (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/misc/rk628/ |
| H A D | rk628.c | 697 #define DEBUG_PRINT(args...) \ macro 828 DEBUG_PRINT("input:%s\n", input_s); in rk628_debugfs_dump() 881 DEBUG_PRINT(" Display mode: %dx%dp%d,dclk[%llu],tdms_clk[%d]\n", in rk628_debugfs_dump() 884 DEBUG_PRINT("\tH: %d %d %d %d\n", src_hactive, src_htotal - src_hoffset, in rk628_debugfs_dump() 887 DEBUG_PRINT("\tV: %d %d %d %d\n", src_vactive, in rk628_debugfs_dump() 905 DEBUG_PRINT(" Display mode: %dx%dp%d,dclk[%llu]\n", in rk628_debugfs_dump() 908 DEBUG_PRINT("\tH-total: %d\n", src_htotal); in rk628_debugfs_dump() 910 DEBUG_PRINT("\tV-total: %d\n", src_vtotal); in rk628_debugfs_dump() 949 DEBUG_PRINT("output:%s\n", output_s); in rk628_debugfs_dump() 971 DEBUG_PRINT(" Display mode: %dx%dp%d,dclk[%llu]\n", in rk628_debugfs_dump() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/ |
| H A D | rockchip_drm_vop.c | 2561 #define DEBUG_PRINT(args...) \ macro 2584 DEBUG_PRINT(" win%d-%d: %s\n", win->win_id, win->area_id, in vop_plane_info_dump() 2593 DEBUG_PRINT("\tformat: %s%s%s[%d] color_space[%d]\n", in vop_plane_info_dump() 2598 DEBUG_PRINT("\tcsc: y2r[%d] r2r[%d] r2y[%d] csc mode[%d]\n", in vop_plane_info_dump() 2601 DEBUG_PRINT("\tzpos: %d\n", pstate->zpos); in vop_plane_info_dump() 2602 DEBUG_PRINT("\tsrc: pos[%dx%d] rect[%dx%d]\n", src->x1 >> 16, in vop_plane_info_dump() 2605 DEBUG_PRINT("\tdst: pos[%dx%d] rect[%dx%d]\n", dest->x1, dest->y1, in vop_plane_info_dump() 2613 DEBUG_PRINT("\tbuf[%d]: addr: %pad pitch: %d offset: %d\n", in vop_plane_info_dump() 2628 DEBUG_PRINT(" Connector: %s\n", connector->name); in vop_dump_connector_on_crtc() 2644 DEBUG_PRINT("VOP [%s]: %s\n", dev_name(vop->dev), in vop_crtc_debugfs_dump() [all …]
|
| H A D | rockchip_drm_vop2.c | 6200 #define DEBUG_PRINT(args...) \ macro 6222 DEBUG_PRINT(" %s: %s\n", win->name, pstate->crtc ? "ACTIVE" : "DISABLED"); in vop2_plane_info_dump() 6229 DEBUG_PRINT("\twin_id: %d\n", win->win_id); in vop2_plane_info_dump() 6232 DEBUG_PRINT("\tformat: %s%s%s[%d] color_space[%d] glb_alpha[0x%x]\n", in vop2_plane_info_dump() 6237 DEBUG_PRINT("\trotate: xmirror: %d ymirror: %d rotate_90: %d rotate_270: %d\n", in vop2_plane_info_dump() 6240 DEBUG_PRINT("\tcsc: y2r[%d] r2y[%d] csc mode[%d]\n", in vop2_plane_info_dump() 6243 DEBUG_PRINT("\tzpos: %d\n", vpstate->zpos); in vop2_plane_info_dump() 6244 DEBUG_PRINT("\tsrc: pos[%d, %d] rect[%d x %d]\n", src->x1 >> 16, in vop2_plane_info_dump() 6247 DEBUG_PRINT("\tdst: pos[%d, %d] rect[%d x %d]\n", dest->x1, dest->y1, in vop2_plane_info_dump() 6255 DEBUG_PRINT("\tbuf[%d]: addr: %pad pitch: %d offset: %d\n", in vop2_plane_info_dump() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/md/ |
| H A D | dm-integrity.c | 332 #ifdef DEBUG_PRINT
|