[Intel-gfx] [PATCH 05/19] drm/i915: Support for GuC interrupts

2016-08-19 Thread akash . goel
From: Sagar Arun Kamble There are certain types of interrupts which Host can receive from GuC. GuC ukernel sends an interrupt to Host for certain events, like for example retrieve/consume the logs generated by ukernel. This patch adds support to receive interrupts from GuC but currently enables &

Re: [Intel-gfx] [PATCH 05/19] drm/i915: Support for GuC interrupts

2016-08-17 Thread Tvrtko Ursulin
On 17/08/16 11:14, akash.g...@intel.com wrote: From: Sagar Arun Kamble There are certain types of interrupts which Host can receive from GuC. GuC ukernel sends an interrupt to Host for certain events, like for example retrieve/consume the logs generated by ukernel. This patch adds support to r

[Intel-gfx] [PATCH 05/19] drm/i915: Support for GuC interrupts

2016-08-17 Thread akash . goel
From: Sagar Arun Kamble There are certain types of interrupts which Host can receive from GuC. GuC ukernel sends an interrupt to Host for certain events, like for example retrieve/consume the logs generated by ukernel. This patch adds support to receive interrupts from GuC but currently enables &