Re: [PATCH] drm/msm: Fix compil issue when DRM_MSM_FBDEV is disabled

2015-05-07 Thread Rob Clark
On Thu, May 7, 2015 at 4:13 AM, Archit Taneja wrote: > Hi, > > On 05/06/2015 07:58 PM, Rob Clark wrote: >> >> On Wed, May 6, 2015 at 9:25 AM, Stephane Viau >> wrote: >>> >>> When CONFIG_DRM_MSM_FBDEV is not defined, >>> CONFIG_DRM_KMS_FB_HELPER does not get selected and >>> drm_fb_helper_*()

Re: [PATCH] drm/msm: Fix compil issue when DRM_MSM_FBDEV is disabled

2015-05-07 Thread Archit Taneja
Hi, On 05/06/2015 07:58 PM, Rob Clark wrote: On Wed, May 6, 2015 at 9:25 AM, Stephane Viau wrote: When CONFIG_DRM_MSM_FBDEV is not defined, CONFIG_DRM_KMS_FB_HELPER does not get selected and drm_fb_helper_*() helper functions are thus not available. This change fixes these link issues.

Re: [PATCH] drm/msm: Fix compil issue when DRM_MSM_FBDEV is disabled

2015-05-07 Thread Archit Taneja
Hi, On 05/06/2015 07:58 PM, Rob Clark wrote: On Wed, May 6, 2015 at 9:25 AM, Stephane Viau sv...@codeaurora.org wrote: When CONFIG_DRM_MSM_FBDEV is not defined, CONFIG_DRM_KMS_FB_HELPER does not get selected and drm_fb_helper_*() helper functions are thus not available. This change fixes

Re: [PATCH] drm/msm: Fix compil issue when DRM_MSM_FBDEV is disabled

2015-05-07 Thread Rob Clark
On Thu, May 7, 2015 at 4:13 AM, Archit Taneja arch...@codeaurora.org wrote: Hi, On 05/06/2015 07:58 PM, Rob Clark wrote: On Wed, May 6, 2015 at 9:25 AM, Stephane Viau sv...@codeaurora.org wrote: When CONFIG_DRM_MSM_FBDEV is not defined, CONFIG_DRM_KMS_FB_HELPER does not get selected and

Re: [PATCH] drm/msm: Fix compil issue when DRM_MSM_FBDEV is disabled

2015-05-06 Thread Stéphane Viau
> On Wed, May 6, 2015 at 9:25 AM, Stephane Viau > wrote: >> When CONFIG_DRM_MSM_FBDEV is not defined, >> CONFIG_DRM_KMS_FB_HELPER does not get selected and >> drm_fb_helper_*() helper functions are thus not available. >> >> This change fixes these link issues. > > Hmm, didn't Archit start on

Re: [PATCH] drm/msm: Fix compil issue when DRM_MSM_FBDEV is disabled

2015-05-06 Thread Rob Clark
On Wed, May 6, 2015 at 9:25 AM, Stephane Viau wrote: > When CONFIG_DRM_MSM_FBDEV is not defined, > CONFIG_DRM_KMS_FB_HELPER does not get selected and > drm_fb_helper_*() helper functions are thus not available. > > This change fixes these link issues. Hmm, didn't Archit start on making fbdev

[PATCH] drm/msm: Fix compil issue when DRM_MSM_FBDEV is disabled

2015-05-06 Thread Stephane Viau
When CONFIG_DRM_MSM_FBDEV is not defined, CONFIG_DRM_KMS_FB_HELPER does not get selected and drm_fb_helper_*() helper functions are thus not available. This change fixes these link issues. Signed-off-by: Stephane Viau --- drivers/gpu/drm/msm/msm_drv.c | 4 1 file changed, 4 insertions(+)

Re: [PATCH] drm/msm: Fix compil issue when DRM_MSM_FBDEV is disabled

2015-05-06 Thread Rob Clark
On Wed, May 6, 2015 at 9:25 AM, Stephane Viau sv...@codeaurora.org wrote: When CONFIG_DRM_MSM_FBDEV is not defined, CONFIG_DRM_KMS_FB_HELPER does not get selected and drm_fb_helper_*() helper functions are thus not available. This change fixes these link issues. Hmm, didn't Archit start on

[PATCH] drm/msm: Fix compil issue when DRM_MSM_FBDEV is disabled

2015-05-06 Thread Stephane Viau
When CONFIG_DRM_MSM_FBDEV is not defined, CONFIG_DRM_KMS_FB_HELPER does not get selected and drm_fb_helper_*() helper functions are thus not available. This change fixes these link issues. Signed-off-by: Stephane Viau sv...@codeaurora.org --- drivers/gpu/drm/msm/msm_drv.c | 4 1 file

Re: [PATCH] drm/msm: Fix compil issue when DRM_MSM_FBDEV is disabled

2015-05-06 Thread Stéphane Viau
On Wed, May 6, 2015 at 9:25 AM, Stephane Viau sv...@codeaurora.org wrote: When CONFIG_DRM_MSM_FBDEV is not defined, CONFIG_DRM_KMS_FB_HELPER does not get selected and drm_fb_helper_*() helper functions are thus not available. This change fixes these link issues. Hmm, didn't Archit start