Home
last modified time | relevance | path

Searched refs:drm_client_dev (Results 1 – 2 of 2) sorted by relevance

/include/drm/
Ddrm_client.h13 struct drm_client_dev;
38 void (*unregister)(struct drm_client_dev *client);
49 int (*restore)(struct drm_client_dev *client);
59 int (*hotplug)(struct drm_client_dev *client);
65 struct drm_client_dev { struct
105 int drm_client_init(struct drm_device *dev, struct drm_client_dev *client, argument
107 void drm_client_release(struct drm_client_dev *client);
108 void drm_client_register(struct drm_client_dev *client);
121 struct drm_client_dev *client;
150 drm_client_framebuffer_create(struct drm_client_dev *client, u32 width, u32 height, u32 format);
[all …]
Ddrm_fb_helper.h120 struct drm_client_dev client;
192 drm_fb_helper_from_client(struct drm_client_dev *client) in drm_fb_helper_from_client()