[V3 04/11] drm/amdgpu/virt: use kiq to access registers

Michel Dänzer michel at daenzer.net
Thu Jan 12 05:45:27 UTC 2017


On 12/01/17 12:21 PM, Liu, Monk wrote:
> 
>    if (in_interrupt())
>         BUG();

Current coding style is

    BUG_ON(in_interrupt());

according to https://kernelnewbies.org/FAQ/BUG .


-- 
Earthling Michel Dänzer               |               http://www.amd.com
Libre software enthusiast             |             Mesa and X developer


More information about the amd-gfx mailing list