[Intel-gfx] [PATCH 14/37] drm/i915: add PIXCLK_GATE register
Rodrigo Vivi
rodrigo.vivi at gmail.com
Mon Mar 26 19:39:32 CEST 2012
* indentation
Reviewed-by: Rodrigo Vivi <rodrigo.vivi at gmail.com>
On Wed, Mar 21, 2012 at 10:09 PM, Eugeni Dodonov
<eugeni.dodonov at intel.com> wrote:
> Pixel clock gating control for Lynx point.
>
> Signed-off-by: Eugeni Dodonov <eugeni.dodonov at intel.com>
> ---
> drivers/gpu/drm/i915/i915_reg.h | 6 ++++++
> 1 file changed, 6 insertions(+)
>
> diff --git a/drivers/gpu/drm/i915/i915_reg.h b/drivers/gpu/drm/i915/i915_reg.h
> index 4ee8965..9ff9856 100644
> --- a/drivers/gpu/drm/i915/i915_reg.h
> +++ b/drivers/gpu/drm/i915/i915_reg.h
> @@ -3957,4 +3957,10 @@
> #define SBI_CTL_OP_CRWR (0x7<<8)
> #define SBI_RESPONSE (0x1<<1)
> #define SBI_READY (0x1<<0)
> +
> +/* LPT PIXCLK_GATE */
> +#define PIXCLK_GATE 0xC6020
> +#define PIXCLK_GATE_UNGATE 1<<0
> +#define PIXCLK_GATE_GATE 0<<0
> +
> #endif /* _I915_REG_H_ */
> --
> 1.7.9.2
>
> _______________________________________________
> Intel-gfx mailing list
> Intel-gfx at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/intel-gfx
--
Rodrigo Vivi
Blog: http://blog.vivi.eng.br
GPG: 0x905BE242 @ wwwkeys.pgp.net
More information about the Intel-gfx
mailing list