Home
last modified time | relevance | path

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

/drivers/gpu/drm/xe/
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))
/drivers/gpu/drm/xe/instructions/
A Dxe_gpu_commands.h19 #define NUM_BYTES_PER_CCS_BYTE(_xe) (GRAPHICS_VER(_xe) >= 20 ? 512 : 256) argument

Completed in 15 milliseconds