Lines Matching refs:drm_device
87 struct drm_device *dev;
123 int ast_driver_load(struct drm_device *dev, unsigned long flags);
124 int ast_driver_unload(struct drm_device *dev);
229 struct drm_device *dev;
307 extern int ast_mode_init(struct drm_device *dev);
308 extern void ast_mode_fini(struct drm_device *dev);
310 int ast_framebuffer_init(struct drm_device *dev,
315 int ast_fbdev_init(struct drm_device *dev);
316 void ast_fbdev_fini(struct drm_device *dev);
317 void ast_fbdev_set_suspend(struct drm_device *dev, int state);
342 struct drm_device *dev,
347 struct drm_device *dev,
356 int ast_bo_create(struct drm_device *dev, int size, int align,
359 int ast_gem_create(struct drm_device *dev,
389 void ast_enable_vga(struct drm_device *dev);
390 void ast_enable_mmio(struct drm_device *dev);
391 bool ast_is_vga_enabled(struct drm_device *dev);
392 void ast_post_gpu(struct drm_device *dev);
396 int ast_load_dp501_microcode(struct drm_device *dev);
397 void ast_set_dp501_video_output(struct drm_device *dev, u8 mode);
398 bool ast_launch_m68k(struct drm_device *dev);
399 bool ast_backup_fw(struct drm_device *dev, u8 *addr, u32 size);
400 bool ast_dp501_read_edid(struct drm_device *dev, u8 *ediddata);
401 u8 ast_get_dp501_max_clk(struct drm_device *dev);
402 void ast_init_3rdtx(struct drm_device *dev);