]> git.baikalelectronics.ru Git - kernel.git/commit
drm: Move drm_encoder_crtc_ok() to core
authorThierry Reding <treding@nvidia.com>
Mon, 13 Jan 2014 13:33:20 +0000 (14:33 +0100)
committerThierry Reding <treding@nvidia.com>
Tue, 14 Jan 2014 13:35:11 +0000 (14:35 +0100)
commitf210fcab3c1e1eacec34d1db61e3e0e4be13eec5
treeadaa657a33d717c4d2eba5460963b5d1e3c988e9
parent2a4128f9ff6f014055759659836ffab7d69268d5
drm: Move drm_encoder_crtc_ok() to core

Using the new drm_crtc_mask() function, drm_encoder_crtc_ok() can now be
written in a significantly shorter way, so it can be moved to a header
file and be made static inline.

Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/gpu/drm/drm_crtc_helper.c
include/drm/drm_crtc.h