1. 06 10月, 2018 2 次提交
    • D
      drm/atomic-helper: Unexport drm_atomic_helper_best_encoder · 297e30b5
      Daniel Vetter 提交于
      It's the default. The exported version was kinda a transition state,
      before we made this the default.
      
      To stop new atomic drivers from using it (instead of just relying on
      the default) let's unexport it.
      
      v2: rename the default implementation to a more fitting name and add a
      comment (Laurent)
      Signed-off-by: NDaniel Vetter <daniel.vetter@intel.com>
      Cc: Gustavo Padovan <gustavo@padovan.org>
      Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
      Cc: Sean Paul <seanpaul@chromium.org>
      Cc: David Airlie <airlied@linux.ie>
      Cc: VMware Graphics <linux-graphics-maintainer@vmware.com>
      Cc: Sinclair Yeh <syeh@vmware.com>
      Cc: Thomas Hellstrom <thellstrom@vmware.com>
      Cc: Archit Taneja <architt@codeaurora.org>
      Cc: Neil Armstrong <narmstrong@baylibre.com>
      Cc: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
      Cc: Hans Verkuil <hverkuil@xs4all.nl>
      Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
      Cc: Russell King <rmk+kernel@armlinux.org.uk>
      Cc: Jernej Skrabec <jernej.skrabec@siol.net>
      Cc: Jani Nikula <jani.nikula@intel.com>
      Cc: Pierre-Hugues Husson <phh@phh.me>
      Cc: Fabio Estevam <fabio.estevam@nxp.com>
      Reviewed-by: NLaurent Pinchart <laurent.pinchart@ideasonboard.com>
      Link: https://patchwork.freedesktop.org/patch/msgid/20181004202446.22905-3-daniel.vetter@ffwll.ch
      297e30b5
    • D
      drm/amdgpu: Remove default best_encoder hook from DC · 2b4c1c05
      Daniel Vetter 提交于
      For atomic driver this is the default, no need to reimplement it. We
      still need to keep the copypasta for not-atomic drivers though, since
      no one polished the legacy crtc helpers as much as the atomic ones.
      
      v2: amdgpu uses ->best_encoder internally, give it a local copy. It
      might be a good idea to merge the connector and encoder into one
      amdgpu_dm_sink structure, that might match DC internals better. At
      least for non-DPMST outputs. Kudos to Ville for spotting this.
      
      v3: Rebase onto a487411a ("drm/amd/display: Use DRM helper for
      best_encoder").
      
      Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
      Signed-off-by: NDaniel Vetter <daniel.vetter@intel.com>
      Cc: Alex Deucher <alexander.deucher@amd.com>
      Cc: Harry Wentland <harry.wentland@amd.com>
      Cc: Andrey Grodzovsky <andrey.grodzovsky@amd.com>
      Cc: Tony Cheng <Tony.Cheng@amd.com>
      Cc: "Leo (Sunpeng) Li" <sunpeng.li@amd.com>
      Cc: Shirish S <shirish.s@amd.com>
      Acked-by: NHarry Wentland <harry.wentland@amd.com>
      Link: https://patchwork.freedesktop.org/patch/msgid/20181004202446.22905-2-daniel.vetter@ffwll.ch
      2b4c1c05
  2. 05 10月, 2018 3 次提交
  3. 04 10月, 2018 2 次提交
  4. 03 10月, 2018 1 次提交
  5. 02 10月, 2018 5 次提交
  6. 01 10月, 2018 2 次提交
  7. 30 9月, 2018 1 次提交
  8. 28 9月, 2018 6 次提交
  9. 27 9月, 2018 18 次提交