We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0a67d7b + 7d6c7d4 commit 0fef9b7Copy full SHA for 0fef9b7
2 files changed
.github/workflows/ghpages.yml
@@ -47,7 +47,7 @@ jobs:
47
48
- name: 'Upload the artifacts'
49
if: github.ref_name == env.GIT_LATEST_TAG
50
- uses: actions/upload-pages-artifact@v1
+ uses: actions/upload-pages-artifact@v2
51
with:
52
path: "_build/doc/html-out"
53
va/va_trace.c
@@ -6389,12 +6389,14 @@ void va_TraceExportSurfaceHandle(
6389
va_TraceMsg(trace_ctx, "\tflags = 0x%08x\n", flags);
6390
6391
if (memType != VA_SURFACE_ATTRIB_MEM_TYPE_DRM_PRIME_2) {
6392
+ DPY2TRACE_VIRCTX_EXIT(pva_trace);
6393
return;
6394
}
6395
6396
VADRMPRIMESurfaceDescriptor *desc = (VADRMPRIMESurfaceDescriptor *)descriptor;
6397
6398
if (!desc) {
6399
6400
6401
6402
0 commit comments