Name

struct drm_panel — DRM panel object

Synopsis

struct drm_panel {
  struct drm_device * drm;
  struct drm_connector * connector;
  struct device * dev;
  const struct drm_panel_funcs * funcs;
  struct list_head list;
};  

Members

drm

DRM device owning the panel

connector

DRM connector that the panel is attached to

dev

parent device of the panel

funcs

operations that can be performed on the panel

list

panel entry in registry