drm/i915: Support more QGV points
authorStanislav Lisovskiy <stanislav.lisovskiy@intel.com>
Mon, 25 Nov 2019 16:08:00 +0000 (18:08 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 26 Nov 2019 16:27:37 +0000 (18:27 +0200)
commit9b93daa93ebe85bd7f355f4f043f3e52e67c86cf
tree3374e99416fa3f9db3f2d68df55b670558748c97
parent58b4c1a07ada7fb91ea757bdb9bd47df02207357
drm/i915: Support more QGV points

According to BSpec 53998, there is a mask of
max 8 SAGV/QGV points we need to support.

Bumping this up to keep the CI happy(currently
preventing tests to run), until all SAGV
changes land.

v2: Fix second plane where QGV points were
    hardcoded as well.

v3: Change the naming of I915_NUM_SAGV_POINTS
    to be I915_NUM_QGV_POINTS, as more meaningful
    (Ville Syrjälä)

Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=112189
Signed-off-by: Stanislav Lisovskiy <stanislav.lisovskiy@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20191125160800.14740-1-stanislav.lisovskiy@intel.com
[vsyrjala: Add missing braces around else (checkpatch), fix Bugzilla tag]
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
drivers/gpu/drm/i915/display/intel_bw.c
drivers/gpu/drm/i915/i915_drv.h