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


Groups > linux.kernel > #1621941 > unrolled thread

[PATCH v9 0/1] drm: rockchip: Fix rockchip drm unbind crash error

Started byJeffy Chen <jeffy.chen@rock-chips.com>
First post2017-04-12 11:00 +0200
Last post2017-04-12 11:00 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH v9 0/1] drm: rockchip: Fix rockchip drm unbind crash error Jeffy Chen <jeffy.chen@rock-chips.com> - 2017-04-12 11:00 +0200

#1621941 — [PATCH v9 0/1] drm: rockchip: Fix rockchip drm unbind crash error

FromJeffy Chen <jeffy.chen@rock-chips.com>
Date2017-04-12 11:00 +0200
Subject[PATCH v9 0/1] drm: rockchip: Fix rockchip drm unbind crash error
Message-ID<tvmi5-2l1-3@gated-at.bofh.it>
Verified on rk3399 chromebook kevin(with cros 4.4 kernel), no more crashes during unbind/bind drm with/out ui service running.

Changes in v9:
Move drm_device_set_plug_state into drm_drv.c .

Changes in v8:
Fix hang when unregistering drm dev with open_count 0.

Changes in v7:
Add drm_device_set_plug_state helper.

Changes in v6:
Reuse unplug status.

Changes in v5:
Fix wrong git account.

Changes in v2:
Fix some commit messages.

Jeffy Chen (1):
  drm: Unplug drm device when unregistering it

 drivers/gpu/drm/drm_drv.c     | 26 ++++++++++----------------
 drivers/gpu/drm/udl/udl_drv.c |  2 +-
 include/drm/drmP.h            |  6 ------
 include/drm/drm_drv.h         |  1 -
 4 files changed, 11 insertions(+), 24 deletions(-)

-- 
2.1.4

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web