Patch Details
Series:log2: make is_power_of_2() more generic
URL:https://patchwork.freedesktop.org/series/115863/
State:success
Details:https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_115863v1/index.html

CI Bug Log - changes from CI_DRM_12939 -> Patchwork_115863v1

Summary

SUCCESS

No regressions found.

External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_115863v1/index.html

Participating hosts (37 -> 36)

Additional (1): bat-rpls-2
Missing (2): fi-rkl-11600 fi-snb-2520m

Known issues

Here are the changes found in Patchwork_115863v1 that come from known issues:

IGT changes

Issues hit

Possible fixes

Build changes

CI-20190529: 20190529
CI_DRM_12939: 67f2a2f9902dad389232eee48db7073d66011582 @ git://anongit.freedesktop.org/gfx-ci/linux
IGT_7227: 5dfa3675c36bab82cdda056db7ef622363c324ee @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
Patchwork_115863v1: 67f2a2f9902dad389232eee48db7073d66011582 @ git://anongit.freedesktop.org/gfx-ci/linux

Linux commits

ed7b2f352bc5 drm/i915/reg: use is_power_of_2() from log2.h
97bc6258c1fc log2: allow use of is_power_of_2() in constant expressions
2d4a91afcc50 log2: have is_power_of_2() support bigger types than unsigned long
90cce1adad92 log2: add helper __IS_POWER_OF_2()