1. 16 Oct, 2020 2 commits
    • Ville Syrjälä's avatar
      drm/i915: Apply WAC6entrylatency to kbl/cfl · 4d6bde58
      Ville Syrjälä authored
      WAC6entrylatency is trying to fix excessive rc6 entry latency caused
      by the extra delay from FBC_LLC_READ_CTRL, which is there for some
      extra sync with uncore for frame buffer caching in LLC.
      
      Reading through the hsd the recommendation was to set the FBC_LLC_FULLY_OPEN
      bit to disable this extra delay entirely. This can be done whenever fb LLC
      caching is not used. The alternative suggestion was to reduce the delay to
      eg. 0x5 via updated BIOS programming instructions. But all the kbl/cfl
      machines I've seen still have the default 0xff programmed. As we never use
      fb LLC caching let's just apply the w/a to all skl derivatives to get
      consistent rc6 latencies.
      
      I was able to measure the effect of FBC_LLC_READ_CTRL to rc6 latency
      via forcewake. Here's a graph of some of the results:
      
                   sleep;fw_req=1;wait fw_ack==1;sleep;fw_req=0;wait fw_ack==0
       fw_ack==1 duration
          160us +----------------------------------------------------------------+
                |          +          +        $$+         +          +          |
                |  $$           $    $   ******$$ **   $ $**$*  #########$$######|
          140us |-$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*$$$$$$$$$$$$$$$$ $$$$$$|
                | $                     *                       #                |
                | $                     *                       #                |
          120us |$+                     *                       #              +-|
                |$                      *                       #                |
                |$                      *                  #   #                 |
          100us |$+         ************########################               +-|
                |$          *          *#                                        |
                |$      *****   #########                                        |
           80us |$+     *    # ####   ##                                       +-|
                |$   **** ### # #                                                |
                |  ** ####                     FBC_LLC_READ_CTRL: 0x8000 ******* |
           60us |-######                       FBC_LLC_READ_CTRL: 0xffff #######-|
                |##        +          +    FBC_LLC_READ_CTRL: 0x400000ff $$$$$$$ |
                +----------------------------------------------------------------+
               0ms       10ms       20ms       30ms      40ms       50ms       60ms
                                         sleep duration
      
      The default FBC_LLC_READ_CTRL value of 0xff is documented to give us
      a 170usec delay. That tracks well with the knees at 0xffff->~44msec and
      0x8000->~22msec we see in the graph.
      
      We can see that if we sleep longer than the FBC_LLC_READ_CTRL delay
      we always observe the full (~145usec) rc6 wakeup latency. But if we sleep
      for less than the FBC_LLC_READ_CTRL delay we see a quicker fw wakeup,
      presumably due the hardware not having yet entered rc6 fully.
      The other plateaus in the graph I suspect correspond to some shallower
      internal rc states.
      
      v2: s/usec/msec/ typo in commit msg
      Signed-off-by: default avatarVille Syrjälä <ville.syrjala@linux.intel.com>
      Link: https://patchwork.freedesktop.org/patch/msgid/20200716190426.17047-2-ville.syrjala@linux.intel.comReviewed-by: default avatarChris Wilson <chris@chris-wilson.co.uk>
      4d6bde58
    • Matt Roper's avatar
      drm/i915/rkl: Add new cdclk table · 693260cf
      Matt Roper authored
      A recent bspec update has provided a new cdclk table for RKL.  All of
      the cdclk values are the same as those we've been using on ICL, TGL,
      etc., but we obtain them by doubling both the PLL ratio and CD2X divider
      numbers.
      
      Bspec: 49202
      Cc: Anusha Srivatsa <anusha.srivatsa@intel.com>
      Signed-off-by: default avatarMatt Roper <matthew.d.roper@intel.com>
      Reviewed-by: default avatarAnusha Srivatsa <anusha.srivatsa@intel.com>
      Link: https://patchwork.freedesktop.org/patch/msgid/20201015220038.271740-1-matthew.d.roper@intel.com
      693260cf
  2. 15 Oct, 2020 11 commits
  3. 14 Oct, 2020 1 commit
  4. 12 Oct, 2020 9 commits
  5. 10 Oct, 2020 3 commits
  6. 09 Oct, 2020 14 commits