Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 6659 → Rev 6660

/drivers/video/drm/i915/intel_csr.c
180,7 → 180,8
static const struct stepping_info skl_stepping_info[] = {
{'A', '0'}, {'B', '0'}, {'C', '0'},
{'D', '0'}, {'E', '0'}, {'F', '0'},
{'G', '0'}, {'H', '0'}, {'I', '0'}
{'G', '0'}, {'H', '0'}, {'I', '0'},
{'J', '0'}, {'K', '0'}
};
 
static struct stepping_info bxt_stepping_info[] = {
438,6 → 439,8
return;
}
#if 0
DRM_DEBUG_KMS("Loading %s\n", csr->fw_path);
 
/*
* Obtain a runtime pm reference, until CSR is loaded,
* to avoid entering runtime-suspend.