← Documents Documentation/gpu/xe/xe_tile.rst GitHub 원문 ↗

Linux 6.18.37 · GPU·DRM

Multi-tile Devices

Xe multi-tile device 설계와 내부 API를 설명합니다.

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

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

1. 요약·해설

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

요약·해설

xe_tile.rst:1-14

Xe multi-tile device 설계와 내부 API를 설명합니다.

문서 위치
항목
SourceDocumentation/gpu/xe/xe_tile.rst
분량14 source lines
관련xe_tile.c

Source와 관련 구현입니다.

2. 영어 원문 전체

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

원문 전체 펼치기
1 .. SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2
3 ==================
4 Multi-tile Devices
5 ==================
6
7 .. kernel-doc:: drivers/gpu/drm/xe/xe_tile.c
8 :doc: Multi-tile Design
9
10 Internal API
11 ============
12
13 .. kernel-doc:: drivers/gpu/drm/xe/xe_tile.c
14 :internal:
15

3. 한국어 전문 번역

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

Multi-tile Devices

1-14

Xe multi-tile design은 `drivers/gpu/drm/xe/xe_tile.c`의 `Multi-tile Design` kernel-doc section에서 설명합니다.

같은 source의 `:internal:` kernel-doc는 tile object와 multi-tile device coordination을 위한 내부 API를 제공합니다.

Multi-tile Devices source map
항목
Implementationdrivers/gpu/drm/xe/xe_tile.c
DesignMulti-tile Design
API:internal:

문서와 구현의 연결 지점입니다.

Multi-tile Devices 흐름
Physical tile 탐지Xe tile object 초기화Device-wide resource와 연결Tile별 workload·memory 관리

문서가 설명하는 기능의 핵심 경로입니다.

.. SPDX-License-Identifier: (GPL-2.0+ OR MIT)

==================
Multi-tile Devices
==================

.. kernel-doc:: drivers/gpu/drm/xe/xe_tile.c
   :doc: Multi-tile Design

Internal API
============

.. kernel-doc:: drivers/gpu/drm/xe/xe_tile.c
   :internal: