mbox series

[PULL,v2] drm-misc-fixes

Message ID 2cf24f5c-2b1f-befa-8d08-058661146b61@linux.intel.com (mailing list archive)
State New, archived
Headers show
Series [PULL,v2] drm-misc-fixes | expand

Pull-request

git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-fixes-2019-01-10-1

Message

Maarten Lankhorst Jan. 10, 2019, 2 p.m. UTC
Hi Dave/Daniel,

Some patches were pushed today to drm-misc-fixes, and I think it would be nice
if they are part of the pull req for v5.0-rc2. :)

drm-misc-fixes-2019-01-10-1:
Second pull request, drm-misc-fixes for v5.0-rc2:
- Fix fb-helper to work correctly with SDL 1.2 bugs.
- Fix lockdep warning in the atomic ioctl and setproperty.
From first pull request:
- Fixes for the tc358767 bridge to work correctly with
  tc358867 using a DP connector.
- Make resume work on amdgpu when a DP-MST display is unplugged.
The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c:

  Linux 5.0-rc1 (2019-01-06 17:08:20 -0800)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-fixes-2019-01-10-1

for you to fetch changes up to 4089e272ac61603931beb024d4d640de2cb390e0:

  gpu/drm: Fix lock held when returning to user space. (2019-01-10 11:31:58 +0100)

----------------------------------------------------------------
Second pull request, drm-misc-fixes for v5.0-rc2:
- Fix fb-helper to work correctly with SDL 1.2 bugs.
- Fix lockdep warning in the atomic ioctl and setproperty.
From first pull request:
- Fixes for the tc358767 bridge to work correctly with
  tc358867 using a DP connector.
- Make resume work on amdgpu when a DP-MST display is unplugged.

----------------------------------------------------------------
Ivan Mironov (2):
      drm/fb-helper: Partially bring back workaround for bugs of SDL 1.2
      drm/fb-helper: Ignore the value of fb_var_screeninfo.pixclock

Lyude Paul (3):
      drm/amdgpu: Don't ignore rc from drm_dp_mst_topology_mgr_resume()
      drm/amdgpu: Don't fail resume process if resuming atomic state fails
      drm/dp_mst: Add __must_check to drm_dp_mst_topology_mgr_resume()

Tetsuo Handa (1):
      gpu/drm: Fix lock held when returning to user space.

Tomi Valkeinen (7):
      drm/bridge: tc358767: add bus flags
      drm/bridge: tc358767: add defines for DP1_SRCCTRL & PHY_2LANE
      drm/bridge: tc358767: fix single lane configuration
      drm/bridge: tc358767: fix initial DP0/1_SRCCTRL value
      drm/bridge: tc358767: reject modes which require too much BW
      drm/bridge: tc358767: fix output H/V syncs
      drm/bridge: tc358767: use DP connector if no panel set

 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c |  37 ++++--
 drivers/gpu/drm/bridge/tc358767.c                 |  48 ++++++--
 drivers/gpu/drm/drm_atomic_uapi.c                 |   3 +-
 drivers/gpu/drm/drm_fb_helper.c                   | 133 +++++++++++++---------
 drivers/gpu/drm/drm_mode_object.c                 |   4 +-
 include/drm/drm_dp_mst_helper.h                   |   3 +-
 6 files changed, 147 insertions(+), 81 deletions(-)

Comments

Daniel Vetter Jan. 11, 2019, 9:29 a.m. UTC | #1
On Thu, Jan 10, 2019 at 03:00:45PM +0100, Maarten Lankhorst wrote:
> Hi Dave/Daniel,
> 
> Some patches were pushed today to drm-misc-fixes, and I think it would be nice
> if they are part of the pull req for v5.0-rc2. :)
> 
> drm-misc-fixes-2019-01-10-1:
> Second pull request, drm-misc-fixes for v5.0-rc2:
> - Fix fb-helper to work correctly with SDL 1.2 bugs.
> - Fix lockdep warning in the atomic ioctl and setproperty.
> From first pull request:
> - Fixes for the tc358767 bridge to work correctly with
>   tc358867 using a DP connector.
> - Make resume work on amdgpu when a DP-MST display is unplugged.
> The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c:

Applied, thanks.
-Daniel
> 
>   Linux 5.0-rc1 (2019-01-06 17:08:20 -0800)
> 
> are available in the Git repository at:
> 
>   git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-fixes-2019-01-10-1
> 
> for you to fetch changes up to 4089e272ac61603931beb024d4d640de2cb390e0:
> 
>   gpu/drm: Fix lock held when returning to user space. (2019-01-10 11:31:58 +0100)
> 
> ----------------------------------------------------------------
> Second pull request, drm-misc-fixes for v5.0-rc2:
> - Fix fb-helper to work correctly with SDL 1.2 bugs.
> - Fix lockdep warning in the atomic ioctl and setproperty.
> From first pull request:
> - Fixes for the tc358767 bridge to work correctly with
>   tc358867 using a DP connector.
> - Make resume work on amdgpu when a DP-MST display is unplugged.
> 
> ----------------------------------------------------------------
> Ivan Mironov (2):
>       drm/fb-helper: Partially bring back workaround for bugs of SDL 1.2
>       drm/fb-helper: Ignore the value of fb_var_screeninfo.pixclock
> 
> Lyude Paul (3):
>       drm/amdgpu: Don't ignore rc from drm_dp_mst_topology_mgr_resume()
>       drm/amdgpu: Don't fail resume process if resuming atomic state fails
>       drm/dp_mst: Add __must_check to drm_dp_mst_topology_mgr_resume()
> 
> Tetsuo Handa (1):
>       gpu/drm: Fix lock held when returning to user space.
> 
> Tomi Valkeinen (7):
>       drm/bridge: tc358767: add bus flags
>       drm/bridge: tc358767: add defines for DP1_SRCCTRL & PHY_2LANE
>       drm/bridge: tc358767: fix single lane configuration
>       drm/bridge: tc358767: fix initial DP0/1_SRCCTRL value
>       drm/bridge: tc358767: reject modes which require too much BW
>       drm/bridge: tc358767: fix output H/V syncs
>       drm/bridge: tc358767: use DP connector if no panel set
> 
>  drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c |  37 ++++--
>  drivers/gpu/drm/bridge/tc358767.c                 |  48 ++++++--
>  drivers/gpu/drm/drm_atomic_uapi.c                 |   3 +-
>  drivers/gpu/drm/drm_fb_helper.c                   | 133 +++++++++++++---------
>  drivers/gpu/drm/drm_mode_object.c                 |   4 +-
>  include/drm/drm_dp_mst_helper.h                   |   3 +-
>  6 files changed, 147 insertions(+), 81 deletions(-)