drm: remove connector and encoder port

Change-Id: Ie2bd25f133500b81d47ce6fb21ab7046fca8d9fa
Signed-off-by: Sandy Huang <hjc@rock-chips.com>
This commit is contained in:
Sandy Huang
2020-07-01 18:08:02 +08:00
committed by Tao Huang
parent 4d1bfde6c6
commit 4759d059b6
2 changed files with 1 additions and 4 deletions

View File

@@ -841,8 +841,6 @@ struct drm_cmdline_mode {
struct drm_connector {
/** @dev: parent DRM device */
struct drm_device *dev;
/* @port: connector device node */
struct device_node *port;
/** @kdev: kernel device for sysfs attributes */
struct device *kdev;
/** @attr: sysfs attributes */

View File

@@ -98,8 +98,7 @@ struct drm_encoder_funcs {
struct drm_encoder {
struct drm_device *dev;
struct list_head head;
/* @port: encoder device node */
struct device_node *port;
struct drm_mode_object base;
char *name;
/**