Re: [Intel-gfx] [PATCH] drm/i915: Parsing VBT if size of VBT exceeds 6KB

2015-12-14 Thread Jani Nikula
On Mon, 14 Dec 2015, Chris Wilson wrote: > On Mon, Dec 14, 2015 at 05:46:41PM +0530, Deepak M wrote: >> Currently the iomap for VBT works only if the size of the >> VBT is less than 6KB, but if the size of the VBT exceeds >> 6KB than the physical address and the size of the VBT to >> be iomapped i

Re: [Intel-gfx] [PATCH] drm/i915: Parsing VBT if size of VBT exceeds 6KB

2015-12-14 Thread Chris Wilson
On Mon, Dec 14, 2015 at 05:46:41PM +0530, Deepak M wrote: > Currently the iomap for VBT works only if the size of the > VBT is less than 6KB, but if the size of the VBT exceeds > 6KB than the physical address and the size of the VBT to > be iomapped is specified in the mailbox3 and is iomapped > ac

[Intel-gfx] [PATCH] drm/i915: Parsing VBT if size of VBT exceeds 6KB

2015-12-13 Thread Deepak M
Currently the iomap for VBT works only if the size of the VBT is less than 6KB, but if the size of the VBT exceeds 6KB than the physical address and the size of the VBT to be iomapped is specified in the mailbox3 and is iomapped accordingly. v3: -Splitted the patch into small ones -Handeled me