Home
last modified time | relevance | path

Searched refs:new_slices (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/drivers/gpu/drm/i915/display/
H A Dskl_watermark.c3715 u8 old_slices, new_slices; in intel_dbuf_pre_plane_update() local
3721 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() local
3744 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()