summaryrefslogtreecommitdiffstats
path: root/include/drm
diff options
context:
space:
mode:
authorLespiau, Damien2013-08-20 01:53:04 +0200
committerDave Airlie2013-08-21 04:47:19 +0200
commitddecb10cf402a8325579f298fd4986a90f33496b (patch)
tree9e8d42812a65a76d3d9c3c4270ec432185149933 /include/drm
parentdrm: Remove stale prototypes (diff)
downloadkernel-qcow2-linux-ddecb10cf402a8325579f298fd4986a90f33496b.tar.gz
kernel-qcow2-linux-ddecb10cf402a8325579f298fd4986a90f33496b.tar.xz
kernel-qcow2-linux-ddecb10cf402a8325579f298fd4986a90f33496b.zip
drm: Remove drm_mode_create_dithering_property()
This was last used by nouveau, replaced by a driver-specific property in: commit de69185573586302ada2e59ba41835df36986277 Author: Ben Skeggs <bskeggs@redhat.com> Date: Mon Oct 17 12:23:41 2011 +1000 drm/nouveau: improve dithering properties, and implement proper auto mode Signed-off-by: Damien Lespiau <damien.lespiau@intel.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'include/drm')
-rw-r--r--include/drm/drm_crtc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/drm/drm_crtc.h b/include/drm/drm_crtc.h
index eb40a967fc65..781988f637ec 100644
--- a/include/drm/drm_crtc.h
+++ b/include/drm/drm_crtc.h
@@ -982,7 +982,6 @@ extern int drm_mode_create_dvi_i_properties(struct drm_device *dev);
extern int drm_mode_create_tv_properties(struct drm_device *dev, int num_formats,
char *formats[]);
extern int drm_mode_create_scaling_mode_property(struct drm_device *dev);
-extern int drm_mode_create_dithering_property(struct drm_device *dev);
extern int drm_mode_create_dirty_info_property(struct drm_device *dev);
extern const char *drm_get_encoder_name(const struct drm_encoder *encoder);