Re: [PATCH] drm/ttm: don't attempt to use hugepages if dma32 requested (v2)

2017-11-23 Thread Christian König
Am 23.11.2017 um 03:41 schrieb Dave Airlie: From: Dave Airlie The commit below introduced thp support for ttm allocations, however it didn't take into account the case where dma32 was requested. Some drivers always request dma32, and the bochs driver is one of those. This fixes an oops: [

[PATCH] drm/ttm: don't attempt to use hugepages if dma32 requested (v2)

2017-11-22 Thread Dave Airlie
From: Dave Airlie The commit below introduced thp support for ttm allocations, however it didn't take into account the case where dma32 was requested. Some drivers always request dma32, and the bochs driver is one of those. This fixes an oops: [ 30.108507] [ cut here ]---