← Documents Documentation/gpu/imagination/index.rst GitHub 원문 ↗

Linux 6.18.37 · GPU·DRM

drm/imagination PowerVR Graphics Driver

PowerVR Series 6+ driver overview와 UAPI를 연결하는 문서 index 전문 번역입니다.

Source pathDocumentation/gpu/imagination/index.rst
Source versionLinux v6.18.37
TranslationDUJINLABS 전문 번역 + 해설

요약·해설과 원문, 전문 번역을 서로 분리했습니다. API 이름, symbol, source path는 원문 표기를 사용합니다.

1. 요약·해설

원문의 핵심 논리와 kernel programming 관점의 보충 설명입니다. 아래의 전문 번역과는 별도로 작성했습니다.

요약·해설

index.rst:1-13

PowerVR Series 6 이후 Imagination DRM driver 문서의 진입점입니다. Core driver kernel-doc과 UAPI 하위 문서를 연결합니다.

문서 구성
항목대상
Driver overviewdrivers/gpu/drm/imagination/pvr_drv.c
Userspace APIgpu/imagination/uapi.rst

상위 index가 제공하는 두 진입점입니다.

2. 영어 원문 전체

번역 기준이 된 Linux v6.18.37 원문입니다. 줄 번호는 이 버전의 파일 좌표입니다.

원문 전체 펼치기
1 =======================================
2 drm/imagination PowerVR Graphics Driver
3 =======================================
4
5 .. kernel-doc:: drivers/gpu/drm/imagination/pvr_drv.c
6 :doc: PowerVR (Series 6 and later) and IMG Graphics Driver
7
8 Contents
9 ========
10 .. toctree::
11 :maxdepth: 2
12
13 uapi
14

3. 한국어 전문 번역

영어 원문의 문단 순서와 의미를 유지한 전체 번역입니다. 코드, 함수명, symbol과 URL은 원문 표기를 유지합니다.

PowerVR driver 문서 index

1-13

이 문서는 `drm/imagination` PowerVR graphics driver의 최상위 index입니다. Series 6 이후 PowerVR와 IMG Graphics Driver의 core 설명은 `drivers/gpu/drm/imagination/pvr_drv.c` kernel-doc에서 가져옵니다.

Contents toctree는 depth 2로 `uapi` 문서를 연결합니다. 따라서 driver overview에서 userspace ABI의 object·IOCTL·VM·job submission 문서로 이동하는 진입점 역할을 합니다.

PowerVR 문서 탐색
PowerVR Series 6+ driver overviewpvr_drv.c의 core kernel-docContents toctreeuapi.rst의 userspace ABI

상위 index에서 UAPI 세부 문서로 이어지는 구조입니다.

Kernel-doc: PowerVR driver overview
Source pathSelector·identifier포함 범위
drivers/gpu/drm/imagination/pvr_drv.c:doc: PowerVR (Series 6 and later) and IMG Graphics Driver문서 block

PowerVR Series 6 이후와 IMG Graphics Driver의 core 문서 block입니다.

=======================================
drm/imagination PowerVR Graphics Driver
=======================================

.. kernel-doc:: drivers/gpu/drm/imagination/pvr_drv.c
   :doc: PowerVR (Series 6 and later) and IMG Graphics Driver

Contents
========
.. toctree::
   :maxdepth: 2

   uapi