|
|
@@ -395,13 +395,11 @@ qxl_framebuffer_init(struct drm_device *dev,
|
|
|
struct drm_gem_object *obj,
|
|
|
const struct drm_framebuffer_funcs *funcs);
|
|
|
void qxl_display_read_client_monitors_config(struct qxl_device *qdev);
|
|
|
-void qxl_send_monitors_config(struct qxl_device *qdev);
|
|
|
int qxl_create_monitors_object(struct qxl_device *qdev);
|
|
|
int qxl_destroy_monitors_object(struct qxl_device *qdev);
|
|
|
|
|
|
/* used by qxl_debugfs only */
|
|
|
void qxl_crtc_set_from_monitors_config(struct qxl_device *qdev);
|
|
|
-void qxl_alloc_client_monitors_config(struct qxl_device *qdev, unsigned count);
|
|
|
|
|
|
/* qxl_gem.c */
|
|
|
int qxl_gem_init(struct qxl_device *qdev);
|
|
|
@@ -574,6 +572,5 @@ int qxl_bo_check_id(struct qxl_device *qdev, struct qxl_bo *bo);
|
|
|
struct qxl_drv_surface *
|
|
|
qxl_surface_lookup(struct drm_device *dev, int surface_id);
|
|
|
void qxl_surface_evict(struct qxl_device *qdev, struct qxl_bo *surf, bool freeing);
|
|
|
-int qxl_update_surface(struct qxl_device *qdev, struct qxl_bo *surf);
|
|
|
|
|
|
#endif
|