[Intel-gfx] [PATCH 10/28] drm/i915: VLV has force wake
Daniel Vetter
daniel at ffwll.ch
Wed Mar 6 19:53:01 CET 2013
On Fri, Mar 01, 2013 at 01:14:13PM -0800, Jesse Barnes wrote:
> Signed-off-by: Jesse Barnes <jbarnes at virtuousgeek.org>
Commit message is a bit sparse given that the only thing this does is
enable the forcewake duct-tape for more coherent seqno waiting. I've
pimped the commit message a bit.
Applied, thanks.
-Daniel
> ---
> drivers/gpu/drm/i915/i915_drv.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/drivers/gpu/drm/i915/i915_drv.c b/drivers/gpu/drm/i915/i915_drv.c
> index dba68c3..af19dca 100644
> --- a/drivers/gpu/drm/i915/i915_drv.c
> +++ b/drivers/gpu/drm/i915/i915_drv.c
> @@ -275,6 +275,7 @@ static const struct intel_device_info intel_valleyview_m_info = {
> .has_blt_ring = 1,
> .is_valleyview = 1,
> .display_mmio_offset = VLV_DISPLAY_BASE,
> + .has_force_wake = 1,
> };
>
> static const struct intel_device_info intel_valleyview_d_info = {
> @@ -285,6 +286,7 @@ static const struct intel_device_info intel_valleyview_d_info = {
> .has_blt_ring = 1,
> .is_valleyview = 1,
> .display_mmio_offset = VLV_DISPLAY_BASE,
> + .has_force_wake = 1,
> };
>
> static const struct intel_device_info intel_haswell_d_info = {
> --
> 1.7.9.5
>
> _______________________________________________
> Intel-gfx mailing list
> Intel-gfx at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/intel-gfx
--
Daniel Vetter
Software Engineer, Intel Corporation
+41 (0) 79 365 57 48 - http://blog.ffwll.ch
More information about the Intel-gfx
mailing list