linux_dsm_epyc7002/drivers/gpu/drm/sti
Chen Gang S db88c8f4e7 drm: Kconfig: Let all DRM_GEM_CMA_HELPER related macros depend on HAVE_DMA_ATTRS
DRM_GEM_CMA_HELPER is depend on HAVE_DMA_ATTRS, or it will break the
building. The related error (with allmodconfig under xtensa):

    CC [M]  drivers/gpu/drm/drm_gem_cma_helper.o
  drivers/gpu/drm/drm_gem_cma_helper.c: In function 'drm_gem_cma_create':
  drivers/gpu/drm/drm_gem_cma_helper.c:110:19: error: implicit declaration of function 'dma_alloc_writecombine' [-Werror=implicit-function-declaration]
    cma_obj->vaddr = dma_alloc_writecombine(drm->dev, size,
                     ^
  drivers/gpu/drm/drm_gem_cma_helper.c:110:17: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
    cma_obj->vaddr = dma_alloc_writecombine(drm->dev, size,
                   ^
  drivers/gpu/drm/drm_gem_cma_helper.c: In function 'drm_gem_cma_free_object':
  drivers/gpu/drm/drm_gem_cma_helper.c:193:3: error: implicit declaration of function 'dma_free_writecombine' [-Werror=implicit-function-declaration]
     dma_free_writecombine(gem_obj->dev->dev, cma_obj->base.size,
     ^
  drivers/gpu/drm/drm_gem_cma_helper.c: In function 'drm_gem_cma_mmap_obj':
  drivers/gpu/drm/drm_gem_cma_helper.c:330:8: error: implicit declaration of function 'dma_mmap_writecombine' [-Werror=implicit-function-declaration]
    ret = dma_mmap_writecombine(cma_obj->base.dev->dev, vma,
          ^

Signed-off-by: Chen Gang <gang.chen.5i5j@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
2015-02-03 11:12:37 +10:00
..
Kconfig drm: Kconfig: Let all DRM_GEM_CMA_HELPER related macros depend on HAVE_DMA_ATTRS 2015-02-03 11:12:37 +10:00
Makefile drm: sti: add DVO output connector 2014-12-30 15:08:16 +01:00
NOTES
sti_awg_utils.c drm: sti: add DVO output connector 2014-12-30 15:08:16 +01:00
sti_awg_utils.h drm: sti: add DVO output connector 2014-12-30 15:08:16 +01:00
sti_compositor.c Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux 2014-12-15 15:52:01 -08:00
sti_compositor.h drm: sti: enable auxiliary CRTC 2014-12-11 14:00:04 +01:00
sti_cursor.c drm: sti: add cursor plane 2014-12-11 14:00:09 +01:00
sti_cursor.h drm: sti: add cursor plane 2014-12-11 14:00:09 +01:00
sti_drm_crtc.c Merge tag 'topic/core-stuff-2014-12-19' of git://anongit.freedesktop.org/drm-intel into drm-next 2015-01-09 09:13:41 +10:00
sti_drm_crtc.h drm: sti: Add DRM driver itself 2014-07-31 09:39:11 +02:00
sti_drm_drv.c Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux 2014-12-15 15:52:01 -08:00
sti_drm_drv.h drm: sti: Add DRM driver itself 2014-07-31 09:39:11 +02:00
sti_drm_plane.c drm: sti: fix module compilation issue 2014-12-15 17:07:57 +10:00
sti_drm_plane.h drm: sti: Add DRM driver itself 2014-07-31 09:39:11 +02:00
sti_dvo.c drm/sti: fixup for bridge interface 2015-01-28 10:01:29 +01:00
sti_gdp.c drm: sti: enable auxiliary CRTC 2014-12-11 14:00:04 +01:00
sti_gdp.h drm: sti: add GDP layer 2014-07-30 19:26:47 +02:00
sti_hda.c drm/bridge: make bridge registration independent of drm flow 2015-01-28 08:45:40 +01:00
sti_hdmi_tx3g0c55phy.c drm: sti: add HDMI driver 2014-07-30 19:24:55 +02:00
sti_hdmi_tx3g0c55phy.h drm: sti: add HDMI driver 2014-07-30 19:24:55 +02:00
sti_hdmi_tx3g4c28phy.c drm: sti: add HDMI driver 2014-07-30 19:24:55 +02:00
sti_hdmi_tx3g4c28phy.h drm: sti: add HDMI driver 2014-07-30 19:24:55 +02:00
sti_hdmi.c drm/bridge: make bridge registration independent of drm flow 2015-01-28 08:45:40 +01:00
sti_hdmi.h drm: sti: remove gpio for HDMI hot plug detection 2014-12-11 13:58:12 +01:00
sti_hqvdp_lut.h drm: sti: add HQVDP plane 2014-12-11 14:00:13 +01:00
sti_hqvdp.c drm: sti: fix module compilation issue 2014-12-15 17:07:57 +10:00
sti_hqvdp.h drm: sti: add HQVDP plane 2014-12-11 14:00:13 +01:00
sti_layer.c drm: sti: fix module compilation issue 2014-12-15 17:07:57 +10:00
sti_layer.h drm: sti: add HQVDP plane 2014-12-11 14:00:13 +01:00
sti_mixer.c drm: sti: add HQVDP plane 2014-12-11 14:00:13 +01:00
sti_mixer.h drm: sti: enable auxiliary CRTC 2014-12-11 14:00:04 +01:00
sti_tvout.c drm: sti: add DVO output connector 2014-12-30 15:08:16 +01:00
sti_vid.c drm: sti: add VID layer 2014-07-30 19:26:51 +02:00
sti_vid.h drm: sti: add VID layer 2014-07-30 19:26:51 +02:00
sti_vtac.c drm: use c99 initializers in structures 2014-09-12 16:49:34 +02:00
sti_vtg.c drm: sti: fix delay in VTG programming 2014-12-11 13:59:58 +01:00
sti_vtg.h drm: sti: add VTG driver 2014-07-30 18:20:56 +02:00