d961db75ce
Nouveau will need this on GeForce 8 and up to account for the GPU reordering physical VRAM for some memory types. Reviewed-by: Jerome Glisse <jglisse@redhat.com> Acked-by: Thomas Hellström <thellstrom@vmware.com> Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
11 lines
321 B
Makefile
11 lines
321 B
Makefile
#
|
|
# Makefile for the drm device driver. This driver provides support for the
|
|
|
|
ccflags-y := -Iinclude/drm
|
|
ttm-y := ttm_agp_backend.o ttm_memory.o ttm_tt.o ttm_bo.o \
|
|
ttm_bo_util.o ttm_bo_vm.o ttm_module.o \
|
|
ttm_object.o ttm_lock.o ttm_execbuf_util.o ttm_page_alloc.o \
|
|
ttm_bo_manager.o
|
|
|
|
obj-$(CONFIG_DRM_TTM) += ttm.o
|