[Intel-gfx] [PATCH] drm/i915: Fix the device info of Pineview
ykzhao
yakui.zhao at intel.com
Thu Jan 21 07:19:45 CET 2010
On Thu, 2010-01-21 at 02:45 -0800, Li Peng wrote:
> 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: Li Peng <peng.li at intel.com>
Acked-by: Zhao Yakui <yakui.zhao at intel.com>
> ---
> drivers/gpu/drm/i915/i915_drv.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/gpu/drm/i915/i915_drv.c b/drivers/gpu/drm/i915/i915_drv.c
> index 46d8896..ecac882 100644
> --- a/drivers/gpu/drm/i915/i915_drv.c
> +++ b/drivers/gpu/drm/i915/i915_drv.c
> @@ -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,
> };
>
More information about the Intel-gfx
mailing list