intel_extreme: Improve generation tracing
This commit is contained in:
@@ -287,8 +287,7 @@ intel_extreme_init(intel_info &info)
|
|||||||
|
|
||||||
int fbIndex = 0;
|
int fbIndex = 0;
|
||||||
int mmioIndex = 1;
|
int mmioIndex = 1;
|
||||||
if (info.device_type.InFamily(INTEL_FAMILY_9xx)
|
if (info.device_type.Generation() >= 4) {
|
||||||
| info.device_type.InFamily(INTEL_FAMILY_SER5)) {
|
|
||||||
// For some reason Intel saw the need to change the order of the
|
// For some reason Intel saw the need to change the order of the
|
||||||
// mappings with the introduction of the i9xx family
|
// mappings with the introduction of the i9xx family
|
||||||
mmioIndex = 0;
|
mmioIndex = 0;
|
||||||
@@ -317,6 +316,10 @@ intel_extreme_init(intel_info &info)
|
|||||||
return info.registers_area;
|
return info.registers_area;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ERROR("Init Intel generation %" B_PRId32 " GPU %s PCH split.\n",
|
||||||
|
info.device_type.Generation(),
|
||||||
|
info.device_type.HasPlatformControlHub() ? "with" : "without");
|
||||||
|
|
||||||
uint32* blocks = info.shared_info->register_blocks;
|
uint32* blocks = info.shared_info->register_blocks;
|
||||||
blocks[REGISTER_BLOCK(REGS_FLAT)] = 0;
|
blocks[REGISTER_BLOCK(REGS_FLAT)] = 0;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user