aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu
diff options
context:
space:
mode:
authorLiu Ying <victor.liu@nxp.com>2025-08-29 15:53:14 +0800
committerLiu Ying <victor.liu@nxp.com>2025-09-05 16:55:45 +0800
commit2c907d852c57551ca5481409da33b67fd3800af3 (patch)
treeda284725f1e6fdb2bf42e6663aa85eb6f249a622 /drivers/gpu
parentMAINTAINERS: Update Min Ma's email for AMD XDNA driver (diff)
downloadlinux-2c907d852c57551ca5481409da33b67fd3800af3.tar.gz
linux-2c907d852c57551ca5481409da33b67fd3800af3.zip
drm/panel: lvds: Remove unused members from main structure
Since commit 03fa454bb666 ("drm/panel: lvds: Simplify mode parsing"), the width and height members of struct panel_lvds are no longer used. Remove them. No functional change. Signed-off-by: Liu Ying <victor.liu@nxp.com> Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org> Reviewed-by: Raphael Gallais-Pou <raphael.gallais-pou@foss.st.com> Link: https://lore.kernel.org/r/20250829-panel-lvds-remove-width-height-v1-1-acecf0c84dc4@nxp.com
Diffstat (limited to 'drivers/gpu')
-rw-r--r--drivers/gpu/drm/panel/panel-lvds.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/panel/panel-lvds.c b/drivers/gpu/drm/panel/panel-lvds.c
index 23fd535d8f47..46b07f38559f 100644
--- a/drivers/gpu/drm/panel/panel-lvds.c
+++ b/drivers/gpu/drm/panel/panel-lvds.c
@@ -28,8 +28,6 @@ struct panel_lvds {
struct device *dev;
const char *label;
- unsigned int width;
- unsigned int height;
struct drm_display_mode dmode;
u32 bus_flags;
unsigned int bus_format;