1. 27 6月, 2018 1 次提交
  2. 22 6月, 2018 2 次提交
  3. 19 6月, 2018 6 次提交
  4. 18 6月, 2018 2 次提交
  5. 15 6月, 2018 2 次提交
  6. 13 6月, 2018 2 次提交
  7. 08 6月, 2018 1 次提交
  8. 02 6月, 2018 2 次提交
  9. 01 6月, 2018 3 次提交
  10. 29 5月, 2018 5 次提交
  11. 24 5月, 2018 2 次提交
    • V
      drm/i915/psr: vbt change for psr · 77312ae8
      Vathsala Nagaraju 提交于
      For psr block #9, the vbt description has moved to options [0-3] for
      TP1,TP2,TP3 Wakeup time from decimal value without any change to vbt
      structure. Since spec does not  mention from which VBT version this
      change was added to vbt.bsf file, we cannot depend on bdb->version check
      to change for all the platforms.
      
      There is RCR inplace for GOP team to  provide the version number
      to make generic change. Since Kabylake with bdb version 209 is having this
      change, limiting this change to gen9_bc and version 209+ to unblock google.
      
      Tested on skl(bdb version 203,without options) and
      kabylake(bdb version 209,212) having new options.
      
      bspec 20131
      
      v2: (Jani and Rodrigo)
          move the 165 version check to intel_bios.c
      v3: Jani
          Move the abstraction to intel_bios.
      v4: Jani
          Rename tp*_wakeup_time to have "us" suffix.
          For values outside range[0-3],default to max 2500us.
          Old decimal value was wake up time in multiples of 100us.
      v5: Jani and Rodrigo
          Handle option 2 in default condition.
          Print oustide range value.
          For negetive values default to 2500us.
      v6: Jani
          Handle default first and then fall through for case 2.
      v7: Rodrigo
          Apply this change for IS_GEN9_BC and vbt version > 209
      v8: Puthik
          Add new function vbt_psr_to_us.
      v9: Jani
          Change to v7 version as it's more readable.
          DK
          add comment /*fall through*/ after case2.
      
      Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
      Cc: Puthikorn Voravootivat <puthik@chromium.org>
      Cc: Dhinakaran Pandiyan <dhinakaran.pandiyan@intel.com>
      Cc: Jani Nikula <jani.nikula@intel.com>
      Cc: José Roberto de Souza <jose.souza@intel.com>
      Signed-off-by: NMaulik V Vaghela <maulik.v.vaghela@intel.com>
      Signed-off-by: NVathsala Nagaraju <vathsala.nagaraju@intel.com>
      Reviewed-by: NJani Nikula <jani.nikula@intel.com>
      Signed-off-by: NJani Nikula <jani.nikula@intel.com>
      Link: https://patchwork.freedesktop.org/patch/msgid/1526981243-2745-1-git-send-email-vathsala.nagaraju@intel.com
      77312ae8
    • Y
      drm/i915: Implement WaProgramMgsrForL3BankSpecificMmioReads · fe864b76
      Yunwei Zhang 提交于
      L3Bank could be fused off in hardware for debug purpose, and it
      is possible that subslice is enabled while its corresponding L3Bank pairs
      are disabled. In such case, if MCR packet control register(0xFDC) is
      programed to point to a disabled bank pair, a MMIO read into L3Bank range
      will return 0 instead of correct values.
      
      However, this is not going to be the case in any production silicon.
      Therefore, we only check at initialization and issue a warning should
      this really happen.
      
      References: HSDES#1405586840
      
      v2:
       - use fls instead of find_last_bit (Chris)
       - use is_power_of_2() instead of counting bit set (Chris)
      v3:
       - rebase on latest tip
      v5:
       - Added references (Mika)
       - Move local variable into scope where they are used (Ursulin)
       - use a new local variable to reduce long line of code (Ursulin)
      v6:
       - Some coding style and use more local variables for clearer
         logic (Ursulin)
      
      Cc: Oscar Mateo <oscar.mateo@intel.com>
      Cc: Michel Thierry <michel.thierry@intel.com>
      Cc: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
      Cc: Chris Wilson <chris@chris-wilson.co.uk>
      Cc: Mika Kuoppala <mika.kuoppala@linux.intel.com>
      Cc: Tvrtko Ursulin <tvrtko.ursulin@linux.intel.com>
      Signed-off-by: NYunwei Zhang <yunwei.zhang@intel.com>
      Reviewed-by: NOscar Mateo <oscar.mateo@intel.com>
      Signed-off-by: NMika Kuoppala <mika.kuoppala@linux.intel.com>
      Link: https://patchwork.freedesktop.org/patch/msgid/1526683285-24861-1-git-send-email-yunwei.zhang@intel.com
      fe864b76
  12. 23 5月, 2018 2 次提交
  13. 18 5月, 2018 5 次提交
  14. 13 5月, 2018 1 次提交
  15. 11 5月, 2018 4 次提交