From 96178eeb37298a9452f0c4b04f47fafedc7bab47 Mon Sep 17 00:00:00 2001 From: Vandana Kannan Date: Sat, 10 Jan 2015 02:25:56 +0530 Subject: [PATCH] drm/i915: Modifying structures related to DRRS Earlier, DRRS structures were specific to eDP (used only in intel_dp). Since DRRS can be extended to other internal display types (if the panel supports multiple RR), modifying structures to be part of drm_i915_private and have a provision to add display related structs like intel_dp. Also, aligning with frontbuffer tracking mechanism, the new structure contains data for busy frontbuffer bits. Signed-off-by: Vandana Kannan Reviewed-by: Rodrigo Vivi Signed-off-by: Daniel Vetter --- Reading git-format-patch failed