From: Ramalingam C Date: Mon, 23 Mar 2015 17:42:02 +0000 (+0530) Subject: drm/i915: Removing the drrs capability enum initialization X-Git-Tag: omap-for-v4.1/fixes-rc1~82^2~20^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2d885c6c90b0ada58355ee3f53c7581d2904603;p=pandora-kernel.git drm/i915: Removing the drrs capability enum initialization As part of allocation of the drm_i915_private variable, drrs capability enum is initialized to DRRS_NOT_SUPPORTED. Hence need not initialize at each connector init. Moreover initializing this enum at connector init will reset the successful DRRS initialization of previous connector, as we have the DRRS support for only one panel at a time. Signed-off-by: Ramalingam C Reviewed-by: Sivakumar Thulasimani Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed