HomeSort by: relevance | last modified time | path
    Searched refs:dirty_pipes (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/
intel_pm.c 5451 state->wm_results.dirty_pipes = INTEL_INFO(dev_priv)->pipe_mask;
5531 results->dirty_pipes = 0;
5540 * weren't otherwise being modified (and set bits in dirty_pipes) if
5556 results->dirty_pipes |= BIT(crtc->pipe);
5577 if ((state->wm_results.dirty_pipes & BIT(crtc->pipe)) == 0)
5591 if ((results->dirty_pipes & BIT(crtc->pipe)) == 0)
5742 hw->dirty_pipes |= BIT(crtc->pipe);
i915_drv.h 816 unsigned dirty_pipes; member in struct:skl_ddb_values

Completed in 19 milliseconds