Re: [Intel-gfx] [PATCH v2 10/13] drm/i915: Start tracking PIPESRC as a drm_rect

2022-03-03 Thread Navare, Manasi
On Wed, Feb 23, 2022 at 03:13:12PM +0200, Ville Syrjala wrote: > From: Ville Syrjälä > > Instead of just having the pipe_src_{w,h} let's use a full > drm_rect for it. This will be particularly useful to astract > away some bigjoiner details. > > v2: No hweight() stuff yet > > Signed-off-by: Vil

[Intel-gfx] [PATCH v2 10/13] drm/i915: Start tracking PIPESRC as a drm_rect

2022-02-23 Thread Ville Syrjala
From: Ville Syrjälä Instead of just having the pipe_src_{w,h} let's use a full drm_rect for it. This will be particularly useful to astract away some bigjoiner details. v2: No hweight() stuff yet Signed-off-by: Ville Syrjälä --- .../gpu/drm/i915/display/intel_atomic_plane.c | 15 ++-- drivers