Home
last modified time | relevance | path

Searched refs:crtcOutFence (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/drm/
H A Dhdi_drm_composition.cpp123 uint64_t crtcOutFence = -1; in Apply() local
136 (uint64_t)&crtcOutFence); in Apply()
162 layer->SetReleaseFence(dup(static_cast<int32_t>(crtcOutFence))); in Apply()
164 close(static_cast<int32_t>(crtcOutFence)); in Apply()
165 crtcOutFence = -1; in Apply()
/ohos5.0/drivers/peripheral/display/composer/vdi_base/src/
H A Dhdi_drm_composition.cpp257 uint64_t crtcOutFence = -1; in Apply() local
274 (uint64_t)&crtcOutFence); in Apply()
309 layer->SetReleaseFence(static_cast<int>(crtcOutFence)); in Apply()