Lines Matching refs:intel_step
30 const enum intel_step *map; /* revid to step map */
699 static const enum intel_step skl_steppings[] = {
737 static const enum intel_step kbl_steppings[] = {
835 static const enum intel_step bxt_steppings[] = {
853 static const enum intel_step glk_steppings[] = {
915 static const enum intel_step icl_steppings[] = {
942 static const enum intel_step jsl_ehl_steppings[] = {
1007 static const enum intel_step tgl_steppings[] = {
1012 static const enum intel_step tgl_uy_steppings[] = {
1042 static const enum intel_step dg1_steppings[] = {
1059 static const enum intel_step rkl_steppings[] = {
1087 static const enum intel_step adl_s_steppings[] = {
1095 static const enum intel_step adl_s_rpl_s_steppings[] = {
1192 static const enum intel_step adl_p_steppings[] = {
1199 static const enum intel_step adl_p_adl_n_steppings[] = {
1203 static const enum intel_step adl_p_rpl_pu_steppings[] = {
1257 static const enum intel_step dg2_g10_steppings[] = {
1264 static const enum intel_step dg2_g11_steppings[] = {
1270 static const enum intel_step dg2_g12_steppings[] = {
1554 static enum intel_step get_pre_gmdid_step(struct intel_display *display, in get_pre_gmdid_step()
1559 const enum intel_step *map = main->map; in get_pre_gmdid_step()
1562 enum intel_step step; in get_pre_gmdid_step()
1631 enum intel_step step; in intel_display_device_probe()