Graphics Driver
文章平均质量分 80
zkami
ME.NWPU
SiS:多媒体移动事业处
Intel: SSG
moblin.org
www.android.com
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
EXA, UXA, DRI, GEM, TTM 扫盲贴
EXA, UXA, DRI, GEM, TTMNow that DRI2 was removed from the Xorg7.4 release, there is a lot of whining around why it was not released as is so that we have at least something working.The first thing转载 2008-10-31 01:30:00 · 1965 阅读 · 1 评论 -
GEM v. TTM
GEM v. TTMBy Jonathan CorbetMay 28, 2008 Getting high-performance, three-dimensional graphics working under Linux is quite a challenge even when the fundamental hardware programming information转载 2008-10-31 01:38:00 · 1304 阅读 · 1 评论 -
GEM - the Graphics Execution Manager
Contents: 1. GEM Overview 2. API overview and conventions 3. Object Creation/Destruction 4. Reading/writing contents 5. Mapping objects to userspace 6. Memory Domains 7. Execution (Intel specific) 8.转载 2009-01-03 02:37:00 · 1351 阅读 · 0 评论 -
DRM "ioctl" command routing
--------------------------drm/libdrm/xf86drm.c-------------------int drmIoctl(int fd, unsigned long request, void *arg)-> ioctl(fd, request, arg);其中request定义于drm.h, 只是一个unsigned long, 代表了一个ioctl请求号#de原创 2009-02-04 00:22:00 · 1829 阅读 · 0 评论 -
intel gfx driver --- AGPGART
AGP-GARTAGP的工作方式 AGP有两种工作方式:一个是DMA(直接存储器存取),一个是DIME(直接内存执行)。AGP技术中的DMA是利用高速的AGP来提高数据传输率,不使用PC机的内存作为显存的扩展,全部的图形运算还是在显存内部完成,这实际上不是真正意义上的AGP。如图:texture Data : disk à main mem (cpu may process textu原创 2008-12-21 23:37:00 · 4371 阅读 · 0 评论 -
Graphics Device Overview
graphics Device OverviewGMCH(Graphics Memory Controller Hub)Intel gfx device集成在GMCH(Graphics Memory Controller Hub), 也就是北桥。 Graphics Processing Unit (GPU)The Graphics Processing Unit is co原创 2008-12-27 23:23:00 · 1657 阅读 · 0 评论 -
The Direct Rendering Manager: Kernel Support for the Direct Rendering Infrastructure
The Direct Rendering Manager: Kernel Support for the Direct Rendering Infrastructure Rickard E. Faith Precision Insight, Inc. $Date: 1999/05/11 22:45:24 $, $Revision: 1.4 $ This paper conta转载 2008-12-28 00:46:00 · 1747 阅读 · 0 评论 -
Introduction to the Direct Rendering Infrastructure
Introduction to the Direct Rendering InfrastructureBrian Paul (brian@tungstengraphics.com) 10 August 2000 This document is an introduction and high-level user guide for the Direct Rendering In转载 2008-12-28 00:54:00 · 974 阅读 · 0 评论
分享