Re: [Intel-gfx] [PATCH] drm/i915/skl: distribute DDB based on panel resolution

2018-07-31 Thread Kumar, Mahesh
Hi Chris, Thanks for review. On 7/30/2018 9:08 PM, Chris Wilson wrote: Quoting Mahesh Kumar (2018-07-30 15:12:02) We distribute DDB equally among all pipes irrespective of display buffer requirement of each pipe. This leads to a situation where high resolution y-tiled display can not be

Re: [Intel-gfx] [PATCH] drm/i915/skl: distribute DDB based on panel resolution

2018-07-30 Thread Chris Wilson
Quoting Mahesh Kumar (2018-07-30 15:12:02) > We distribute DDB equally among all pipes irrespective of display > buffer requirement of each pipe. This leads to a situation where high > resolution y-tiled display can not be enabled with 2 low resolution > displays. > > Main contributing factor for

[Intel-gfx] [PATCH] drm/i915/skl: distribute DDB based on panel resolution

2018-07-30 Thread Mahesh Kumar
We distribute DDB equally among all pipes irrespective of display buffer requirement of each pipe. This leads to a situation where high resolution y-tiled display can not be enabled with 2 low resolution displays. Main contributing factor for DDB requirement is width of the display. This patch