Files
android_kernel_xiaomi_sm8450/drivers/gpu/drm/tegra
Paul Walmsley 23a0e27aac gpu: host1x: clk_round_rate() can return a zero upon error
Treat both negative and zero return values from clk_round_rate() as
errors.  This is needed since subsequent patches will convert
clk_round_rate()'s return value to be an unsigned type, rather than a
signed type, since some clock sources can generate rates higher than
(2^31)-1 Hz.

Eventually, when calling clk_round_rate(), only a return value of zero
will be considered a error.  All other values will be considered valid
rates.  The comparison against values less than 0 is kept to preserve
the correct behavior in the meantime.

Signed-off-by: Paul Walmsley <pwalmsley@nvidia.com>
Cc: Mikko Perttunen <mperttunen@nvidia.com>
Cc: Arto Merilainen <amerilainen@nvidia.com>
Cc: Thierry Reding <thierry.reding@gmail.com>
Cc: Terje Bergström <tbergstrom@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
2013-12-19 09:29:52 +01:00
..
2013-10-31 09:55:40 +01:00
2013-12-11 16:43:04 -07:00
2013-12-17 18:10:00 +01:00
2013-10-31 09:55:48 +01:00
2013-10-31 09:55:45 +01:00
2013-10-31 09:55:42 +01:00
2013-12-17 18:10:00 +01:00
2013-10-31 09:55:45 +01:00
2013-12-17 18:10:00 +01:00
2013-12-03 10:04:22 +01:00