All of lore.kernel.org
 help / color / mirror / Atom feed
From: Daniel Vetter <daniel.vetter@ffwll.ch>
To: DRI Development <dri-devel@lists.freedesktop.org>
Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
Subject: [PATCH 0/5] build fixes to make fbdev optional
Date: Wed, 10 Aug 2016 18:52:33 +0200	[thread overview]
Message-ID: <1470847958-28465-1-git-send-email-daniel.vetter@ffwll.ch> (raw)

0-day has been annoying me lately with a constant trickle of build failures with
a few drivers when DRM_FBDEV_EMULATION is not set. This series here should fix
them all I hope.
-Daniel

Daniel Vetter (5):
  drm/fb-helper: Add a dummy remove_conflicting_framebuffers
  drm: Remove superflous linux/fb.h includes
  drm/vmwgfx: select CONFIG_FB
  drm/radeon|amgpu: Make fbdev emulation optional
  drm: Protect fb_defio in drivers with CONFIG_KMS_FBDEV_EMULATION

 drivers/gpu/drm/Kconfig                                    |  8 --------
 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c                    |  2 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_fb.c                     |  1 -
 drivers/gpu/drm/amd/powerplay/hwmgr/fiji_hwmgr.c           |  1 -
 drivers/gpu/drm/amd/powerplay/hwmgr/polaris10_hwmgr.c      |  1 -
 drivers/gpu/drm/amd/powerplay/hwmgr/ppatomctrl.c           |  1 -
 drivers/gpu/drm/amd/powerplay/hwmgr/tonga_hwmgr.c          |  1 -
 .../gpu/drm/amd/powerplay/hwmgr/tonga_processpptables.c    |  1 -
 drivers/gpu/drm/armada/armada_fbdev.c                      |  1 -
 drivers/gpu/drm/ast/ast_fb.c                               |  1 -
 drivers/gpu/drm/bochs/bochs.h                              |  1 -
 drivers/gpu/drm/bochs/bochs_drv.c                          |  3 ++-
 drivers/gpu/drm/bridge/parade-ps8622.c                     |  1 -
 drivers/gpu/drm/cirrus/cirrus_drv.c                        |  2 +-
 drivers/gpu/drm/cirrus/cirrus_fbdev.c                      |  2 --
 drivers/gpu/drm/drm_fb_helper.c                            |  1 -
 drivers/gpu/drm/gma500/accel_2d.c                          |  1 -
 drivers/gpu/drm/gma500/framebuffer.c                       |  1 -
 drivers/gpu/drm/gma500/psb_intel_modes.c                   |  1 -
 drivers/gpu/drm/i915/i915_drv.c                            |  2 +-
 drivers/gpu/drm/i915/intel_fbdev.c                         |  1 -
 drivers/gpu/drm/i915/intel_modes.c                         |  1 -
 drivers/gpu/drm/imx/imx-drm-core.c                         |  1 -
 drivers/gpu/drm/imx/ipuv3-crtc.c                           |  1 -
 drivers/gpu/drm/mgag200/mgag200_drv.c                      |  2 +-
 drivers/gpu/drm/mgag200/mgag200_fb.c                       |  2 --
 drivers/gpu/drm/mgag200/mgag200_main.c                     |  2 +-
 drivers/gpu/drm/nouveau/nouveau_drm.c                      |  2 +-
 drivers/gpu/drm/nouveau/nouveau_fbcon.c                    |  1 -
 drivers/gpu/drm/omapdrm/displays/panel-dsi-cm.c            |  1 -
 drivers/gpu/drm/omapdrm/displays/panel-nec-nl8048hl11.c    |  1 -
 drivers/gpu/drm/omapdrm/displays/panel-sony-acx565akm.c    |  1 -
 drivers/gpu/drm/qxl/qxl_fb.c                               |  5 ++++-
 drivers/gpu/drm/radeon/radeon_drv.c                        |  3 ++-
 drivers/gpu/drm/radeon/radeon_fb.c                         |  3 +--
 drivers/gpu/drm/sun4i/sun4i_drv.c                          |  3 ++-
 drivers/gpu/drm/udl/udl_fb.c                               |  4 ++++
 drivers/gpu/drm/vc4/vc4_drv.c                              |  3 ++-
 drivers/gpu/drm/virtio/virtgpu_drm_bus.c                   |  3 ++-
 drivers/gpu/drm/vmwgfx/Kconfig                             |  1 +
 include/drm/drm_fb_helper.h                                | 14 ++++++++++++++
 41 files changed, 40 insertions(+), 48 deletions(-)

-- 
2.8.1

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

             reply	other threads:[~2016-08-10 16:52 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-10 16:52 Daniel Vetter [this message]
2016-08-10 16:52 ` [PATCH 1/5] drm/fb-helper: Add a dummy remove_conflicting_framebuffers Daniel Vetter
2016-08-10 16:52 ` [PATCH 2/5] drm: Remove superflous linux/fb.h includes Daniel Vetter
2016-08-10 16:52 ` [PATCH 3/5] drm/vmwgfx: select CONFIG_FB Daniel Vetter
2016-08-10 16:52 ` [PATCH 4/5] drm/radeon|amgpu: Make fbdev emulation optional Daniel Vetter
2016-08-10 16:52 ` [PATCH 5/5] drm: Protect fb_defio in drivers with CONFIG_KMS_FBDEV_EMULATION Daniel Vetter
2016-08-10 18:33 ` [PATCH 0/5] build fixes to make fbdev optional Alex Deucher
2016-08-12  8:42   ` Daniel Vetter

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1470847958-28465-1-git-send-email-daniel.vetter@ffwll.ch \
    --to=daniel.vetter@ffwll.ch \
    --cc=dri-devel@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.