1. 26 Feb, 2024 10 commits
  2. 23 Feb, 2024 5 commits
  3. 22 Feb, 2024 3 commits
  4. 21 Feb, 2024 6 commits
  5. 20 Feb, 2024 13 commits
  6. 19 Feb, 2024 1 commit
  7. 16 Feb, 2024 2 commits
    • Dave Airlie's avatar
      Merge tag 'drm-misc-next-2024-02-15' of git://anongit.freedesktop.org/drm/drm-misc into drm-next · 9ac4beb7
      Dave Airlie authored
      drm-misc-next for v6.9:
      
      UAPI Changes:
      
      Cross-subsystem Changes:
      
      arch:
      - powerpc/ps3: select CONFIG_VIDEO
      
      Core Changes:
      
      ci:
      - msm: fix apq8016 runner
      
      display:
      - use newer DRM print helpers
      
      documentation:
      - fix typos
      
      print:
      - add device-specific error and debug printers
      
      sysfb:
      - set Linux parent device for firmware framebuffer
      
      tests:
      - mm: use newer DRM print helpers
      
      Driver Changes:
      
      bridge:
      - switch to ->read_edid callback throughout the bridge
      drivers
      - remove old ->get_edid callback
      
      i915:
      - use newer DRM print helpers
      
      lima:
      - improve stability by fixes to error handling and recovery
      
      mediathek:
      - switch to ->read_edid callback
      
      msm:
      - switch to ->read_edid callback
      
      omap:
      - switch to ->read_edid callback
      
      panel:
      - add Powkiddy RGB10MAX3 plus DT bindings
      - st7703: support panel rotation plus DT bindings
      
      rockchip:
      - DT bindings: remove port, add power-domains
      
      xe:
      - use newer DRM print helpers
      
      xlnx:
      - switch to ->read_edid callback
      Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
      
      # -----BEGIN PGP SIGNATURE-----
      #
      # iQEzBAABCgAdFiEEchf7rIzpz2NEoWjlaA3BHVMLeiMFAmXOD/oACgkQaA3BHVML
      # eiMWMAgArTVXF4UQ+FUxYZB5QTm2veYIpilvwmzaQLNxsM9SsWpzwMIVAi+xf93g
      # uqUqkl6QvZ9pJg6bxuXRNcJw/GObIO4x6tn+LkbccczgHiHwvn6ydNdUoMx8ulne
      # EsGC0z8bb5Gpwh9b/pnBul2AoIE7PHAJltgH271/O2xnhFMUbchQ0ckHvWnn8/GA
      # Nef145ySX4gkYtY8u2TRr4r6Bkp7Tpiyv6ipU7Cpu7KqyveTDMx3c9r5FaiHnJT/
      # Hx/5s87q0Bx2m+iNjlBLJzYjF2UWth+pbfiu3xwyWOE7hdkPLwCQ5mqHWcFFqxfb
      # Vuj9jP+Vb68L7EvGpq2LArLdhZjHIQ==
      # =SsjX
      # -----END PGP SIGNATURE-----
      # gpg: Signature made Thu 15 Feb 2024 23:22:02 AEST
      # gpg:                using RSA key 7217FBAC8CE9CF6344A168E5680DC11D530B7A23
      # gpg: Can't check signature: No public key
      From: Thomas Zimmermann <tzimmermann@suse.de>
      Link: https://patchwork.freedesktop.org/patch/msgid/20240215132610.GA1464@localhost.localdomain
      9ac4beb7
    • Dave Airlie's avatar
      Merge tag 'drm-intel-gt-next-2024-02-15' of... · 6f167a36
      Dave Airlie authored
      Merge tag 'drm-intel-gt-next-2024-02-15' of git://anongit.freedesktop.org/drm/drm-intel into drm-next
      
      UAPI Changes:
      
      - Add GuC submission interface version query (Tvrtko Ursulin)
      
      Driver Changes:
      
      Fixes/improvements/new stuff:
      
      - Atomically invalidate userptr on mmu-notifier (Jonathan Cavitt)
      - Update handling of MMIO triggered reports (Umesh Nerlige Ramappa)
      - Don't make assumptions about intel_wakeref_t type (Jani Nikula)
      - Add workaround 14019877138 [xelpg] (Tejas Upadhyay)
      - Allow for very slow HuC loading [huc] (John Harrison)
      - Flush context destruction worker at suspend [guc] (Alan Previn)
      - Close deregister-context race against CT-loss [guc] (Alan Previn)
      - Avoid circular locking issue on busyness flush [guc] (John Harrison)
      - Use rc6.supported flag from intel_gt for rc6_enable sysfs (Juan Escamilla)
      - Reflect the true and current status of rc6_enable (Juan Escamilla)
      - Wake GT before sending H2G message [mtl] (Vinay Belgaumkar)
      - Restart the heartbeat timer when forcing a pulse (John Harrison)
      
      Future platform enablement:
      
      - Extend driver code of Xe_LPG to Xe_LPG+ [xelpg] (Harish Chegondi)
      - Extend some workarounds/tuning to gfx version 12.74 [xelpg] (Matt Roper)
      
      Miscellaneous:
      
      - Reconcile Excess struct member kernel-doc warnings (Randy Dunlap)
      - Change wa and EU_PERF_CNTL registers to MCR type [guc] (Shuicheng Lin)
      - Add flex arrays to struct i915_syncmap (Erick Archer)
      - Increasing the sleep time for live_rc6_manual [selftests] (Anirban Sk)
      Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
      From: Tvrtko Ursulin <tvrtko.ursulin@linux.intel.com>
      Link: https://patchwork.freedesktop.org/patch/msgid/Zc3iIVsiAwo+bu10@tursulin-desk
      6f167a36