File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 4747
4848 - name : ' Upload the artifacts'
4949 if : github.ref_name == env.GIT_LATEST_TAG
50- uses : actions/upload-pages-artifact@v1
50+ uses : actions/upload-pages-artifact@v2
5151 with :
5252 path : " _build/doc/html-out"
5353
Original file line number Diff line number Diff line change @@ -6389,12 +6389,14 @@ void va_TraceExportSurfaceHandle(
63896389 va_TraceMsg (trace_ctx , "\tflags = 0x%08x\n" , flags );
63906390
63916391 if (memType != VA_SURFACE_ATTRIB_MEM_TYPE_DRM_PRIME_2 ) {
6392+ DPY2TRACE_VIRCTX_EXIT (pva_trace );
63926393 return ;
63936394 }
63946395
63956396 VADRMPRIMESurfaceDescriptor * desc = (VADRMPRIMESurfaceDescriptor * )descriptor ;
63966397
63976398 if (!desc ) {
6399+ DPY2TRACE_VIRCTX_EXIT (pva_trace );
63986400 return ;
63996401 }
64006402
You can’t perform that action at this time.
0 commit comments