Searched refs:gt_step (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/gpu/drm/i915/ |
A D | intel_step.c | 36 [1] = { .gt_step = STEP_B0, .display_step = STEP_B0 }, 37 [2] = { .gt_step = STEP_C0, .display_step = STEP_B0 }, 38 [3] = { .gt_step = STEP_D0, .display_step = STEP_B0 }, 39 [4] = { .gt_step = STEP_F0, .display_step = STEP_C0 }, 40 [5] = { .gt_step = STEP_C0, .display_step = STEP_B1 }, 41 [6] = { .gt_step = STEP_D1, .display_step = STEP_B1 }, 105 [0x0] = { .gt_step = STEP_A0 }, 106 [0x1] = { .gt_step = STEP_A1 }, 107 [0x4] = { .gt_step = STEP_B0 }, 108 [0x8] = { .gt_step = STEP_C0 }, [all …]
|
A D | intel_step.h | 14 u8 gt_step; member
|
A D | i915_drv.h | 1351 #define INTEL_GT_STEP(__i915) (RUNTIME_INFO(__i915)->step.gt_step)
|
Completed in 12 milliseconds