接前一篇文章:DRM全解析 —— plane详解(2)
本文参考以下博文:
Linux内核4.14版本——drm框架分析(5)——plane分析
特此致谢!
本文继续对DRM中plane的核心结构struct drm_plane的成员进行释义。
3. drm_plane结构释义
(12)struct drm_crtc *crtc
/**
* @crtc:
*
* Currently bound CRTC, only meaningful for non-atomic drivers. For
* atomic drivers this is forced to be NULL, atomic drivers should
* instead check &drm_plane_state.crtc.
*/
struct drm_crtc *crtc;
当前绑定的CRTC,仅对非原子驱动程序有意义。对于原子驱动来说,此项应该