]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/i915/gen12: MBUS B credit change
authorRodrigo Vivi <rodrigo.vivi@intel.com>
Thu, 11 Jul 2019 17:31:10 +0000 (10:31 -0700)
committerLucas De Marchi <lucas.demarchi@intel.com>
Thu, 11 Jul 2019 23:31:20 +0000 (16:31 -0700)
commit30fcc338bc66f930dc7f692205474edb7ca6a607
tree17dc4af2867c32f17e87ae5683d8c6cb794d29cf
parentdeea06b47574de81da72a2d2fa1ace4e119ca02a
drm/i915/gen12: MBUS B credit change

Previously, the recommended B credit for all platforms was 24 / number
of pipes, which would give 6 for newer platforms with 4 pipes. However 6
is not enough and we need 12 on these cases.

We also need a different BW credit for these platforms.

Cc: Arthur J Runyan <arthur.j.runyan@intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190711173115.28296-17-lucas.demarchi@intel.com
drivers/gpu/drm/i915/display/intel_display.c