Lines Matching defs:drmmode_ptr
52 } drmmode_rec, *drmmode_ptr;
55 drmmode_ptr drmmode;
70 drmmode_ptr drmmode;
89 drmmode_ptr drmmode;
102 extern Bool drmmode_pre_init(ScrnInfoPtr pScrn, drmmode_ptr drmmode, int cpp);
103 extern void drmmode_init(ScrnInfoPtr pScrn, drmmode_ptr drmmode);
104 extern Bool drmmode_set_bufmgr(ScrnInfoPtr pScrn, drmmode_ptr drmmode, struct radeon_bo_manager *bufmgr);
105 extern void drmmode_set_cursor(ScrnInfoPtr scrn, drmmode_ptr drmmode, int id, struct radeon_bo *bo);
106 void drmmode_adjust_frame(ScrnInfoPtr pScrn, drmmode_ptr drmmode, int x, int y);
107 extern Bool drmmode_set_desired_modes(ScrnInfoPtr pScrn, drmmode_ptr drmmode);
108 extern void drmmode_copy_fb(ScrnInfoPtr pScrn, drmmode_ptr drmmode);
111 extern void drmmode_uevent_init(ScrnInfoPtr scrn, drmmode_ptr drmmode);
112 extern void drmmode_uevent_fini(ScrnInfoPtr scrn, drmmode_ptr drmmode);