【问题标题】:kernel display DRM CRTC scan out process内核显示DRM CRTC扫描出进程
【发布时间】:2022-12-12 14:06:31
【问题描述】:

我搜索谷歌 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

问题

  1. CRTC 的全称是什么?
  2. 什么是“scanout buffer”和“scanout process”

【问题讨论】:

标签: kernel x11


【解决方案1】:

回答你的问题。

  1. 它只不过是一个显示控制器 IP,或者有时它被称为显示引擎,由于历史原因,它被称为 CRTC,因为在早期使用阴极射线显示器。 CRT 控制器的 CRTC 缩写是一种抽象,表示芯片的一部分,其中包含指向扫描输出缓冲区的指针。因此,可用的 CRTC 数量决定了在任何给定时间有多少个独立的扫描输出缓冲区可以处于活动状态。

  2. scan-out process是一个渲染显示图像的程序实例,你要显示的帧称为scan-out buffer。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2021-12-12
    • 1970-01-01
    • 2012-12-17
    • 2012-11-19
    • 1970-01-01
    • 2019-04-10
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多