<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<p dir="ltr">Hi Jammy,</p>
<p dir="ltr">I suggested to make the feature optional because of the unit test's.</p>
<p dir="ltr">There we don't need this feature and actually want to test the kernel functionality.</p>
<p dir="ltr">Regards,<br>
Christian.</p>
<div class="gmail_quote">Am 13.07.2015 08:45 schrieb Archit Taneja <architt@codeaurora.org>:<br type="attribution">
<blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div><font size="2"><span style="font-size:10pt"></span></font>
<div>Remove FB_* config options since the driver doesn't call any fbdev<br>
functions directly.<br>
<br>
Remove FB_KMS_HELPER as this would now be selected by the top level<br>
FBDEV_EMULATION config option. If the fbdev emulation isn't selected,<br>
the drm_fb_helper functions will be stubbed out.<br>
<br>
Cc: Alex Deucher <alexander.deucher@amd.com><br>
Cc: Oded Gabbay <oded.gabbay@gmail.com><br>
Cc: "Christian König" <christian.koenig@amd.com><br>
<br>
Signed-off-by: Archit Taneja <architt@codeaurora.org><br>
---<br>
 drivers/gpu/drm/amd/amdgpu/Kconfig | 4 ----<br>
 1 file changed, 4 deletions(-)<br>
<br>
diff --git a/drivers/gpu/drm/amd/amdgpu/Kconfig b/drivers/gpu/drm/amd/amdgpu/Kconfig<br>
index da7dcbf..2396482 100644<br>
--- a/drivers/gpu/drm/amd/amdgpu/Kconfig<br>
+++ b/drivers/gpu/drm/amd/amdgpu/Kconfig<br>
@@ -1,12 +1,8 @@<br>
 config DRM_AMDGPU<br>
         tristate "AMD GPU"<br>
         depends on DRM && PCI<br>
-       select FB_CFB_FILLRECT<br>
-       select FB_CFB_COPYAREA<br>
-       select FB_CFB_IMAGEBLIT<br>
         select FW_LOADER<br>
         select DRM_KMS_HELPER<br>
-       select DRM_KMS_FB_HELPER<br>
         select DRM_TTM<br>
         select POWER_SUPPLY<br>
         select HWMON<br>
-- <br>
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,<br>
hosted by The Linux Foundation<br>
<br>
</div>
</div>
</blockquote>
</div>
</body>
</html>