mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
drm: remove connector and encoder port
Change-Id: Ie2bd25f133500b81d47ce6fb21ab7046fca8d9fa Signed-off-by: Sandy Huang <hjc@rock-chips.com>
This commit is contained in:
@@ -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 */
|
||||
|
||||
@@ -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;
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user