Searched refs:skl_wm_level (Results 1 – 6 of 6) sorted by relevance
22 struct skl_wm_level;51 const struct skl_wm_level *skl_plane_wm_level(const struct skl_pipe_wm *pipe_wm,54 const struct skl_wm_level *skl_plane_trans_wm(const struct skl_pipe_wm *pipe_wm,
16 struct skl_wm_level;
726 const struct skl_wm_level *result_prev,727 struct skl_wm_level *result /* out */);757 struct skl_wm_level wm = {}; in skl_cursor_allocation()1399 const struct skl_wm_level *1412 const struct skl_wm_level *1444 skl_check_nv12_wm_level(struct skl_wm_level *wm, struct skl_wm_level *uv_wm, in skl_check_nv12_wm_level()1480 const struct skl_wm_level *wm, in skl_allocate_plane_ddb()2004 struct skl_wm_level *levels) in skl_compute_wm_levels()2041 struct skl_wm_level *trans_wm, in skl_compute_transition_wm()2042 const struct skl_wm_level *wm0, in skl_compute_transition_wm()[all …]
893 struct skl_wm_level { struct903 struct skl_wm_level wm[8]; argument904 struct skl_wm_level uv_wm[8];905 struct skl_wm_level trans_wm;907 struct skl_wm_level wm0;908 struct skl_wm_level trans_wm;
599 static u32 skl_cursor_wm_reg_val(const struct skl_wm_level *level) in skl_cursor_wm_reg_val()
708 static u32 skl_plane_wm_reg_val(const struct skl_wm_level *level) in skl_plane_wm_reg_val()
Completed in 29 milliseconds