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

  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_display.c 13796 struct skl_plane_wm *hw_plane_wm, *sw_plane_wm; local in function:verify_wm_state
13798 hw_plane_wm = &hw->wm.planes[plane];
13803 if (skl_wm_level_equals(&hw_plane_wm->wm[level],
13812 hw_plane_wm->wm[level].plane_en,
13813 hw_plane_wm->wm[level].plane_res_b,
13814 hw_plane_wm->wm[level].plane_res_l);
13817 if (!skl_wm_level_equals(&hw_plane_wm->trans_wm,
13824 hw_plane_wm->trans_wm.plane_en,
13825 hw_plane_wm->trans_wm.plane_res_b,
13826 hw_plane_wm->trans_wm.plane_res_l)
13848 struct skl_plane_wm *hw_plane_wm, *sw_plane_wm; local in function:verify_wm_state
    [all...]

Completed in 61 milliseconds