All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] drm/rockchip: cleanup unnecessary modules and symbol
@ 2016-01-13  8:22 ` Mark Yao
  0 siblings, 0 replies; 14+ messages in thread
From: Mark Yao @ 2016-01-13  8:22 UTC (permalink / raw)
  To: David Airlie, Heiko Stuebner, dri-devel, linux-arm-kernel,
	linux-rockchip, linux-kernel
  Cc: Mark Yao

Since a67719d (drm/rockchip: vop: spilt register related into
rockchip_reg_vop.c), rockchip_drm_vop's module_init moved to
rockchip_vop_reg.c, then no need to build rockchip_drm_vop.ko

After build rockchip_drm_vop.c into rockchipdrm.ko, following
export symbol is also no needed:
    rockchip_drm_dma_attach_device
    rockchip_drm_dma_detach_device
    rockchip_drm_dma_attach_device
    rockchip_drm_dma_detach_device
    rockchip_register_crtc_funcs
    rockchip_unregister_crtc_funcs
    rockchip_fb_get_gem_obj

Mark Yao (2):
  drm/rockchip: Don't build rockchip_drm_vop as modules
  drm/rockchip: cleanup unnecessary export symbol

 drivers/gpu/drm/rockchip/Makefile           |    5 ++---
 drivers/gpu/drm/rockchip/rockchip_drm_drv.c |    4 ----
 drivers/gpu/drm/rockchip/rockchip_drm_fb.c  |    1 -
 3 files changed, 2 insertions(+), 8 deletions(-)

-- 
1.7.9.5

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2016-01-25 11:36 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-13  8:22 [PATCH 0/2] drm/rockchip: cleanup unnecessary modules and symbol Mark Yao
2016-01-13  8:22 ` Mark Yao
2016-01-13  8:22 ` Mark Yao
2016-01-13  8:22 ` [PATCH 1/2] drm/rockchip: Don't build rockchip_drm_vop as modules Mark Yao
2016-01-13  8:22   ` Mark Yao
2016-01-13  8:22   ` Mark Yao
2016-01-25 10:54   ` Sjoerd Simons
2016-01-25 10:54     ` Sjoerd Simons
2016-01-25 11:09     ` Heiko Stübner
2016-01-25 11:09       ` Heiko Stübner
2016-01-25 11:09       ` Heiko Stübner
2016-01-13  8:22 ` [PATCH 2/2] drm/rockchip: cleanup unnecessary export symbol Mark Yao
2016-01-13  8:22   ` Mark Yao
2016-01-13  8:22   ` Mark Yao

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.