Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 807ac202 authored by Damien Lespiau's avatar Damien Lespiau Committed by Dave Airlie
Browse files

drm: Remove the dithering_mode_property field



Unfortunately, I haven't been thorough enough in:

  commit ddecb10c
  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: default avatarDamien Lespiau <damien.lespiau@intel.com>
Signed-off-by: default avatarDave Airlie <airlied@gmail.com>
parent 0adb2370
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -837,7 +837,6 @@ struct drm_mode_config {

	/* Optional properties */
	struct drm_property *scaling_mode_property;
	struct drm_property *dithering_mode_property;
	struct drm_property *dirty_info_property;

	/* dumb ioctl parameters */