|
@@ -111,7 +111,7 @@ static const struct intel_device_info intel_i965g_info = {
|
|
|
|
|
|
static const struct intel_device_info intel_i965gm_info = {
|
|
static const struct intel_device_info intel_i965gm_info = {
|
|
.gen = 4, .is_crestline = 1,
|
|
.gen = 4, .is_crestline = 1,
|
|
- .is_mobile = 1, .has_fbc = 1, .has_rc6 = 1, .has_hotplug = 1,
|
|
|
|
|
|
+ .is_mobile = 1, .has_fbc = 1, .has_hotplug = 1,
|
|
.has_overlay = 1,
|
|
.has_overlay = 1,
|
|
.supports_tv = 1,
|
|
.supports_tv = 1,
|
|
};
|
|
};
|
|
@@ -130,7 +130,7 @@ static const struct intel_device_info intel_g45_info = {
|
|
|
|
|
|
static const struct intel_device_info intel_gm45_info = {
|
|
static const struct intel_device_info intel_gm45_info = {
|
|
.gen = 4, .is_g4x = 1,
|
|
.gen = 4, .is_g4x = 1,
|
|
- .is_mobile = 1, .need_gfx_hws = 1, .has_fbc = 1, .has_rc6 = 1,
|
|
|
|
|
|
+ .is_mobile = 1, .need_gfx_hws = 1, .has_fbc = 1,
|
|
.has_pipe_cxsr = 1, .has_hotplug = 1,
|
|
.has_pipe_cxsr = 1, .has_hotplug = 1,
|
|
.supports_tv = 1,
|
|
.supports_tv = 1,
|
|
.has_bsd_ring = 1,
|
|
.has_bsd_ring = 1,
|
|
@@ -150,7 +150,7 @@ static const struct intel_device_info intel_ironlake_d_info = {
|
|
|
|
|
|
static const struct intel_device_info intel_ironlake_m_info = {
|
|
static const struct intel_device_info intel_ironlake_m_info = {
|
|
.gen = 5, .is_mobile = 1,
|
|
.gen = 5, .is_mobile = 1,
|
|
- .need_gfx_hws = 1, .has_rc6 = 1, .has_hotplug = 1,
|
|
|
|
|
|
+ .need_gfx_hws = 1, .has_hotplug = 1,
|
|
.has_fbc = 0, /* disabled due to buggy hardware */
|
|
.has_fbc = 0, /* disabled due to buggy hardware */
|
|
.has_bsd_ring = 1,
|
|
.has_bsd_ring = 1,
|
|
};
|
|
};
|