Home
last modified time | relevance | path

Searched refs:_xe (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_device_types.h59 #define IS_PLATFORM_STEP(_xe, _platform, min_step, max_step) \ argument
60 ((_xe)->info.platform == (_platform) && \
61 (_xe)->info.step.graphics >= (min_step) && \
62 (_xe)->info.step.graphics < (max_step))
63 #define IS_SUBPLATFORM_STEP(_xe, _platform, sub, min_step, max_step) \ argument
64 ((_xe)->info.platform == (_platform) && \
65 (_xe)->info.subplatform == (sub) && \
66 (_xe)->info.step.graphics >= (min_step) && \
67 (_xe)->info.step.graphics < (max_step))
/linux-6.15/drivers/gpu/drm/xe/instructions/
H A Dxe_gpu_commands.h19 #define NUM_BYTES_PER_CCS_BYTE(_xe) (GRAPHICS_VER(_xe) >= 20 ? 512 : 256) argument
/linux-6.15/Documentation/gpu/xe/
H A Dxe-drm-usage-stats.rst3 .. _xe-usage-stats: