aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorTomi Valkeinen <[email protected]>2022-08-24 15:47:26 +0300
committerLaurent Pinchart <[email protected]>2022-09-07 23:48:42 +0300
commit603c8e130d06fc70e84c9704d74c69f098975453 (patch)
treec81c0bdee2b15c3edfe92c4f60412884c4200a00 /tools/perf/scripts/python
parent957fe62d7d15f43d49e8cbacafaff8ede7d6cb30 (diff)
drm: rcar-du: dsi: Fix VCLKSET write
rcar_mipi_dsi_startup() writes correct values to VCLKSET, but as it uses or-operation to add the new values to the current value in the register, it should first make sure the fields are cleared. Do this by using rcar_mipi_dsi_write() to write the VCLKSET register with a variable that has all the unused bits zeroed. Signed-off-by: Tomi Valkeinen <[email protected]> Reviewed-by: Laurent Pinchart <[email protected]> Signed-off-by: Laurent Pinchart <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions