diff options
author | Damien Lespiau <damien.lespiau@intel.com> | 2013-08-22 14:06:08 -0400 |
---|---|---|
committer | Dave Airlie <airlied@gmail.com> | 2013-08-29 18:59:10 -0400 |
commit | 807ac202f20aa0a5e991851931dbfa4e4fac558d (patch) | |
tree | 3d4ac53a0db709a24fe547b7cc6fde6aa1789c2a /include/drm | |
parent | 0adb23709ba9dd87d8bfa1ee349482ac8ec0730a (diff) |
drm: Remove the dithering_mode_property field
Unfortunately, I haven't been thorough enough in:
commit ddecb10cf402a8325579f298fd4986a90f33496b
Author: Lespiau, Damien <damien.lespiau@intel.com>
Date: Tue Aug 20 00:53:04 2013 +0100
drm: Remove drm_mode_create_dithering_property()
And forgot to remove the dithering_mode_property member of struct
drm_mode_config.
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Signed-off-by: Dave Airlie <airlied@gmail.com>
Diffstat (limited to 'include/drm')
-rw-r--r-- | include/drm/drm_crtc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/drm/drm_crtc.h b/include/drm/drm_crtc.h index 7987eff5dab2..c4b1e6311467 100644 --- a/include/drm/drm_crtc.h +++ b/include/drm/drm_crtc.h | |||
@@ -837,7 +837,6 @@ struct drm_mode_config { | |||
837 | 837 | ||
838 | /* Optional properties */ | 838 | /* Optional properties */ |
839 | struct drm_property *scaling_mode_property; | 839 | struct drm_property *scaling_mode_property; |
840 | struct drm_property *dithering_mode_property; | ||
841 | struct drm_property *dirty_info_property; | 840 | struct drm_property *dirty_info_property; |
842 | 841 | ||
843 | /* dumb ioctl parameters */ | 842 | /* dumb ioctl parameters */ |