aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/call-graph-from-postgresql.py
diff options
context:
space:
mode:
authorJavi Merino <[email protected]>2017-03-29 14:45:23 +0100
committerDaniel Vetter <[email protected]>2017-03-30 10:15:19 +0200
commitbd283d2f66c28b30647c54537aff352a394c0bed (patch)
tree9d6bea0cb90b9470be39eb1409672d03b881591e /tools/perf/scripts/python/call-graph-from-postgresql.py
parenta2e1319d1f496888c2eaca57fbfc17180b0dae95 (diff)
drm: use .hword to represent 16-bit numbers
The size of .word is the size of a word in the given platform, which for intel systems is 16-bits but other architectures use different sizes. However, .hword emits 16-bit numbers regardless of the platform (and despite the name). The quantities specified in EDID are platform independent, so they should work in spite of the default target of the cc you are using, so use .hword where EDID specifies 16-bit numbers. Cc: Carsten Emde <[email protected]> Cc: David Airlie <[email protected]> Acked-by: David Airlie <[email protected]> Signed-off-by: Javi Merino <[email protected]> Signed-off-by: Daniel Vetter <[email protected]> Link: http://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions