drm/plane-helper: unexport drm_primary_helper_create_plane
authorDaniel Vetter <[email protected]>
Thu, 5 Mar 2015 09:32:44 +0000 (10:32 +0100)
committerDaniel Vetter <[email protected]>
Tue, 10 Mar 2015 08:59:35 +0000 (09:59 +0100)
commit3461b30b3e171e16498f3d7bc59ab703aec475c8
tree03e202bd9def50b8ee28d7e925ca0b4bd61beb0f
parentead8610d42105a3d01f755522f11b96c60dc648f
drm/plane-helper: unexport drm_primary_helper_create_plane

We shouldn't tempt driver writers into using this since it uses a
default format list which is likely wrong. And when that's done we can
simplify the code a bit, too.

Noticed while reviewing a patch from Laurent.

Cc: Laurent Pinchart <[email protected]>
Cc: Matt Roper <[email protected]>
Reviewed-by: Matt Roper <[email protected]>
Signed-off-by: Daniel Vetter <[email protected]>
drivers/gpu/drm/drm_plane_helper.c
include/drm/drm_plane_helper.h