我搜索谷歌https://man.archlinux.org/man/drm-kms.7.en
CRTCs
A CRTC short for CRT Controller is an abstraction representing a part of the chip that contains a pointer to a scanout buffer.
和
Planes
A plane respresents an image source that can be blended with or overlayed on top of a CRTC during the scanout process
问题- CRTC的全称是什么?
- 什么是"扫描缓冲区"one_answers"扫描进程">
回答你的问题。
-
它只不过是一个显示控制器IP,有时它被称为显示引擎,由于历史原因,它被称为CRTC,因为在早期使用阴极射线显示监视器。CRTC是CRT控制器的缩写,它是一个抽象,表示芯片的一部分,其中包含一个指向扫描出缓冲区的指针。因此,可用的crtc的数量决定了在任何给定时间有多少独立的扫描输出缓冲区是活动的。
-
扫描输出进程是渲染显示图像的程序实例,你想要显示的帧称为扫描输出缓冲区。