diff options
author | Lucas De Marchi <lucas.demarchi@intel.com> | 2021-07-28 14:59:43 -0700 |
---|---|---|
committer | Lucas De Marchi <lucas.demarchi@intel.com> | 2021-07-30 10:19:47 -0700 |
commit | 4c6b3021217fb197606c51ff9b9a3af9b2a56481 (patch) | |
tree | e4299bdffad6985366f3f6384028c01c2a653a2b /drivers/gpu/drm/i915/i915_debugfs.c | |
parent | 244dba4cb596379d0e196b031065f8c1e1cecdaf (diff) |
drm/i915: switch num_scalers/num_sprites to consider DISPLAY_VER
The numbers of scalers and sprites depend on the display version, so use
it instead of GRAPHICS_VER. We were mixing both, which let me confused
while removing CNL and GRAPHICS_VER == 10.
v2 (Rodrigo): Switch IS_GEMINILAKE to DISPLAY_VER == 10
v3 (Lucas): Change check to DISPLAY_VER >= 9, to cover the GLK's num_scalers,
otherwise it remains set to 0.
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210728215946.1573015-23-lucas.demarchi@intel.com
Diffstat (limited to 'drivers/gpu/drm/i915/i915_debugfs.c')
0 files changed, 0 insertions, 0 deletions