1. 14 Jun, 2019 2 commits
    • Daniel Vetter's avatar
      Merge tag 'drm-misc-next-2019-06-14' of git://anongit.freedesktop.org/drm/drm-misc into drm-next · 2454fcea
      Daniel Vetter authored
      drm-misc-next for v5.3:
      
      UAPI Changes:
      
      Cross-subsystem Changes:
      - Add code to signal all dma-fences when freed with pending signals.
      - Annotate reservation object access in CONFIG_DEBUG_MUTEXES
      
      Core Changes:
      - Assorted documentation fixes.
      - Use irqsave/restore spinlock to add crc entry.
      - Move code around to drm_client, for internal modeset clients.
      - Make drm_crtc.h and drm_debugfs.h self-contained.
      - Remove drm_fb_helper_connector.
      - Add bootsplash to todo.
      - Fix lock ordering in pan_display_legacy.
      - Support pinning buffers to current location in gem-vram.
      - Remove the now unused locking functions from gem-vram.
      - Remove the now unused kmap-object argument from vram helpers.
      - Stop checking return value of debugfs_create.
      - Add atomic encoder enable/disable helpers.
      - pass drm_atomic_state to atomic connector check.
      - Add atomic support for bridge enable/disable.
      - Add self refresh helpers to core.
      
      Driver Changes:
      - Add extra delay to make MTP SDM845 work.
      - Small fixes to virtio, vkms, sii902x, sii9234, ast, mcde, analogix, rockchip.
      - Add zpos and ?BGR8888 support to meson.
      - More removals of drm_os_linux and drmP headers for amd, radeon, sti, r128, r128, savage, sis.
      - Allow synopsis to unwedge the i2c hdmi bus.
      - Add orientation quirks for GPD panels.
      - Edid cleanups and fixing handling for edid < 1.2.
      - Add runtime pm to stm.
      - Handle s/r in dw-hdmi.
      - Add hooks for power on/off to dsi for stm.
      - Remove virtio dirty tracking code, done in drm core.
      - Rework BO handling in ast and mgag200.
      
      Tiny conflict in drivers/gpu/drm/amd/display/dc/clk_mgr/clk_mgr.c,
      needed #include <linux/slab.h> to make it compile.
      Signed-off-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
      From: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
      Link: https://patchwork.freedesktop.org/patch/msgid/0e01de30-9797-853c-732f-4a5bd6e61445@linux.intel.com
      2454fcea
    • Sean Paul's avatar
      drm/amdgpu: Fix connector atomic_check compilation fail · 51e857af
      Sean Paul authored
      I missed amdgpu in my connnector_helper_funcs->atomic_check conversion,
      which is understandably causing compilation failures.
      
      Fixes: 6f3b6278 ("drm: Convert connector_helper_funcs->atomic_check to accept drm_atomic_state")
      Cc: Daniel Vetter <daniel@ffwll.ch>
      Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
      Cc: Jani Nikula <jani.nikula@linux.intel.com>
      Cc: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
      Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
      Cc: Ben Skeggs <bskeggs@redhat.com>
      Cc: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
      Cc: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
      Cc: Eric Anholt <eric@anholt.net>
      Cc: Laurent Pinchart <laurent.pinchart@ideasonboard.com> [for rcar lvds]
      Cc: Sean Paul <seanpaul@chromium.org>
      Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
      Cc: Maxime Ripard <maxime.ripard@bootlin.com>
      Cc: Sean Paul <sean@poorly.run>
      Cc: David Airlie <airlied@linux.ie>
      Cc: Lyude Paul <lyude@redhat.com>
      Cc: Karol Herbst <karolherbst@gmail.com>
      Cc: Ilia Mirkin <imirkin@alum.mit.edu>
      Cc: dri-devel@lists.freedesktop.org
      Cc: intel-gfx@lists.freedesktop.org
      Cc: linux-renesas-soc@vger.kernel.org
      Reported-by: default avatarChris Wilson <chris@chris-wilson.co.uk>
      Signed-off-by: default avatarSean Paul <seanpaul@chromium.org>
      Signed-off-by: default avatarMaarten Lankhorst <maarten.lankhorst@linux.intel.com>
      Link: https://patchwork.freedesktop.org/patch/msgid/20190614002713.141340-1-sean@poorly.run
      51e857af
  2. 13 Jun, 2019 26 commits
  3. 12 Jun, 2019 6 commits
  4. 11 Jun, 2019 6 commits