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
platform
acbuffer.h -rw-r--r-- 10.4 KB
acconfig.h -rw-r--r-- 8.7 KB
acexcep.h -rw-r--r-- 17.2 KB
acnames.h -rw-r--r-- 3.7 KB
acoutput.h -rw-r--r-- 17.7 KB
acpi.h -rw-r--r-- 3.1 KB
acpi_bus.h -rw-r--r-- 18.3 KB
acpi_drivers.h -rw-r--r-- 4.0 KB
acpi_io.h -rw-r--r-- 674 bytes
acpi_lpat.h -rw-r--r-- 1.5 KB
acpi_numa.h -rw-r--r-- 560 bytes
acpiosxf.h -rw-r--r-- 12.3 KB
acpixf.h -rw-r--r-- 31.4 KB
acrestyp.h -rw-r--r-- 20.8 KB
actbl.h -rw-r--r-- 20.0 KB
actbl1.h -rw-r--r-- 40.5 KB
actbl2.h -rw-r--r-- 41.9 KB
actbl3.h -rw-r--r-- 21.6 KB
actypes.h -rw-r--r-- 41.9 KB
acuuid.h -rw-r--r-- 4.2 KB
apei.h -rw-r--r-- 1.3 KB
button.h -rw-r--r-- 582 bytes
cppc_acpi.h -rw-r--r-- 2.9 KB
ghes.h -rw-r--r-- 2.6 KB
hed.h -rw-r--r-- 371 bytes
pcc.h -rw-r--r-- 786 bytes
pdc_intel.h -rw-r--r-- 1009 bytes
processor.h -rw-r--r-- 10.9 KB
reboot.h -rw-r--r-- 162 bytes
video.h -rw-r--r-- 2.8 KB

back to top