Skip to content
  1. Dec 14, 2023
  2. Dec 13, 2023
    • Dave Airlie's avatar
      Merge tag 'amd-drm-next-6.8-2023-12-08' of https://gitlab.freedesktop.org/agd5f/linux into drm-next · a0a28956
      Dave Airlie authored
      
      
      amd-drm-next-6.8-2023-12-08:
      
      amdgpu:
      - SR-IOV fixes
      - DCN 3.5 updates
      - Backlight fixes
      - MST fixes
      - DMCUB fixes
      - DPIA fixes
      - Display powergating updates
      - Enable writeback connectors
      - Misc code cleanups
      - Add more register state debugging for aquavanjaram
      - Suspend fix
      - Clockgating fixes
      - SMU 14 updates
      - PSR fixes
      - MES logging updates
      - Misc fixes
      
      amdkfd:
      - SVM fix
      
      radeon:
      - Fix potential memory leaks in error paths
      
      Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
      
      From: Alex Deucher <alexander.deucher@amd.com>
      Link: https://patchwork.freedesktop.org/patch/msgid/20231208205613.4861-1-alexander.deucher@amd.com
      a0a28956
    • Dave Airlie's avatar
      Merge tag 'drm-intel-gt-next-2023-12-08' of... · 6734cd03
      Dave Airlie authored
      Merge tag 'drm-intel-gt-next-2023-12-08' of git://anongit.freedesktop.org/drm/drm-intel
      
       into drm-next
      
      UAPI Changes:
      
      -   drm/i915: Implement fdinfo memory stats printing
      
          Use the newly added drm_print_memory_stats helper to show memory
          utilisation of our objects in drm/driver specific fdinfo output.
      
          To collect the stats we walk the per memory regions object lists
          and accumulate object size into the respective drm_memory_stats
          categories.
      
      Cross-subsystem Changes:
      
      - Backmerge of drm-next (to bring drm-intel-next for PXP changes)
      
      Driver Changes:
      
      - Wa_18028616096 now applies to all DG2 (Matt R)
      - Drop Wa_22014600077 on all DG2 (Matt R)
      - Add new ATS-M device ID (Haridhar)
      - More Meteorlake (MTL) workarounds (Matt R, Dnyaneshwar, Jonathan,
        Gustavo, Radhakrishna)
      - PMU WARN_ON cleanup on driver unbind (Umesh)
      - Limit GGTT WC flushing workaround to pre BXT/ICL platforms
      - Complement implementation for Wa_16018031267 / Wa_16018063123
        (Andrzej, Jonathan, Nirmoy, Chris)
      
      - Properly print internal GSC engine in trace logs (Tvrtko)
      - Track gt pm wakerefs (Andrzej)
      - Fix null deref bugs on perf code when perf is disabled (Harshit,
        Tvrtko)
      - Fix __i915_request_create memory leak on driver unbind (Andrzej)
      - Remove spurious unsupported HuC message on MTL (Daniele)
      - Read a shadowed mmio register for ggtt flush (Vinay)
      - Add missing new-line to GT_TRACE (Andrzej)
      - Add drm_dbgs for critical PXP events (Alan)
      - Skip pxp init if gt is wedged (Zhanjun)
      
      - Replace custom intel runtime_pm tracker with ref_tracker library
        (Andrzej)
      - Compiler warning/static checker/coding style cleanups (Arnd, Nirmoy,
        Soumya, Gilbert, Dorcas, Kunwu, Sam, Tvrtko)
      - Code structure and helper cleanups (Jani, Tvrtko, Andi)
      - Selftest improvements (John, Tvrtko, Andrzej)
      
      Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
      
      # Conflicts:
      #	drivers/gpu/drm/i915/gt/intel_gt_mcr.c
      From: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
      Link: https://patchwork.freedesktop.org/patch/msgid/ZXNBcsSwJEVsq9On@jlahtine-mobl.ger.corp.intel.com
      6734cd03
    • Dave Airlie's avatar
      Merge tag 'exynos-drm-next-for-v6.8' of... · 3c2eb780
      Dave Airlie authored
      Merge tag 'exynos-drm-next-for-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos
      
       into drm-next
      
      One bug fix
      - Add a missing call to drm_atomic_helper_shutdown() in Exynos DRM
      driver.
      
        This function is necessary during system shutdown and when the driver
        is unbound. Without this function, components like panels may not shut
        down properly, potentially leading to power issue as mentioned in the
        kernel documentation, specially in the "driver instance overview"
        secstion of 'drm_drv.c'.
      
      Two cleanups
      - Convert '.remove()' callback function in the Exynos DRM platform
        driver to a version that returns void instead of an integer.
      - Change connector type of exynos_drm_dpi.c module to DPI.
      
      Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
      
      From: Inki Dae <inki.dae@samsung.com>
      Link: https://patchwork.freedesktop.org/patch/msgid/20231212051134.48524-1-inki.dae@samsung.com
      3c2eb780
  3. Dec 12, 2023
  4. Dec 11, 2023