blob: 9d9675742ec2403f4c84875c24c67de5f4709c10 [file] [log] [blame]
name: mfc_frame_top
ID: 1094
format:
field:unsigned short common_type; offset:0; size:2; signed:0;
field:unsigned char common_flags; offset:2; size:1; signed:0;
field:unsigned char common_preempt_count; offset:3; size:1; signed:0;
field:int common_pid; offset:4; size:4; signed:1;
field:int ctx_num; offset:8; size:4; signed:1;
field:int reason; offset:12; size:4; signed:1;
field:int type; offset:16; size:4; signed:1;
field:int is_drm; offset:20; size:4; signed:1;
print fmt: "ctx[%d] reason=%d, type=%d, %s", REC->ctx_num, REC->reason, REC->type, REC->is_drm ? "drm" : "normal"