1. 06 Aug, 2021 25 commits
  2. 02 Aug, 2021 12 commits
  3. 30 Jul, 2021 3 commits
    • Dave Airlie's avatar
      Merge tag 'amd-drm-next-5.15-2021-07-29' of... · 04d505de
      Dave Airlie authored
      Merge tag 'amd-drm-next-5.15-2021-07-29' of https://gitlab.freedesktop.org/agd5f/linux into drm-next
      
      amd-drm-next-5.15-2021-07-29:
      
      amdgpu:
      - VCN/JPEG power down sequencing fixes
      - Various navi pcie link handling fixes
      - Clockgating fixes
      - Yellow Carp fixes
      - Beige Goby fixes
      - Misc code cleanups
      - S0ix fixes
      - SMU i2c bus rework
      - EEPROM handling rework
      - PSP ucode handling cleanup
      - SMU error handling rework
      - AMD HDMI freesync fixes
      - USB PD firmware update rework
      - MMIO based vram access rework
      - Misc display fixes
      - Backlight fixes
      - Add initial Cyan Skillfish support
      - Overclocking fixes suspend/resume
      
      amdkfd:
      - Sysfs leak fix
      - Add counters for vm faults and migration
      - GPUVM TLB optimizations
      
      radeon:
      - Misc fixes
      Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
      
      From: Alex Deucher <alexander.deucher@amd.com>
      Link: https://patchwork.freedesktop.org/patch/msgid/20210730033455.3852-1-alexander.deucher@amd.com
      04d505de
    • Dave Airlie's avatar
      Merge tag 'drm-msm-next-2021-07-28' of https://gitlab.freedesktop.org/drm/msm into drm-next · f1b79965
      Dave Airlie authored
      An early pull for v5.15 (there'll be more coming in a week or two),
      consisting of the drm/scheduler conversion and a couple other small
      series that one was based one.  Mostly sending this now because IIUC
      danvet wanted it in drm-next so he could rebase on it.  (Daniel, if
      you disagree then speak up, and I'll instead include this in the main
      pull request once that is ready.)
      
      This also has a core patch to drop drm_gem_object_put_locked() now
      that the last use of it is removed.
      
      [airlied: add NULL to drm_sched_init]
      Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
      From: Rob Clark <robdclark@gmail.com>
      Link: https://patchwork.freedesktop.org/patch/msgid/CAF6AEGumRk7H88bqV=H9Fb1SM0zPBo5B7NsCU3jFFKBYxf5k+Q@mail.gmail.com
      f1b79965
    • Dave Airlie's avatar
      Merge tag 'drm-misc-next-2021-07-29' of git://anongit.freedesktop.org/drm/drm-misc into drm-next · cfeeb0b5
      Dave Airlie authored
      drm-misc-next for v5.15:
      
      UAPI Changes:
      - Add modifiers for arm fixed rate compression.
      
      Cross-subsystem Changes:
      - Assorted dt binding fixes.
      - Convert ssd1307fb to json-schema.
      - Update a lot of irc channels to point to OFTC, as everyone moved there.
      - Fix the same divide by zero for asilantfb, kyro, rivafb.
      
      Core Changes:
      - Document requirements for new atomic properties.
      - Add drm_gem_fb_(begin/end)_cpu_access helpers, and use them in some drivers.
      - Document drm_property_enum.value for bitfields.
      - Add explicit _NO_ for MIPI_DSI flags that disable features.
      - Assorted documentation fixes.
      - Update fb_damage handling, and move drm_plane_enable_fb_damage_clips to core.
      - Add logging and docs to RMFB ioctl.
      - Assorted small fixes to dp_mst, master handling.
      - Clarify drm lease usage.
      
      Driver Changes:
      - Assorted small fixes to panfrost, hibmc, bridge/nwl-dsi, rockchip, vc4.
      - More drm -> linux irq conversions.
      - Add support for some Logic Technologies and Multi-Inno panels.
      - Expose phy-functionality for drm/rockchip, to allow controlling from the media subsystem.
      - Add support for 2 AUO panels.
      - Add damage handling to ssd1307fb.
      - Improve FIFO handling on mxsfb.
      - Assorted small fixes to vmwgfx, and bump version to 2.19 for the new ioctls.
      - Improve sony acx424akp backlight handling.
      Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
      
      From: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
      Link: https://patchwork.freedesktop.org/patch/msgid/a753221a-e23e-0dc4-7ca6-8c1b179738d0@linux.intel.com
      cfeeb0b5