Home
last modified time | relevance | path

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

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