Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_device_types.h79 #define IS_PLATFORM_STEP(_xe, _platform, min_step, max_step) \ argument
80 ((_xe)->info.platform == (_platform) && \
81 (_xe)->info.step.graphics >= (min_step) && \
82 (_xe)->info.step.graphics < (max_step))
83 #define IS_SUBPLATFORM_STEP(_xe, _platform, sub, min_step, max_step) \ argument
84 ((_xe)->info.platform == (_platform) && \
85 (_xe)->info.subplatform == (sub) && \
86 (_xe)->info.step.graphics >= (min_step) && \
87 (_xe)->info.step.graphics < (max_step))
/linux/Documentation/gpu/xe/
H A Dxe-drm-usage-stats.rst3 .. _xe-usage-stats: