commit | e2e966636aee99971965c0965a4c11b8ce077da3 | [log] [tgz] |
---|---|---|
author | Thomas Hellstrom <thellstrom@vmware.com> | Wed Nov 13 19:02:42 2019 +0100 |
committer | Thomas Hellstrom <thellstrom@vmware.com> | Thu Nov 14 08:41:23 2019 +0100 |
tree | b7cdabd76f2145436333076c9b32bfc886a6d5e7 | |
parent | 3ca3a9eab7085b3c938b5d088c3020269cfecdc8 [diff] |
drm/ttm, drm/vmwgfx: Use a configuration option for the TTM dma page pool Drivers like vmwgfx may want to test whether the dma page pool is present or not. Since it's activated by default by TTM if compiled-in, define a hidden configuration option that the driver can test for. Cc: Christian König <christian.koenig@amd.com> Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com> Reviewed-by: Christian König <christian.koenig@amd.com>