diff options
| author | Suraj Kandpal <[email protected]> | 2023-09-12 01:07:43 +0530 |
|---|---|---|
| committer | Animesh Manna <[email protected]> | 2023-09-14 15:00:19 +0530 |
| commit | 3106c34df6ace8a123027b9afdc73bb05d530052 (patch) | |
| tree | e95c15c42f2592188e12cb8bd9daa9694d957dd8 /tools/perf/scripts/python/bin | |
| parent | 3072a24c778a7102d70692af5556e47363114c67 (diff) | |
drm/i915/dsc: Fix pic_width readout
pic_width when written into the PPS register is divided by the no.
of vdsc instances first but the actual variable that we compare it
to does not change i.e vdsc_cfg->pic_width hence when reading the
register back for pic_width it needs to be multiplied by
num_vdsc_instances rather than being divided.
Fixes: 8b70b5691704 ("drm/i915/vdsc: Fill the intel_dsc_get_pps_config function")
Signed-off-by: Suraj Kandpal <[email protected]>
Reviewed-by: Chaitanya Kumar Borah <[email protected]>
Signed-off-by: Animesh Manna <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions