Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
README.md | H A D | 25-Apr-2025 | 1.4 KiB | 32 | 23 | |
dma-buf.h | H A D | 25-Apr-2025 | 7.2 KiB | 183 | 30 | |
media_srcs.cmake | H A D | 25-Apr-2025 | 1.6 KiB | 43 | 37 | |
mos_bufmgr_xe.h | H A D | 25-Apr-2025 | 4.3 KiB | 128 | 73 | |
mos_synchronization_xe.h | H A D | 25-Apr-2025 | 4.2 KiB | 115 | 65 | |
xe_drm.h | H A D | 25-Apr-2025 | 45 KiB | 1,360 | 303 |
README.md
1This directory contains a copy of the installed kernel headers 2required by the iHD driver to communicate with the kernel. 3Whenever driver needs new definitions for new kernel 4APIs, these files should be updated. 5 6These files in master should only be updated once the changes have landed 7in the drm-xe-next tree (see https://gitlab.freedesktop.org/drm/xe/kernel.git). 8 9You can copy files installed after running this from the kernel 10repository, at version the driver require: 11 12$ make headers_install INSTALL_HDR_PATH=/path/to/install 13 14The last update was done at the following kernel commit: 15 16commit b2121f2bd2232cd0556b2182078d159d81497885 (HEAD -> drm-xe-next, origin/drm-xe-next) 17 18drm/xe: Extend uAPI to query HuC micro-controler firmware version 19 20The infrastructure to query GuC firmware version is already in place. It 21is extended with a new micro-controller type to query the HuC firmware 22version. It can be used from user space to know if HuC is running. 23 24Cc: John Harrison <[email protected]> 25Cc: Francois Dugast <[email protected]> 26Cc: Lucas De Marchi <[email protected]> 27Signed-off-by: Francois Dugast <[email protected]> 28Signed-off-by: José Roberto de Souza <[email protected]> 29Reviewed-by: Rodrigo Vivi <[email protected]> 30Reviewed-by: John Harrison <[email protected]> 31Link: https://patchwork.freedesktop.org/patch/msgid/[email protected] 32