drm/atomic: Hide drm.ko internal interfaces
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 18 Dec 2014 21:49:02 +0000 (22:49 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 5 Jan 2015 12:55:30 +0000 (13:55 +0100)
commita97df1ccd3c30f16385696964767adf854878021
treed36d59601c6fdf4828d8d8ef656e7ee546c9c2e5
parentd34f20d6e2f21bd3531b969dc40913181a8ae31a
drm/atomic: Hide drm.ko internal interfaces

This is just a bit fallout from patch polishing and moving the
get_prop logic fully into the core:
- Drop EXPORT_SYMBOL and make the helpers static.
- Drop kerneldoc since not used by drivers.
- Move the cross-file function declarations only used by drm.ko
  internally to an internal header.

v2: keep the gist of the comments, requested by Rob.

Cc: Rob Clark <robdclark@gmail.com>
Reviewed-by: Rob Clark <robdclark@gmail.com>
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
drivers/gpu/drm/drm_atomic.c
drivers/gpu/drm/drm_crtc_internal.h
drivers/gpu/drm/drm_ioctl.c
include/drm/drm_atomic.h