1. 28 2月, 2022 1 次提交
  2. 26 2月, 2022 15 次提交
  3. 24 2月, 2022 1 次提交
  4. 23 2月, 2022 2 次提交
  5. 22 2月, 2022 1 次提交
  6. 20 2月, 2022 6 次提交
  7. 19 2月, 2022 1 次提交
  8. 18 2月, 2022 1 次提交
    • S
      drm/i915/dg2: Move misplaced 'ctx' & 'gt' wa's to engine wa list · edf176f4
      Srinivasan Shanmugam 提交于
      Registers that belong to the shared render/compute reset domain need to
      be placed on an engine workaround list to ensure that they are properly
      re-applied whenever any RCS or CCS engine is reset, even if the
      registers do not belong to a specific engine's MMIO range.  We have a
      number of workarounds today that are incorrectly implemented on the 'gt'
      workaround list and need to be moved accordingly.  We also have one
      workaround (Wa_22012532006) that is incorrectly implemented on the
      context workaround list, even though the register it is adjusting is not
      part of the RCS engine's context image; it must also be moved.
      
      We'll have some workaround refactoring coming in the near future that
      deals with registers in the reset domain in a more clear way.  But in
      the meantime, we should just move these workarounds to
      rcs_engine_wa_init() to place them on the RCS engine's workaround list.
      All production DG2 platforms will have an RCS engine (it's never fused
      off) so these registers will be properly restored after a domain reset
      triggered via an RCS engine _or_ a CCS engine.
      
      Cc: Matt Roper <matthew.d.roper@intel.com>
      Signed-off-by: NSrinivasan Shanmugam <srinivasan.s@intel.com>
      Reviewed-by: NMatt Roper <matthew.d.roper@intel.com>
      Signed-off-by: NMatt Roper <matthew.d.roper@intel.com>
      Link: https://patchwork.freedesktop.org/patch/msgid/20220215235531.2236399-1-matthew.d.roper@intel.com
      edf176f4
  9. 17 2月, 2022 9 次提交
  10. 14 2月, 2022 3 次提交