Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1316472 > unrolled thread
| Started by | Sjoerd Simons <sjoerd.simons@collabora.co.uk> |
|---|---|
| First post | 2016-01-25 12:00 +0100 |
| Last post | 2016-01-25 12:40 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH 1/2] drm/rockchip: Don't build rockchip_drm_vop as modules Sjoerd Simons <sjoerd.simons@collabora.co.uk> - 2016-01-25 12:00 +0100
Re: [PATCH 1/2] drm/rockchip: Don't build rockchip_drm_vop as modules Heiko Stübner <heiko@sntech.de> - 2016-01-25 12:40 +0100
| From | Sjoerd Simons <sjoerd.simons@collabora.co.uk> |
|---|---|
| Date | 2016-01-25 12:00 +0100 |
| Subject | Re: [PATCH 1/2] drm/rockchip: Don't build rockchip_drm_vop as modules |
| Message-ID | <qUN2i-2Gb-3@gated-at.bofh.it> |
On Wed, 2016-01-13 at 16:22 +0800, Mark Yao wrote: > rockchip_drm_vop's module init had moved to rockchip_vop_reg.c > so no need to build rockchip_drm_vop.ko Looks like this didn't make it for the Linux 4.5 merge window, which unfortunately means in 4.5-rc1 DRM on rockchip is broken :/ > Signed-off-by: Mark Yao <mark.yao@rock-chips.com> > --- > drivers/gpu/drm/rockchip/Makefile | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-) > > diff --git a/drivers/gpu/drm/rockchip/Makefile > b/drivers/gpu/drm/rockchip/Makefile > index a9d380f..9e6e992 100644 > --- a/drivers/gpu/drm/rockchip/Makefile > +++ b/drivers/gpu/drm/rockchip/Makefile > @@ -3,9 +3,8 @@ > # Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher. > > rockchipdrm-y := rockchip_drm_drv.o rockchip_drm_fb.o > rockchip_drm_fbdev.o \ > - rockchip_drm_gem.o > + rockchip_drm_gem.o rockchip_drm_vop.o > > obj-$(CONFIG_ROCKCHIP_DW_HDMI) += dw_hdmi-rockchip.o > > -obj-$(CONFIG_DRM_ROCKCHIP) += rockchipdrm.o rockchip_drm_vop.o \ > - rockchip_vop_reg.o > +obj-$(CONFIG_DRM_ROCKCHIP) += rockchipdrm.o rockchip_vop_reg.o -- Sjoerd Simons Collabora Ltd.
[toc] | [next] | [standalone]
| From | Heiko Stübner <heiko@sntech.de> |
|---|---|
| Date | 2016-01-25 12:40 +0100 |
| Subject | Re: [PATCH 1/2] drm/rockchip: Don't build rockchip_drm_vop as modules |
| Message-ID | <qUNF0-3cn-1@gated-at.bofh.it> |
| In reply to | #1316472 |
Am Montag, 25. Januar 2016, 11:54:07 schrieb Sjoerd Simons: > On Wed, 2016-01-13 at 16:22 +0800, Mark Yao wrote: > > rockchip_drm_vop's module init had moved to rockchip_vop_reg.c > > so no need to build rockchip_drm_vop.ko > > Looks like this didn't make it for the Linux 4.5 merge window, which > unfortunately means in 4.5-rc1 DRM on rockchip is broken :/ but it is in the fixes pull request Mark sent to Dave on friday
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web