Re: [Intel-gfx] [PATCH 1/4] drm/i915: Use a crtc mask instead of a refcount for dpll functions.

2016-03-04 Thread Ander Conselvan De Oliveira
On Mon, 2016-02-29 at 13:52 +0100, Maarten Lankhorst wrote: > This makes it easier to verify correct dpll setup with only a single crtc. > It it also useful to detect double dpll enable/disable. I have a goal of being able to get a reference for a shared pll for an encoder without a crtc, so that

Re: [Intel-gfx] [PATCH 1/4] drm/i915: Use a crtc mask instead of a refcount for dpll functions.

2016-03-01 Thread R, Durgadoss
>-Original Message- >From: Intel-gfx [mailto:intel-gfx-boun...@lists.freedesktop.org] On Behalf Of >Maarten Lankhorst >Sent: Monday, February 29, 2016 6:22 PM >To: intel-gfx@lists.freedesktop.org >Subject: [Intel-gfx] [PATCH 1/4] drm/i915: Use a crtc mask instead of a

[Intel-gfx] [PATCH 1/4] drm/i915: Use a crtc mask instead of a refcount for dpll functions.

2016-02-29 Thread Maarten Lankhorst
This makes it easier to verify correct dpll setup with only a single crtc. It it also useful to detect double dpll enable/disable. Signed-off-by: Maarten Lankhorst --- drivers/gpu/drm/i915/i915_debugfs.c | 2 +- drivers/gpu/drm/i915/i915_drv.h | 2 +- drivers/gpu/drm/i915/intel_display.c