An error occurred fetching the project authors.
  1. 20 May, 2021 1 commit
  2. 15 May, 2021 5 commits
  3. 12 May, 2021 3 commits
  4. 07 May, 2021 1 commit
  5. 23 Apr, 2021 1 commit
  6. 12 Apr, 2021 1 commit
  7. 24 Mar, 2021 1 commit
  8. 17 Mar, 2021 1 commit
  9. 12 Mar, 2021 1 commit
  10. 22 Feb, 2021 1 commit
  11. 08 Feb, 2021 1 commit
  12. 29 Jan, 2021 2 commits
  13. 26 Jan, 2021 3 commits
  14. 25 Jan, 2021 1 commit
  15. 22 Jan, 2021 1 commit
    • Radhakrishna Sripada's avatar
      drm/i915/tgl: Add Clear Color support for TGL Render Decompression · d1e2775e
      Radhakrishna Sripada authored
      Render Decompression is supported with Y-Tiled main surface. The CCS is
      linear and has 4 bits of data for each main surface cache line pair, a
      ratio of 1:256. Additional Clear Color information is passed from the
      user-space through an offset in the GEM BO. Add a new modifier to identify
      and parse new Clear Color information and extend Gen12 render decompression
      functionality to the newly added modifier.
      
      v2: Fix has_alpha flag for modifiers, omit CC modifier during initial
          plane config(Matt). Fix Lookup error.
      v3: Fix the panic while running kms_cube
      v4: Add alignment check and reuse the comments for ge12_ccs_formats(Matt)
      v5: Fix typos and wrap comments(Matt)
      v6:
      - Use format block descriptors to get the subsampling calculations for
        the CCS surface right.
      - Use helpers to convert between main and CCS surfaces.
      - Prevent coordinate checks for the CC surface.
      - Simplify reading CC value from surface map, add description of CC val
        layout.
      - Remove redundant ccval variable from skl_program_plane().
      v7:
      - Move the CC value readout after syncing against any GPU write on the
        FB obj (Nanley, Chris)
      - Make sure the CC value readout works on platforms w/o struct pages
        (dGFX) and other non-coherent platforms wrt. CPU reads (none atm).
        (Chris)
      v8:
      - Rebase on the function param order change of
        i915_gem_object_read_from_page().
      - Clarify code comment on the clear color value format and the required
        FB obj pinning/syncing by the caller.
      - Remove redundant variables in
        intel_atomic_prepare_plane_clear_colors().
      v9:
      - Fix s/sizeof(&ccval)/sizeof(ccval)/ typo.
      
      Cc: Dhinakaran Pandiyan <dhinakaran.pandiyan@intel.com>
      Cc: Ville Syrjala <ville.syrjala@intel.com>
      Cc: Shashank Sharma <shashank.sharma@intel.com>
      Cc: Rafael Antognolli <rafael.antognolli@intel.com>
      Cc: Nanley G Chery <nanley.g.chery@intel.com>
      Cc: Chris Wilson <chris@chris-wilson.co.uk>
      Reviewed-by: default avatarMatt Roper <matthew.d.roper@intel.com>
      Signed-off-by: default avatarRadhakrishna Sripada <radhakrishna.sripada@intel.com>
      Signed-off-by: default avatarImre Deak <imre.deak@intel.com>
      Link: https://patchwork.freedesktop.org/patch/msgid/20210115213952.1040398-1-imre.deak@intel.com
      d1e2775e
  16. 13 Jan, 2021 2 commits
  17. 11 Jan, 2021 1 commit
  18. 03 Dec, 2020 1 commit
  19. 02 Dec, 2020 1 commit
  20. 24 Nov, 2020 1 commit
  21. 19 Nov, 2020 1 commit
  22. 16 Nov, 2020 1 commit
  23. 11 Nov, 2020 1 commit
  24. 09 Nov, 2020 1 commit
    • Lucas De Marchi's avatar
      drm/i915/dg1: map/unmap pll clocks · 11ffe972
      Lucas De Marchi authored
      DG1 uses 2 registers for the ddi clock mapping, with PHY A and B using
      DPCLKA_CFGCR0 and PHY C and D using DPCLKA1_CFGCR0. Hide this behind a
      single macro that chooses the correct register according to the phy
      being accessed, use the correct bitfields for each pll/phy and implement
      separate functions for DG1 since it doesn't share much with ICL/TGL
      anymore.
      
      The previous values were correct for PHY A and B since they were using
      the same register as before and the bitfields were matching.
      
      v2: Add comment and try to simplify DG1_DPCLKA* macros by reusing
      previous ones
      v3:
        - Fix DG1_DPCLKA_CFGCR0_DDI_CLK_SEL_MASK() after wrong macro reuse
        - Move phy -> id map to a separate macro (Aditya)
        - Remove DG1_DPCLKA_CFGCR0_DDI_CLK_SEL_MASK where not required
          (Aditya)
        - Use drm_WARN_ON
      
      Cc: José Roberto de Souza <jose.souza@intel.com>
      Cc: Clinton Taylor <Clinton.A.Taylor@intel.com>
      Cc: Matt Roper <matthew.d.roper@intel.com>
      Cc: Aditya Swarup <aditya.swarup@intel.com>
      Signed-off-by: default avatarLucas De Marchi <lucas.demarchi@intel.com>
      Reviewed-by: default avatarAditya Swarup <aditya.swarup@intel.com>
      Link: https://patchwork.freedesktop.org/patch/msgid/20201106210006.837953-1-lucas.demarchi@intel.com
      11ffe972
  25. 30 Oct, 2020 6 commits