Searched refs:new_slices (Results 1 – 1 of 1) sorted by relevance
3662 u8 old_slices, new_slices; in intel_dbuf_pre_plane_update() local3668 new_slices = old_dbuf_state->enabled_slices | new_dbuf_state->enabled_slices; in intel_dbuf_pre_plane_update()3670 if (old_slices == new_slices) in intel_dbuf_pre_plane_update()3675 gen9_dbuf_slices_update(display, new_slices); in intel_dbuf_pre_plane_update()3685 u8 old_slices, new_slices; in intel_dbuf_post_plane_update() local3691 new_slices = new_dbuf_state->enabled_slices; in intel_dbuf_post_plane_update()3693 if (old_slices == new_slices) in intel_dbuf_post_plane_update()3698 gen9_dbuf_slices_update(display, new_slices); in intel_dbuf_post_plane_update()