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);
343 struct drm_device *dev,
348 struct drm_device *dev,
357 int ast_bo_create(struct drm_device *dev, int size, int align,
360 int ast_gem_create(struct drm_device *dev,
390 void ast_enable_vga(struct drm_device *dev);
391 void ast_enable_mmio(struct drm_device *dev);
392 bool ast_is_vga_enabled(struct drm_device *dev);
393 void ast_post_gpu(struct drm_device *dev);
397 int ast_load_dp501_microcode(struct drm_device *dev);
398 void ast_set_dp501_video_output(struct drm_device *dev, u8 mode);
399 bool ast_launch_m68k(struct drm_device *dev);
400 bool ast_backup_fw(struct drm_device *dev, u8 *addr, u32 size);
401 bool ast_dp501_read_edid(struct drm_device *dev, u8 *ediddata);
402 u8 ast_get_dp501_max_clk(struct drm_device *dev);
403 void ast_init_3rdtx(struct drm_device *dev);