Revision e9ba4032a2568ef5b360de95eb6e09195a1b2efd authored by Maarten Lankhorst on 17 July 2017, 11:13:55 UTC, committed by Daniel Vetter on 27 July 2017, 20:07:29 UTC
ddb_allocation && ddb_allocation / blocks_per_line >= 1 is the same
as ddb_allocation >= blocks_per_line, so use the latter to simplify
this.

This fixes the following compiler warning:

drivers/gpu/drm/i915/intel_pm.c:4467]: (warning) Comparison of a
boolean expression with an integer other than 0 or 1.

Signed-off-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Fixes: d555cb5827d6 ("drm/i915/skl+: use linetime latency if ddb size is not available")
Cc: "Mahesh Kumar" <mahesh1.kumar@intel.com>
Reported-by: David Binderman <dcb314@hotmail.com>
Cc: David Binderman <dcb314@hotmail.com>
Cc: <drm-intel-fixes@lists.freedesktop.org> # v4.13-rc1+
Reviewed-by: Mahesh Kumar <mahesh1.kumar@intel.com>
(cherry picked from commit 54d20ed1fff23c7d2633f01fc788111bf9c51c5d)
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20170717111355.4523-1-maarten.lankhorst@linux.intel.com
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
1 parent 7b98da6
History
File Mode Size
ad714x.h -rw-r--r-- 1.3 KB
adp5589.h -rw-r--r-- 5.6 KB
adxl34x.h -rw-r--r-- 11.3 KB
as5011.h -rw-r--r-- 545 bytes
auo-pixcir-ts.h -rw-r--r-- 1.4 KB
bu21013.h -rw-r--r-- 741 bytes
cma3000.h -rw-r--r-- 1.6 KB
cy8ctmg110_pdata.h -rw-r--r-- 223 bytes
cyttsp.h -rw-r--r-- 1.6 KB
gp2ap002a00f.h -rw-r--r-- 632 bytes
gpio_tilt.h -rw-r--r-- 1.9 KB
ili210x.h -rw-r--r-- 168 bytes
kxtj9.h -rw-r--r-- 1.7 KB
lm8333.h -rw-r--r-- 674 bytes
matrix_keypad.h -rw-r--r-- 2.9 KB
mt.h -rw-r--r-- 3.4 KB
navpoint.h -rw-r--r-- 393 bytes
samsung-keypad.h -rw-r--r-- 1.3 KB
sh_keysc.h -rw-r--r-- 392 bytes
sparse-keymap.h -rw-r--r-- 2.1 KB
touchscreen.h -rw-r--r-- 909 bytes
tps6507x-ts.h -rw-r--r-- 535 bytes

back to top