HomeSort by: relevance | last modified time | path
    Searched defs:drm_fb_helper (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/include/drm/
drm_fb_helper.h 1 /* $NetBSD: drm_fb_helper.h,v 1.14 2021/12/19 10:46:44 riastradh Exp $ */
36 struct drm_fb_helper;
99 int (*fb_probe)(struct drm_fb_helper *helper,
104 * struct drm_fb_helper - main structure to emulate fbdev on top of KMS
121 struct drm_fb_helper { struct
202 static inline struct drm_fb_helper *
205 return container_of(client, struct drm_fb_helper, client);
211 * Helper define to register default implementations of drm_fb_helper
225 void drm_fb_helper_prepare(struct drm_device *dev, struct drm_fb_helper *helper,
228 struct drm_fb_helper *helper, int max_conn)
    [all...]
drm_fb_helper.h 1 /* $NetBSD: drm_fb_helper.h,v 1.14 2021/12/19 10:46:44 riastradh Exp $ */
36 struct drm_fb_helper;
99 int (*fb_probe)(struct drm_fb_helper *helper,
104 * struct drm_fb_helper - main structure to emulate fbdev on top of KMS
121 struct drm_fb_helper { struct
202 static inline struct drm_fb_helper *
205 return container_of(client, struct drm_fb_helper, client);
211 * Helper define to register default implementations of drm_fb_helper
225 void drm_fb_helper_prepare(struct drm_device *dev, struct drm_fb_helper *helper,
228 struct drm_fb_helper *helper, int max_conn)
    [all...]
drm_fb_helper.h 1 /* $NetBSD: drm_fb_helper.h,v 1.14 2021/12/19 10:46:44 riastradh Exp $ */
36 struct drm_fb_helper;
99 int (*fb_probe)(struct drm_fb_helper *helper,
104 * struct drm_fb_helper - main structure to emulate fbdev on top of KMS
121 struct drm_fb_helper { struct
202 static inline struct drm_fb_helper *
205 return container_of(client, struct drm_fb_helper, client);
211 * Helper define to register default implementations of drm_fb_helper
225 void drm_fb_helper_prepare(struct drm_device *dev, struct drm_fb_helper *helper,
228 struct drm_fb_helper *helper, int max_conn)
    [all...]
drm_fb_helper.h 1 /* $NetBSD: drm_fb_helper.h,v 1.14 2021/12/19 10:46:44 riastradh Exp $ */
36 struct drm_fb_helper;
99 int (*fb_probe)(struct drm_fb_helper *helper,
104 * struct drm_fb_helper - main structure to emulate fbdev on top of KMS
121 struct drm_fb_helper { struct
202 static inline struct drm_fb_helper *
205 return container_of(client, struct drm_fb_helper, client);
211 * Helper define to register default implementations of drm_fb_helper
225 void drm_fb_helper_prepare(struct drm_device *dev, struct drm_fb_helper *helper,
228 struct drm_fb_helper *helper, int max_conn)
    [all...]

Completed in 40 milliseconds