Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8a6c77d6 authored by Li Peng's avatar Li Peng Committed by Eric Anholt
Browse files

drm/i915: Fix the device info of Pineview



Pineview doesn't has CXSR and need GTT-based hardware status page.
It fixes a X boot hung issue on Pinview since commit cfdf1f

Signed-off-by: default avatarLi Peng <peng.li@intel.com>
Acked-by: default avatarZhao Yakui <yakui.zhao@intel.com>
Signed-off-by: default avatarEric Anholt <eric@anholt.net>
parent c062df61
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -120,7 +120,7 @@ const static struct intel_device_info intel_gm45_info = {

const static struct intel_device_info intel_pineview_info = {
	.is_g33 = 1, .is_pineview = 1, .is_mobile = 1, .is_i9xx = 1,
	.has_pipe_cxsr = 1,
	.need_gfx_hws = 1,
	.has_hotplug = 1,
};