Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1620869

[PATCH v7 0/2] drm: rockchip: Fix rockchip drm unbind crash error

From Jeffy Chen <jeffy.chen@rock-chips.com>
Newsgroups linux.kernel
Subject [PATCH v7 0/2] drm: rockchip: Fix rockchip drm unbind crash error
Date 2017-04-11 05:40 +0200
Message-ID <tuUOR-1zj-3@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Verified on rk3399 chromebook kevin(with cros 4.4 kernel), no more crashes during unbind/bind drm.

Changes in v7:
Address Sean Paul <seanpaul@chromium.org>'s comments.
Update commit message.

Changes in v6:
Address Daniel Vetter <daniel@ffwll.ch>'s comments.

Changes in v5:
Fix wrong git account.

Changes in v2:
Fix some commit messages.

Jeffy Chen (2):
  drm: Unplug drm device when unregistering it
  drm: Prevent release fb after cleanup drm_mode_config

 drivers/gpu/drm/drm_drv.c         | 8 ++++----
 drivers/gpu/drm/drm_framebuffer.c | 5 +++++
 drivers/gpu/drm/udl/udl_drv.c     | 2 +-
 include/drm/drmP.h                | 5 +++--
 4 files changed, 13 insertions(+), 7 deletions(-)

-- 
2.1.4

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH v7 0/2] drm: rockchip: Fix rockchip drm unbind crash error Jeffy Chen <jeffy.chen@rock-chips.com> - 2017-04-11 05:40 +0200
  [PATCH v7 2/2] drm: Prevent release fb after cleanup drm_mode_config Jeffy Chen <jeffy.chen@rock-chips.com> - 2017-04-11 05:40 +0200
    Re: [PATCH v7 2/2] drm: Prevent release fb after cleanup  drm_mode_config Daniel Vetter <daniel@ffwll.ch> - 2017-04-12 08:40 +0200
      Re: [PATCH v7 2/2] drm: Prevent release fb after cleanup drm_mode_config jeffy <jeffy.chen@rock-chips.com> - 2017-04-12 10:50 +0200
  [PATCH v7 1/2] drm: Unplug drm device when unregistering it Jeffy Chen <jeffy.chen@rock-chips.com> - 2017-04-11 05:40 +0200
    Re: [PATCH v7 1/2] drm: Unplug drm device when unregistering it Daniel Vetter <daniel@ffwll.ch> - 2017-04-12 08:40 +0200
      Re: [PATCH v7 1/2] drm: Unplug drm device when unregistering it jeffy <jeffy.chen@rock-chips.com> - 2017-04-12 10:20 +0200
        Re: [PATCH v7 1/2] drm: Unplug drm device when unregistering it jeffy <jeffy.chen@rock-chips.com> - 2017-04-12 10:50 +0200

csiph-web