Message ID | 20181112194222.193546-3-sean@poorly.run (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | drm/msm: dpu: Clean up runtime power handling | expand |
On 2018-11-12 11:42, Sean Paul wrote: > From: Sean Paul <seanpaul@chromium.org> > > Signed-off-by: Sean Paul <seanpaul@chromium.org> > --- Reviewed-by: Jeykumar Sankaran <jsanka@codeaurora.org> > drivers/gpu/drm/msm/disp/dpu1/dpu_trace.h | 21 --------------------- > 1 file changed, 21 deletions(-) > > diff --git a/drivers/gpu/drm/msm/disp/dpu1/dpu_trace.h > b/drivers/gpu/drm/msm/disp/dpu1/dpu_trace.h > index 0c122e173892..7ab0ba8224f6 100644 > --- a/drivers/gpu/drm/msm/disp/dpu1/dpu_trace.h > +++ b/drivers/gpu/drm/msm/disp/dpu1/dpu_trace.h > @@ -99,27 +99,6 @@ TRACE_EVENT(dpu_perf_set_ot, > __entry->vbif_idx) > ) > > -TRACE_EVENT(dpu_perf_update_bus, > - TP_PROTO(int client, unsigned long long ab_quota, > - unsigned long long ib_quota), > - TP_ARGS(client, ab_quota, ib_quota), > - TP_STRUCT__entry( > - __field(int, client) > - __field(u64, ab_quota) > - __field(u64, ib_quota) > - ), > - TP_fast_assign( > - __entry->client = client; > - __entry->ab_quota = ab_quota; > - __entry->ib_quota = ib_quota; > - ), > - TP_printk("Request client:%d ab=%llu ib=%llu", > - __entry->client, > - __entry->ab_quota, > - __entry->ib_quota) > -) > - > - > TRACE_EVENT(dpu_cmd_release_bw, > TP_PROTO(u32 crtc_id), > TP_ARGS(crtc_id),
diff --git a/drivers/gpu/drm/msm/disp/dpu1/dpu_trace.h b/drivers/gpu/drm/msm/disp/dpu1/dpu_trace.h index 0c122e173892..7ab0ba8224f6 100644 --- a/drivers/gpu/drm/msm/disp/dpu1/dpu_trace.h +++ b/drivers/gpu/drm/msm/disp/dpu1/dpu_trace.h @@ -99,27 +99,6 @@ TRACE_EVENT(dpu_perf_set_ot, __entry->vbif_idx) ) -TRACE_EVENT(dpu_perf_update_bus, - TP_PROTO(int client, unsigned long long ab_quota, - unsigned long long ib_quota), - TP_ARGS(client, ab_quota, ib_quota), - TP_STRUCT__entry( - __field(int, client) - __field(u64, ab_quota) - __field(u64, ib_quota) - ), - TP_fast_assign( - __entry->client = client; - __entry->ab_quota = ab_quota; - __entry->ib_quota = ib_quota; - ), - TP_printk("Request client:%d ab=%llu ib=%llu", - __entry->client, - __entry->ab_quota, - __entry->ib_quota) -) - - TRACE_EVENT(dpu_cmd_release_bw, TP_PROTO(u32 crtc_id), TP_ARGS(crtc_id),