drm/msm/sde: support more formats including compression

Add support for variants of RGBX, RGBA4444, RGBA5551, RGB565,
and the appropriate compressed variants.

Change-Id: I3fef703d094967d722472a20197d4ccbaa12bb6a
Signed-off-by: Lloyd Atkinson <latkinso@codeaurora.org>
diff --git a/drivers/gpu/drm/msm/sde/sde_hw_wb.h b/drivers/gpu/drm/msm/sde/sde_hw_wb.h
index b5a12eb..093d2fb 100644
--- a/drivers/gpu/drm/msm/sde/sde_hw_wb.h
+++ b/drivers/gpu/drm/msm/sde/sde_hw_wb.h
@@ -20,7 +20,7 @@
 struct sde_hw_wb;
 
 struct sde_hw_wb_cfg {
-	struct sde_hw_source_info dest;
+	struct sde_hw_fmt_layout dest;
 };
 
 /**