Re: [Intel-gfx] [PATCH] drm: Add aux plane verification in addFB2

2015-11-09 Thread Kannan, Vandana
On 11/5/2015 10:50 PM, Vandana Kannan wrote: From: Daniel Vetter For render compression, userspace passes aux stride and offset values as an additional entry in the fb structure. This should not be treated as garbage and discarded as data belonging to no plane. This patch introduces a check r

[Intel-gfx] [PATCH] drm: Add aux plane verification in addFB2

2015-11-05 Thread Vandana Kannan
From: Daniel Vetter For render compression, userspace passes aux stride and offset values as an additional entry in the fb structure. This should not be treated as garbage and discarded as data belonging to no plane. This patch introduces a check related to AUX plane to support the scenario of re

Re: [Intel-gfx] [PATCH] drm: Add aux plane verification in addFB2

2015-11-02 Thread Thulasimani, Sivakumar
On 11/2/2015 3:20 PM, Vandana Kannan wrote: For render compression, userspace passes aux stride and offset values as an additional entry in the fb structure. This should not be treated as garbage and discarded as data belonging to no plane. This patch introduces a check related to AUX plane to

Re: [Intel-gfx] [PATCH] drm: Add aux plane verification in addFB2

2015-11-02 Thread kbuild test robot
Hi Vandana, [auto build test WARNING on drm/drm-next -- if it's inappropriate base, please suggest rules for selecting the more suitable base] url: https://github.com/0day-ci/linux/commits/Vandana-Kannan/drm-Add-aux-plane-verification-in-addFB2/20151102-172316 reproduce: make htmldocs All w

[Intel-gfx] [PATCH] drm: Add aux plane verification in addFB2

2015-11-02 Thread Vandana Kannan
For render compression, userspace passes aux stride and offset values as an additional entry in the fb structure. This should not be treated as garbage and discarded as data belonging to no plane. This patch introduces a check related to AUX plane to support the scenario of render compression. Sug