File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -455,27 +455,10 @@ static bool dxgdmafence_enable_signaling(struct dma_fence *fence)
455455 return true;
456456}
457457
458- static void dxgdmafence_value_str (struct dma_fence * fence ,
459- char * str , int size )
460- {
461- snprintf (str , size , "%lld" , fence -> seqno );
462- }
463-
464- static void dxgdmafence_timeline_value_str (struct dma_fence * fence ,
465- char * str , int size )
466- {
467- struct dxgsyncpoint * syncpoint ;
468-
469- syncpoint = to_syncpoint (fence );
470- snprintf (str , size , "%lld" , syncpoint -> fence_value );
471- }
472-
473458static const struct dma_fence_ops dxgdmafence_ops = {
474459 .get_driver_name = dxgdmafence_get_driver_name ,
475460 .get_timeline_name = dxgdmafence_get_timeline_name ,
476461 .enable_signaling = dxgdmafence_enable_signaling ,
477462 .signaled = dxgdmafence_signaled ,
478463 .release = dxgdmafence_release ,
479- .fence_value_str = dxgdmafence_value_str ,
480- .timeline_value_str = dxgdmafence_timeline_value_str ,
481464};
You can’t perform that action at this time.
0 commit comments