diff options
| author | Chen-Yu Tsai <[email protected]> | 2022-03-09 00:07:57 +0800 |
|---|---|---|
| committer | Javier Martinez Canillas <[email protected]> | 2022-03-09 14:55:52 +0100 |
| commit | efb37e66b7572ce4696aa0ac21675e17d6b9a17d (patch) | |
| tree | 0d7546beeaf93720257cf6367171d3bb85fd8ab6 /tools/perf/scripts/python/bin/stackcollapse-record | |
| parent | 14a28e79f5f6c756f281a021555f1b7578a67098 (diff) | |
drm: ssd130x: Fix COM scan direction register mask
The SSD130x's command to toggle COM scan direction uses bit 3 and only
bit 3 to set the direction of the scanout. The driver has an incorrect
GENMASK(3, 2), causing the setting to be set on bit 2, rendering it
ineffective.
Fix the mask to only bit 3, so that the requested setting is applied
correctly.
Fixes: a61732e80867 ("drm: Add driver for Solomon SSD130x OLED displays")
Signed-off-by: Chen-Yu Tsai <[email protected]>
Acked-by: Javier Martinez Canillas <[email protected]>
Tested-by: Geert Uytterhoeven <[email protected]>
Reviewed-by: Geert Uytterhoeven <[email protected]>
Signed-off-by: Javier Martinez Canillas <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions