OSDN Git Service

drm/i915: Added required new PCode commands
authorStanislav Lisovskiy <stanislav.lisovskiy@intel.com>
Tue, 5 May 2020 10:22:45 +0000 (13:22 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 5 May 2020 10:59:55 +0000 (13:59 +0300)
commitf136c58a0de98e1b56483b7fc8c209dba0a496d9
tree50e993d69c4af68cd19de0fc2f9908ef882a96ba
parent054318c7e35f1d7d06b216143fff5f32405047ee
drm/i915: Added required new PCode commands

We need a new PCode request commands and reply codes
to be added as a prepartion patch for QGV points
restricting for new SAGV support.

v2: - Extracted those changes into separate patch
      (Ville Syrjälä)

v3: - Moved new PCode masks to another place from
      PCode commands(Ville)

v4: - Moved new PCode masks to correspondent PCode
      command, with identation(Ville)
    - Changed naming to ICL_ instead of GEN11_
      to fit more nicely into existing definition
      style.

Signed-off-by: Stanislav Lisovskiy <stanislav.lisovskiy@intel.com>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200505102247.32452-5-stanislav.lisovskiy@intel.com
drivers/gpu/drm/i915/i915_reg.h
drivers/gpu/drm/i915/intel_sideband.c