summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/task-analyzer-report
diff options
context:
space:
mode:
authorAmit Barzilai <amit.barzilai22@gmail.com>2026-06-22 15:26:02 +0300
committerJavier Martinez Canillas <javierm@redhat.com>2026-07-06 12:35:03 +0200
commit99e9c09358195454ecd200b9c6aba6b7d209fad4 (patch)
tree5762d9c360b0948669cfa502e01b758228947669 /tools/perf/scripts/python/bin/task-analyzer-report
parentecc025ec2861ea4f48624e9a86466dd4dc9b5c6c (diff)
drm/ssd130x: fix column and row end address in partial updates for ssd132x
On partial screen updates, SSD132X controllers expect to get the rectangle addresses as arguments of the "Set Column Address" and "Set Row Address" commands. Each command expects the start address and end address of the row/column in absolute format, however the end addresses were being sent in a relative format (relative to the start address). The relative end addresses work only when the start address is 0. In those situations, there is no value difference between relative and absolute addresses. Fixes: fdd591e00a9c9 ("drm/ssd130x: Add support for the SSD132x OLED controller family") Cc: stable@vger.kernel.org Signed-off-by: Amit Barzilai <amit.barzilai22@gmail.com> Reviewed-by: Javier Martinez Canillas <javierm@redhat.com> Link: https://patch.msgid.link/20260622122604.32500-2-amit.barzilai22@gmail.com Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/bin/task-analyzer-report')
0 files changed, 0 insertions, 0 deletions