Searched refs:new_slices (Results 1 – 1 of 1) sorted by relevance
3715 u8 old_slices, new_slices; in intel_dbuf_pre_plane_update() local3721 new_slices = old_dbuf_state->enabled_slices | new_dbuf_state->enabled_slices; in intel_dbuf_pre_plane_update()3723 if (old_slices == new_slices) in intel_dbuf_pre_plane_update()3728 gen9_dbuf_slices_update(display, new_slices); in intel_dbuf_pre_plane_update()3738 u8 old_slices, new_slices; in intel_dbuf_post_plane_update() local3744 new_slices = new_dbuf_state->enabled_slices; in intel_dbuf_post_plane_update()3746 if (old_slices == new_slices) in intel_dbuf_post_plane_update()3751 gen9_dbuf_slices_update(display, new_slices); in intel_dbuf_post_plane_update()