
Linux内核
飞越木星
与大家共同分享技术知识,本人专长,Linux嵌入式设备,智能硬件开发,共同提高。
展开
-
Wayland Architecture
A good way to understand the wayland architecture and how it is different from X is to follow an event from the input device to the point where the change it affects appears on screen.This is where ...原创 2019-09-18 10:08:23 · 258 阅读 · 0 评论 -
关于GPU图像处理下的DRM/RGA/MPP
直接渲染管理器(Direct Rendering Manager)是给予DRI客户端直接访问硬件的内核模块。该模块处理DMA,AGP内存管理,资源锁和安全硬件访问。为了支持多个并发的3D应用,3D画图硬件必须以共享形式来看待。提供锁来保持互斥。DMA传输和AGP结构用来发送buffer和图像命令给硬件。最后,必须有安全保证,防止客户端使用图像硬件进行权限提升。因为Linux内核内部接口和数据结构...原创 2019-10-10 15:21:02 · 4999 阅读 · 0 评论