diff options
author | Lucas De Marchi <[email protected]> | 2021-07-23 16:43:52 -0700 |
---|---|---|
committer | Rodrigo Vivi <[email protected]> | 2021-07-26 06:16:43 -0400 |
commit | 5d3a618f356595f132ee85c63a1b5f007a71f23c (patch) | |
tree | c5b631281c52a850e2cccfa53f051703247e496b /tools/perf/scripts/python/bin/export-to-postgresql-report | |
parent | d7f237df53457cf0cbdb9943b9b7c93a05e2fdb6 (diff) |
drm/i915: fix not reading DSC disable fuse in GLK
We were using GRAPHICS_VER() to handle SKL_DFSM register, which means we
were not handling GLK correctly since that has GRAPHICS_VER == 9, but
DISPLAY_VER == 10. Switch the entire branch to check DISPLAY_VER
which makes it more in line with Bspec.
Even though the Bspec has an exception for RKL in
TGL_DFSM_PIPE_D_DISABLE, we don't have to do anything as the bit has
disable semantic and RKL doesn't have pipe D.
Bspec: 50075, 7548
Fixes: 2b5a4562edd0 ("drm/i915/display: Simplify GLK display version tests")
Cc: Matt Roper <[email protected]>
Signed-off-by: Lucas De Marchi <[email protected]>
Reviewed-by: Matt Roper <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
(cherry picked from commit 4fd177288a4ee046bd8590355a64de855dcf77e2)
Signed-off-by: Rodrigo Vivi <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/export-to-postgresql-report')
0 files changed, 0 insertions, 0 deletions