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 47
47
48
48
- name : ' Upload the artifacts'
49
49
if : github.ref_name == env.GIT_LATEST_TAG
50
- uses : actions/upload-pages-artifact@v1
50
+ uses : actions/upload-pages-artifact@v2
51
51
with :
52
52
path : " _build/doc/html-out"
53
53
Original file line number Diff line number Diff line change @@ -6389,12 +6389,14 @@ void va_TraceExportSurfaceHandle(
6389
6389
va_TraceMsg (trace_ctx , "\tflags = 0x%08x\n" , flags );
6390
6390
6391
6391
if (memType != VA_SURFACE_ATTRIB_MEM_TYPE_DRM_PRIME_2 ) {
6392
+ DPY2TRACE_VIRCTX_EXIT (pva_trace );
6392
6393
return ;
6393
6394
}
6394
6395
6395
6396
VADRMPRIMESurfaceDescriptor * desc = (VADRMPRIMESurfaceDescriptor * )descriptor ;
6396
6397
6397
6398
if (!desc ) {
6399
+ DPY2TRACE_VIRCTX_EXIT (pva_trace );
6398
6400
return ;
6399
6401
}
6400
6402
You can’t perform that action at this time.
0 commit comments