Re: [Intel-gfx] [PATCH 1/2] drm/i915: move HSW DDI pll enabling to haswell_crtc_enable

2014-05-25 Thread Daniel Vetter
On Fri, May 23, 2014 at 4:51 PM, Paulo Zanoni wrote: > From: Paulo Zanoni > > Now that we moved all the register writing to haswell_crtc_enable, we > can also move the PLL enabling there. This is the last step to do > before allowing runtime PM on DPMS. > > Daniel has some patches to do this whil

Re: [Intel-gfx] [PATCH 2/2] drm/i915: runtime PM support for DPMS

2014-05-25 Thread Daniel Vetter
On Fri, May 23, 2014 at 4:51 PM, Paulo Zanoni wrote: > From: Daniel Vetter > > Keeping track of the power domains is a bit messy since crtc->active > is currently updated by the platform hooks, but we need to be aware of > which state transition exactly is going on. Maybe we simply need to > shov

Re: [Intel-gfx] [drm-intel:for-linux-next-fixes 3/4] drivers/gpu/drm/i915/i915_gem_execbuffer.c:1419:47: sparse: incorrect type in initializer (different address spaces)

2014-05-25 Thread Daniel Vetter
Adding intel-gfx & Jani. We don't deref the userpointer, we just take the address of one of its fields. Imo this is just sparse being dense, since all other address arithmetic is fine with sparse. Is there some way to shut up sparse here without making the code loook horrible? -Daniel On Fri, May

Re: [Intel-gfx] [PATCH 1/3] drm/crtc: Add property for aspect ratio

2014-05-25 Thread Vandana Kannan
On May-23-2014 4:18 PM, Vandana Kannan wrote: > On May-22-2014 5:46 PM, Daniel Vetter wrote: >> On Thu, May 22, 2014 at 04:50:48PM +0530, Vandana Kannan wrote: >>> Added a property to enable user space to set aspect ratio. >>> This patch contains declaration of the property and code to create the >