aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/export-to-postgresql-report
diff options
context:
space:
mode:
authorChris Wilson <[email protected]>2016-07-02 15:36:02 +0100
committerChris Wilson <[email protected]>2016-07-02 19:19:56 +0100
commit86f40bb655ccde1d6ea2f1eaab7c1e62e9ee7742 (patch)
tree1040db5bb8fca0af5f01ae951cee930a93ba2f63 /tools/perf/scripts/python/bin/export-to-postgresql-report
parenta98b7e58e93c7f937cb2283e600ed2d0a2bb74f4 (diff)
drm/i915: Match bitmask size to types in intel_fb_initial_config()
smatch complains of: drivers/gpu/drm/i915/intel_fbdev.c:403 intel_fb_initial_config() warn: should '1 << i' be a 64 bit type? drivers/gpu/drm/i915/intel_fbdev.c:422 intel_fb_initial_config() warn: should '1 << i' be a 64 bit type? drivers/gpu/drm/i915/intel_fbdev.c:501 intel_fb_initial_config() warn: should '1 << i' be a 64 bit type? We are prepared to iterate over a u64 but don't limit the number of connectors we try to configure to a maximum of 64. Signed-off-by: Chris Wilson <[email protected]> Link: http://patchwork.freedesktop.org/patch/msgid/[email protected] Reviewed-by: Matthew Auld <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/export-to-postgresql-report')
0 files changed, 0 insertions, 0 deletions