Re: [Intel-gfx] [PATCH] drm/i915: Fix parenthesis and dbuf condition

2021-06-10 Thread Matt Roper
On Thu, Jun 10, 2021 at 10:02:13AM +0300, Stanislav Lisovskiy wrote: > Removed excessive parenthesis and placed && on > previous line in DBUF state checker. > > Signed-off-by: Stanislav Lisovskiy Reviewed-by: Matt Roper Minor nit: you probably want "parentheses" in the subject and commit mess

[Intel-gfx] [PATCH] drm/i915: Fix parenthesis and dbuf condition

2021-06-09 Thread Stanislav Lisovskiy
Removed excessive parenthesis and placed && on previous line in DBUF state checker. Signed-off-by: Stanislav Lisovskiy --- drivers/gpu/drm/i915/intel_pm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/i915/intel_pm.c b/drivers/gpu/drm/i915/intel_pm.c ind