diff options
author | Jérémy Lefaure <jeremy.lefaure@lse.epita.fr> | 2016-10-20 18:05:57 -0400 |
---|---|---|
committer | Zhenyu Wang <zhenyuw@linux.intel.com> | 2016-10-25 10:35:54 +0800 |
commit | 31f09cb79e797797bc745d98f93ac50b2cbda9e6 (patch) | |
tree | 0f370f8c75f201a358e067d5876f7ae621d1303a /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | 946260e5fb60fcf3a4fbe77840280b5191300564 (diff) |
drm/i915/gvt: fix bad 32 bit shift in gtt
Since ioread32 returns a 32-bit value, it is impossible to left-shift
this value by 32 bits (it produces a compilation error). Casting the
return value of ioread32 fix this issue.
Signed-off-by: Jérémy Lefaure <jeremy.lefaure@lse.epita.fr>
Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions