aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf
diff options
context:
space:
mode:
authorPaul Cercueil <[email protected]>2020-05-16 23:50:50 +0200
committerPaul Cercueil <[email protected]>2020-05-17 14:16:15 +0200
commitabf56fadf0e208abfb13ad1ac0094416058da0ad (patch)
tree5501a3c52e0b77854f613ae426a407bef8d50a59 /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf
parenta53bcc19876498bdd3b4ef796c787295dcc498b4 (diff)
gpu/drm: Ingenic: Fix opaque pointer casted to wrong type
The opaque pointer passed to the IRQ handler is a pointer to the drm_device, not a pointer to our ingenic_drm structure. It still worked, because our ingenic_drm structure contains the drm_device as its first field, so the pointer received had the same value, but this was not semantically correct. Cc: [email protected] # v5.3 Fixes: 90b86fcc47b4 ("DRM: Add KMS driver for the Ingenic JZ47xx SoCs") Signed-off-by: Paul Cercueil <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected] Acked-by: Sam Ravnborg <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf')
0 files changed, 0 insertions, 0 deletions