Re: [PULL v2] drm-misc-fixes

2019-01-11 Thread Daniel Vetter
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(-)

-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel


[PULL v2] drm-misc-fixes

2019-01-10 Thread Maarten Lankhorst
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(-)
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel


[PULL v2] drm-misc-fixes

2018-11-28 Thread Sean Paul

Hi Dave,
Here's the updated PR with the mst destroy patch reverted.

drm-misc-fixes-2018-11-28-1:
- mst: Don't try to validate ports while destroying them (Lyude)
- Revert: Don't try to validate ports while destroying them (Lyude)
- core: Don't set device to master unless set_master succeeds (Sergio)
- meson: Do vblank_on/off on enable/disable (Neil)
- meson: Use fast_io regmap option to avoid sleeping in irq ctx (Lyude)
- meson: Don't walk off the end of the OSD EOTF LUTs (Lyude)

Cc: Lyude Paul 
Cc: Sergio Correia 
Cc: Neil Armstrong 

Cheers, Sean

For completeness, here's my summary from the v1:
---
Hi Dave,
Happy meson week! A bunch of stellar fixes coming in this week from Lyude, and a
couple others plugging holes in meson and core.


drm-misc-fixes-2018-11-28:
- mst: Don't try to validate ports while destroying them (Lyude)
- core: Don't set device to master unless set_master succeeds (Sergio)
- meson: Do vblank_on/off on enable/disable (Neil)
- meson: Use fast_io regmap option to avoid sleeping in irq ctx (Lyude)
- meson: Don't walk off the end of the OSD EOTF LUTs (Lyude)

Cc: Lyude Paul 
Cc: Sergio Correia 
Cc: Neil Armstrong 

Cheers, Sean
---


The following changes since commit 2e6e902d185027f8e3cb8b7305238f7e35d6a436:

  Linux 4.20-rc4 (2018-11-25 14:19:31 -0800)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-fixes-2018-11-28-1

for you to fetch changes up to 9765635b30756eb74e05e260ac812659c296cd28:

  Revert "drm/dp_mst: Skip validating ports during destruction, just ref" 
(2018-11-28 16:22:17 -0500)


- mst: Don't try to validate ports while destroying them (Lyude)
- Revert: Don't try to validate ports while destroying them (Lyude)
- core: Don't set device to master unless set_master succeeds (Sergio)
- meson: Do vblank_on/off on enable/disable (Neil)
- meson: Use fast_io regmap option to avoid sleeping in irq ctx (Lyude)
- meson: Don't walk off the end of the OSD EOTF LUTs (Lyude)

Cc: Lyude Paul 
Cc: Sergio Correia 
Cc: Neil Armstrong 


Christian Hewitt (1):
  drm/meson: add support for 1080p25 mode

Lyude Paul (4):
  drm/dp_mst: Skip validating ports during destruction, just ref
  drm/meson: Enable fast_io in meson_dw_hdmi_regmap_config
  drm/meson: Fix OOB memory accesses in meson_viu_set_osd_lut()
  Revert "drm/dp_mst: Skip validating ports during destruction, just ref"

Neil Armstrong (1):
  drm/meson: Fixes for drm_crtc_vblank_on/off support

Sergio Correia (1):
  drm: set is_master to 0 upon drm_new_set_master() failure

 drivers/gpu/drm/drm_auth.c|  2 ++
 drivers/gpu/drm/meson/meson_crtc.c| 27 +--
 drivers/gpu/drm/meson/meson_dw_hdmi.c |  1 +
 drivers/gpu/drm/meson/meson_venc.c|  4 
 drivers/gpu/drm/meson/meson_viu.c | 12 ++--
 5 files changed, 38 insertions(+), 8 deletions(-)

-- 
Sean Paul, Software Engineer, Google / Chromium OS
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel