We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c07e1f2 commit e6fa481Copy full SHA for e6fa481
drivers/gpu/drm/panel/panel-samsung-db7430.c
@@ -56,10 +56,6 @@ struct db7430 {
56
struct mipi_dbi dbi;
57
/** @panel: the DRM panel instance for this device */
58
struct drm_panel panel;
59
- /** @width: the width of this panel in mm */
60
- u32 width;
61
- /** @height: the height of this panel in mm */
62
- u32 height;
63
/** @reset: reset GPIO line */
64
struct gpio_desc *reset;
65
/** @regulators: VCCIO and VIO supply regulators */
0 commit comments