Re: [Intel-gfx] [PATCH v13 5/5] drm/i915: Correctly map DBUF slices to pipes

2020-01-17 Thread Ville Syrjälä
On Fri, Jan 17, 2020 at 11:50:26AM +0200, Stanislav Lisovskiy wrote: > Added proper DBuf slice mapping to correspondent > pipes, depending on pipe configuration as stated > in BSpec. > > v2: > - Remove unneeded braces > - Stop using macro for DBuf assignments as > it seems to reduce

[Intel-gfx] [PATCH v13 5/5] drm/i915: Correctly map DBUF slices to pipes

2020-01-17 Thread Stanislav Lisovskiy
Added proper DBuf slice mapping to correspondent pipes, depending on pipe configuration as stated in BSpec. v2: - Remove unneeded braces - Stop using macro for DBuf assignments as it seems to reduce readability. v3: Start using enabled slices mask in dev_priv v4: Renamed "enabled_s