[git pull] drm fixes

Dave Airlie airlied at linux.ie
Tue Nov 10 18:43:23 PST 2015


Hi Linus,

Two build fixes, one for VC4, one for nouveau where the ARM only code is 
doing something a bit strange. While people are discussing that, just 
workaround it and fix the build for now. The code in question will never 
get used on anything non-ARM anyways.

Also one fix for AST that SuSE had been hiding in their kernel, that 
allows all fbdev apps to work on that driver.

Dave.

The following changes since commit 816d2206f0f9953ca854e4ff1a2749a5cbd62715:

  Merge tag 'drm-intel-next-fixes-2015-11-06' of git://anongit.freedesktop.org/drm-intel into drm-next (2015-11-07 17:16:59 +1000)

are available in the git repository at:

  git://people.freedesktop.org/~airlied/linux drm-fixes

for you to fetch changes up to 10855aeb1e78533c041065b33e34315e1f381c2e:

  drm/nouveau: fix build failures on all non ARM. (2015-11-11 12:37:57 +1000)

----------------------------------------------------------------
Dave Airlie (1):
      drm/nouveau: fix build failures on all non ARM.

Egbert Eich (1):
      drm/ast: Initialized data needed to map fbdev memory

Guenter Roeck (1):
      drm/vc4: Add dependency on HAVE_DMA_ATTRS, and select DRM_GEM_CMA_HELPER

 drivers/gpu/drm/ast/ast_drv.h                       | 1 +
 drivers/gpu/drm/ast/ast_fb.c                        | 7 +++++++
 drivers/gpu/drm/ast/ast_main.c                      | 1 +
 drivers/gpu/drm/ast/ast_mode.c                      | 2 ++
 drivers/gpu/drm/nouveau/nvkm/subdev/instmem/gk20a.c | 6 ++++++
 drivers/gpu/drm/vc4/Kconfig                         | 3 ++-
 6 files changed, 19 insertions(+), 1 deletion(-)


More information about the dri-devel mailing list