aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorLucas De Marchi <[email protected]>2019-11-26 14:51:10 -0800
committerLucas De Marchi <[email protected]>2019-12-02 13:54:23 -0800
commit98cf5c9a482d975b91d2cf00e09c061b535b8ee4 (patch)
tree3a65c2362523def6817a5a3fb375aac7a5660d53 /tools/perf/scripts/python/bin
parent2cded152ad43875e8e01cef328e886861129c3a9 (diff)
drm/i915/bios: assume vbt is 4-byte aligned into oprom
The unaligned ioread32() will make us read byte by byte looking for the vbt. We could just as well have done a ioread8() + a shift and avoid the extra confusion on how we are looking for "$VBT". However when using ACPI it's guaranteed the VBT is 4-byte aligned per spec, so we can probably assume it here as well. v2: do not try to simplify the loop by eliminating the auxiliary counter (Jani and Ville) Signed-off-by: Lucas De Marchi <[email protected]> Reviewed-by: Jani Nikula <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions