[Freedreno] [PATCH] drm/msm: Fix undefined "rd_full" link error

2020-04-30 Thread Bjorn Andersson
rd_full should be defined outside the CONFIG_DEBUG_FS region, in order to be able to link the msm driver even when CONFIG_DEBUG_FS is disabled. Fixes: e515af8d4a6f ("drm/msm: devcoredump should dump MSM_SUBMIT_BO_DUMP buffers") Reported-by: Stephen Rothwell Signed-off-by: Bjorn Andersson --- d

Re: [Freedreno] [PATCH] drm/msm: Fix undefined "rd_full" link error

2020-05-01 Thread Rob Clark
On Thu, Apr 30, 2020 at 12:25 PM Bjorn Andersson wrote: > > rd_full should be defined outside the CONFIG_DEBUG_FS region, in order > to be able to link the msm driver even when CONFIG_DEBUG_FS is disabled. > > Fixes: e515af8d4a6f ("drm/msm: devcoredump should dump MSM_SUBMIT_BO_DUMP > buffers") >

Re: [Freedreno] [PATCH] drm/msm: Fix undefined "rd_full" link error

2020-05-03 Thread Stephen Rothwell
Hi all, On Thu, 30 Apr 2020 12:24:27 -0700 Bjorn Andersson wrote: > > rd_full should be defined outside the CONFIG_DEBUG_FS region, in order > to be able to link the msm driver even when CONFIG_DEBUG_FS is disabled. > > Fixes: e515af8d4a6f ("drm/msm: devcoredump should dump MSM_SUBMIT_BO_DUMP