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

Linux 6.18.37 · GPU·DRM

Command submission

Xe execbuf userspace GPU command submission 문서입니다.

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

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

1. 요약·해설

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

요약·해설

xe_cs.rst:1-8

Xe execbuf userspace GPU command submission 문서입니다.

문서 위치
항목
SourceDocumentation/gpu/xe/xe_cs.rst
분량8 source lines
관련xe_exec.c

Source와 관련 구현입니다.

2. 영어 원문 전체

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

원문 전체 펼치기
1 .. SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2
3 ==================
4 Command submission
5 ==================
6
7 .. kernel-doc:: drivers/gpu/drm/xe/xe_exec.c
8 :doc: Execbuf (User GPU command submission)
9

3. 한국어 전문 번역

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

Command submission

1-8

Xe의 userspace GPU command submission은 `drivers/gpu/drm/xe/xe_exec.c`의 `Execbuf (User GPU command submission)` kernel-doc section에서 설명합니다.

이 문서는 userspace가 execbuf interface를 통해 GPU 작업을 제출하는 command path의 진입점입니다.

Command submission source map
항목
Implementationdrivers/gpu/drm/xe/xe_exec.c
Kernel-docExecbuf (User GPU command submission)
CallerUserspace GPU client

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

Command submission 흐름
Userspace execbuf 요청Xe exec validationGPU queue에 command 제출Execution completion 전달

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

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

==================
Command submission
==================

.. kernel-doc:: drivers/gpu/drm/xe/xe_exec.c
   :doc: Execbuf (User GPU command submission)