commit | 3d887368701ef78fe17fc998fe5a74ac8f7c6d4c | [log] [tgz] |
---|---|---|
author | Thierry Reding <treding@nvidia.com> | Mon Jan 13 14:33:20 2014 +0100 |
committer | Thierry Reding <treding@nvidia.com> | Tue Jan 14 14:35:11 2014 +0100 |
tree | adaa657a33d717c4d2eba5460963b5d1e3c988e9 | |
parent | db5f7a6e78303fd96dc87487d6976145f70ab84a [diff] |
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>