diff options
author | Maíra Canal <[email protected]> | 2023-05-12 07:40:45 -0300 |
---|---|---|
committer | Maíra Canal <[email protected]> | 2023-05-15 10:58:11 -0300 |
commit | ab87f558dcfb2562c3497e89600dec798a446665 (patch) | |
tree | bdd21cd5b142a897bc5e3d2b3e25870cb1f29441 /tools/perf/scripts/python/flamegraph.py | |
parent | 8b25320887d7feac98875546ea0f521628b745bb (diff) |
drm/vkms: Fix RGB565 pixel conversion
Currently, the pixel conversion isn't rounding the fixed-point values
before assigning it to the RGB coefficients, which is causing the IGT
pixel-format tests to fail. So, use the drm_fixp2int_round() fixed-point
helper to round the values when assigning it to the RGB coefficients.
Tested with igt@kms_plane@pixel-format and igt@kms_plane@pixel-format-source-clamping.
[v2]:
* Use drm_fixp2int_round() to fix the pixel conversion instead of
casting the values to s32 (Melissa Wen).
Fixes: 89b03aeaef16 ("drm/vkms: fix 32bit compilation error by replacing macros")
Signed-off-by: Maíra Canal <[email protected]>
Reviewed-by: Arthur Grillo <[email protected]>
Signed-off-by: Maíra Canal <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/flamegraph.py')
0 files changed, 0 insertions, 0 deletions