1. 24 9月, 2021 2 次提交
  2. 23 9月, 2021 1 次提交
  3. 22 9月, 2021 2 次提交
  4. 15 9月, 2021 3 次提交
  5. 09 9月, 2021 1 次提交
  6. 08 9月, 2021 1 次提交
  7. 01 9月, 2021 1 次提交
  8. 30 8月, 2021 1 次提交
  9. 27 8月, 2021 4 次提交
  10. 25 8月, 2021 11 次提交
  11. 24 8月, 2021 1 次提交
  12. 20 8月, 2021 2 次提交
  13. 19 8月, 2021 1 次提交
  14. 12 8月, 2021 1 次提交
  15. 11 8月, 2021 1 次提交
    • A
      drm/i915/display: Fix the 12 BPC bits for PIPE_MISC reg · 70418a68
      Ankit Nautiyal 提交于
      Till DISPLAY12 the PIPE_MISC bits 5-7 are used to set the
      Dithering BPC, with valid values of 6, 8, 10 BPC.
      For ADLP+ these bits are used to set the PORT OUTPUT BPC, with valid
      values of: 6, 8, 10, 12 BPC, and need to be programmed whether
      dithering is enabled or not.
      
      This patch:
      -corrects the bits 5-7 for PIPE MISC register for 12 BPC.
      -renames the bits and mask to have generic names for these bits for
      dithering bpc and port output bpc.
      
      v3: Added a note for MIPI DSI which uses the PIPE_MISC for readout
      for pipe_bpp. (Uma Shankar)
      
      v2: Added 'display' to the subject and fixes tag. (Uma Shankar)
      
      Fixes: 756f85cf ("drm/i915/bdw: Broadwell has PIPEMISC")
      Cc: Paulo Zanoni <paulo.r.zanoni@intel.com> (v1)
      Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
      Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
      Cc: Jani Nikula <jani.nikula@linux.intel.com>
      Cc: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
      Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
      Cc: intel-gfx@lists.freedesktop.org
      Cc: <stable@vger.kernel.org> # v3.13+
      Signed-off-by: NAnkit Nautiyal <ankit.k.nautiyal@intel.com>
      Reviewed-by: NUma Shankar <uma.shankar@intel.com>
      Signed-off-by: NUma Shankar <uma.shankar@intel.com>
      Link: https://patchwork.freedesktop.org/patch/msgid/20210811051857.109723-1-ankit.k.nautiyal@intel.com
      70418a68
  16. 04 8月, 2021 1 次提交
  17. 03 8月, 2021 1 次提交
  18. 02 8月, 2021 1 次提交
    • A
      drm/i915/dg1: Adjust the AUDIO power domain · 615a7724
      Anshuman Gupta 提交于
      DG1 and XE_PLD platforms has Audio MMIO/VERBS lies in PG0 power
      well. Adjusting the power domain accordingly to
      POWER_DOMAIN_AUDIO_MMIO for audio detection and
      POWER_DOMAIN_AUDIO_PLAYBACK for audio playback.
      
      While doing this it requires to use POWER_DOMAIN_AUDIO_MMIO
      power domain instead of POWER_DOMAIN_AUDIO in crtc power domain mask
      and POWER_DOMAIN_AUDIO_PLAYBACK with intel_display_power_{get, put}
      to enable/disable display audio codec power.
      
      It will save the power in use cases when DP/HDMI connectors
      configured with PIPE_A without any audio playback.
      
      v1: Changes since RFC
      - changed power domain names. [Imre]
      - Removed TC{3,6}, AUX_USBC{3,6} and TBT from DG1
        power well and PW_3 power domains. [Imre]
      - Fixed the order of powe wells , power domains and its
        registration. [Imre]
      
      v2:
      - Not allowe DC states when AUDIO_MMIO domain enabled. [Imre]
      
      v3:
      - Squashes the commits of series to avoid build failure.
      
      Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
      Cc: Kai Vehmanen <kai.vehmanen@linux.intel.com>
      Cc: Uma Shankar <uma.shankar@intel.com>
      Cc: Imre Deak <imre.deak@intel.com>
      Reviewed-by: NImre Deak <imre.deak@intel.com>
      Signed-off-by: NAnshuman Gupta <anshuman.gupta@intel.com>
      [Fix typo in commit message and in AUDIO_PLAYBACK domain name]
      Signed-off-by: NImre Deak <imre.deak@intel.com>
      Link: https://patchwork.freedesktop.org/patch/msgid/20210729121858.16897-2-anshuman.gupta@intel.com
      615a7724
  19. 31 7月, 2021 2 次提交
  20. 30 7月, 2021 2 次提交