Lines Matching refs:drm_device
90 struct drm_device *dev;
131 int ast_driver_load(struct drm_device *dev, unsigned long flags);
132 void ast_driver_unload(struct drm_device *dev);
237 struct drm_device *dev;
313 extern int ast_mode_init(struct drm_device *dev);
314 extern void ast_mode_fini(struct drm_device *dev);
316 int ast_framebuffer_init(struct drm_device *dev,
321 int ast_fbdev_init(struct drm_device *dev);
322 void ast_fbdev_fini(struct drm_device *dev);
323 void ast_fbdev_set_suspend(struct drm_device *dev, int state);
349 struct drm_device *dev,
354 struct drm_device *dev,
363 int ast_bo_create(struct drm_device *dev, int size, int align,
366 int ast_gem_create(struct drm_device *dev,
396 void ast_enable_vga(struct drm_device *dev);
397 void ast_enable_mmio(struct drm_device *dev);
398 bool ast_is_vga_enabled(struct drm_device *dev);
399 void ast_post_gpu(struct drm_device *dev);
403 void ast_set_dp501_video_output(struct drm_device *dev, u8 mode);
404 bool ast_backup_fw(struct drm_device *dev, u8 *addr, u32 size);
405 bool ast_dp501_read_edid(struct drm_device *dev, u8 *ediddata);
406 u8 ast_get_dp501_max_clk(struct drm_device *dev);
407 void ast_init_3rdtx(struct drm_device *dev);
408 void ast_release_firmware(struct drm_device *dev);