Re: [Intel-gfx] [PATCH 2/6] drm/i915: add plumbing for SWSCI

2013-08-30 Thread Paulo Zanoni
2013/8/30 Jani Nikula : > SWSCI is a driver to bios call interface. > > This checks for SWSCI availability and bios requested callbacks, and > filters out any calls that shouldn't happen. This way the callers don't > need to do the checks all over the place. > > v2: silence some checkpatch nagging

[Intel-gfx] [PATCH 2/6] drm/i915: add plumbing for SWSCI

2013-08-30 Thread Jani Nikula
SWSCI is a driver to bios call interface. This checks for SWSCI availability and bios requested callbacks, and filters out any calls that shouldn't happen. This way the callers don't need to do the checks all over the place. v2: silence some checkpatch nagging v3: set PCI_SWSCI bit 0 to trigger

[Intel-gfx] [PATCH 2/6] drm/i915: add plumbing for SWSCI

2013-08-23 Thread Jani Nikula
SWSCI is a driver to bios call interface. This checks for SWSCI availability and bios requested callbacks, and filters out any calls that shouldn't happen. This way the callers don't need to do the checks all over the place. v2: silence some checkpatch nagging v3: set PCI_SWSCI bit 0 to trigger