HomeSort by: relevance | last modified time | path
    Searched defs:update_pending (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/
amdgpu_dce_mem_input.c 685 uint32_t update_pending; local
687 REG_GET(GRPH_UPDATE, GRPH_SURFACE_UPDATE_PENDING, &update_pending);
688 if (update_pending)
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_display.c 293 u32 update_pending; local
322 update_pending = radeon_page_flip_pending(rdev, crtc_id);
329 * irq can fire, so we have sampled update_pending a bit too early and
332 * vblank, not only at leading edge, so if update_pending for hpos >= 0
342 if (update_pending &&
355 update_pending = 0;
358 if (!update_pending)
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
srp-mdns-proxy.h 153 bool update_pending; // True if we got a conflict while updating and are waiting to try again member in struct:adv_instance
168 bool update_pending; // True if we are updating this record and haven't gotten a response yet. member in struct:adv_record_registration
208 bool update_pending; member in struct:adv_host

Completed in 61 milliseconds