dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PULL v2] drm-misc-fixes
@ 2018-11-28 21:29 Sean Paul
  0 siblings, 0 replies; 3+ messages in thread
From: Sean Paul @ 2018-11-28 21:29 UTC (permalink / raw)
  To: Dave Airlie
  Cc: dim-tools, Sergio Correia, Neil Armstrong, Maxime Ripard,
	Daniel Vetter, intel-gfx, dri-devel, Rodrigo Vivi, 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 <lyude@redhat.com>
Cc: Sergio Correia <sergio@correia.cc>
Cc: Neil Armstrong <narmstrong@baylibre.com>

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 <lyude@redhat.com>
Cc: Sergio Correia <sergio@correia.cc>
Cc: Neil Armstrong <narmstrong@baylibre.com>

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 <lyude@redhat.com>
Cc: Sergio Correia <sergio@correia.cc>
Cc: Neil Armstrong <narmstrong@baylibre.com>

----------------------------------------------------------------
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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PULL v2] drm-misc-fixes
@ 2019-01-10 14:00 Maarten Lankhorst
  2019-01-11  9:29 ` Daniel Vetter
  0 siblings, 1 reply; 3+ messages in thread
From: Maarten Lankhorst @ 2019-01-10 14:00 UTC (permalink / raw)
  To: Dave Airlie
  Cc: dim-tools, Maxime Ripard, Daniel Vetter, intel-gfx, dri-devel,
	Rodrigo Vivi

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(-)
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PULL v2] drm-misc-fixes
  2019-01-10 14:00 [PULL v2] drm-misc-fixes Maarten Lankhorst
@ 2019-01-11  9:29 ` Daniel Vetter
  0 siblings, 0 replies; 3+ messages in thread
From: Daniel Vetter @ 2019-01-11  9:29 UTC (permalink / raw)
  To: Maarten Lankhorst
  Cc: dim-tools, Maxime Ripard, Daniel Vetter, intel-gfx, dri-devel,
	Rodrigo Vivi, Sean Paul

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-01-11  9:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-10 14:00 [PULL v2] drm-misc-fixes Maarten Lankhorst
2019-01-11  9:29 ` Daniel Vetter
  -- strict thread matches above, loose matches on Subject: below --
2018-11-28 21:29 Sean Paul

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox