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
AUTHORS
Jesse Barnes <[email protected]>
Intel Corporation,
- Initial version
Laurent Pinchart <[email protected]>
Ideas on board SPRL,
- Driver internals
Daniel Vetter <[email protected]>
Intel Corporation,
- Contributions all over the place
Lukas Wunner <[email protected]>
- vga_switcheroo documentation
COPYRIGHT