Home
last modified time | relevance | path

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

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