summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/panel/panel-novatek-nt36672e.c
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2024-04-19 10:22:22 +1000
committerDave Airlie <airlied@redhat.com>2024-04-19 10:22:28 +1000
commit5493bf2d0f4a1e6dcad9267bc989229d60c93e76 (patch)
tree57ad98f85a6250010bd50593f6a07fd199da1585 /drivers/gpu/drm/panel/panel-novatek-nt36672e.c
parent58292f516b1d700d4310ec51ea33fb501170da1c (diff)
parent941c0bdbc176df825adf77052263b2d63db6fef7 (diff)
downloadlinux-stable-5493bf2d0f4a1e6dcad9267bc989229d60c93e76.tar.gz
linux-stable-5493bf2d0f4a1e6dcad9267bc989229d60c93e76.tar.bz2
linux-stable-5493bf2d0f4a1e6dcad9267bc989229d60c93e76.zip
Merge tag 'drm-misc-fixes-2024-04-18' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-fixes
Short summary of fixes pull: nouveau: - dp: Don't probe DP ports twice - nv04: Fix OOB access - nv50: Disable AUX bus for disconnected DP ports - nvkm: Fix race condition panel: - Don't unregister DSI devices in several drivers ttm: - Stop pooling cached NUMA pages v3d: - Fix enabled_ns increment vmwgfx: - Fix PRIME import/export - Fix CRTC's atomic check for primary planes - Sort plane formats by preference Signed-off-by: Dave Airlie <airlied@redhat.com> From: Thomas Zimmermann <tzimmermann@suse.de> Link: https://patchwork.freedesktop.org/patch/msgid/20240418072229.GA8983@localhost.localdomain
Diffstat (limited to 'drivers/gpu/drm/panel/panel-novatek-nt36672e.c')
-rw-r--r--drivers/gpu/drm/panel/panel-novatek-nt36672e.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/panel/panel-novatek-nt36672e.c b/drivers/gpu/drm/panel/panel-novatek-nt36672e.c
index cb7406d74466..c39fe0fc5d69 100644
--- a/drivers/gpu/drm/panel/panel-novatek-nt36672e.c
+++ b/drivers/gpu/drm/panel/panel-novatek-nt36672e.c
@@ -614,8 +614,6 @@ static void nt36672e_panel_remove(struct mipi_dsi_device *dsi)
struct nt36672e_panel *ctx = mipi_dsi_get_drvdata(dsi);
mipi_dsi_detach(ctx->dsi);
- mipi_dsi_device_unregister(ctx->dsi);
-
drm_panel_remove(&ctx->panel);
}