diff options
author | Ondrej Jirman <[email protected]> | 2020-08-28 14:50:32 +0200 |
---|---|---|
committer | Maxime Ripard <[email protected]> | 2020-08-31 14:36:00 +0200 |
commit | fd90e3808fd2c207560270c39b86b71af2231aa1 (patch) | |
tree | 3d13ce533af2fedf8430360e6b9d80a80f581ed8 /tools/perf/scripts/python/bin/export-to-postgresql-report | |
parent | 3b5b005ef7d9e2ff1693c1d14a0f4459dcedb4e0 (diff) |
drm/sun4i: Fix dsi dcs long write function
It's writing too much data. regmap_bulk_write expects number of
register sized chunks to write, not a byte sized length of the
bounce buffer. Bounce buffer needs to be padded too, so that
regmap_bulk_write will not read past the end of the buffer.
Fixes: 133add5b5ad4 ("drm/sun4i: Add Allwinner A31 MIPI-DSI controller support")
Signed-off-by: Ondrej Jirman <[email protected]>
Signed-off-by: Maxime Ripard <[email protected]>
Reviewed-by: Jernej Skrabec <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/bin/export-to-postgresql-report')
0 files changed, 0 insertions, 0 deletions