diff options
author | Tomi Valkeinen <[email protected]> | 2022-08-17 16:28:02 +0300 |
---|---|---|
committer | Laurent Pinchart <[email protected]> | 2022-09-07 23:48:40 +0300 |
commit | 6d8277cfda96c7dd17a43f645858d2d39a7a4a20 (patch) | |
tree | 1f3d2f9566f302bf7c39d9797d53c415109e69f8 /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py | |
parent | 48d43c4f3f55f4599c294007644184fdce44dafe (diff) |
drm: rcar-du: Fix r8a779a0 color issue
The rcar DU driver on r8a779a0 has a bug causing some specific colors
getting converted to transparent colors, which then (usually) show as
black pixels on the screen.
The reason seems to be that the driver sets PnMR_SPIM_ALP bit in
PnMR.SPIM field, which is an illegal setting on r8a779a0. The
PnMR_SPIM_EOR bit also illegal.
Add a new feature flag for this (lack of a) feature and make sure the
bits are zero on r8a779a0.
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/Perf-Trace-Util/lib/Perf/Trace/Util.py')
0 files changed, 0 insertions, 0 deletions