drm/i915: Drop I915_CONTEXT_PARAM_RINGSIZE
[linux-2.6-microblaze.git] / drivers / gpu / drm / i915 / Makefile
index d0d936d..10b3bb6 100644 (file)
@@ -50,6 +50,7 @@ i915-y += i915_drv.o \
          intel_memory_region.o \
          intel_pch.o \
          intel_pm.o \
+         intel_region_ttm.o \
          intel_runtime_pm.o \
          intel_sideband.o \
          intel_step.o \
@@ -88,7 +89,6 @@ gt-y += \
        gt/gen8_ppgtt.o \
        gt/intel_breadcrumbs.o \
        gt/intel_context.o \
-       gt/intel_context_param.o \
        gt/intel_context_sseu.o \
        gt/intel_engine_cs.o \
        gt/intel_engine_heartbeat.o \
@@ -107,6 +107,7 @@ gt-y += \
        gt/intel_gtt.o \
        gt/intel_llc.o \
        gt/intel_lrc.o \
+       gt/intel_migrate.o \
        gt/intel_mocs.o \
        gt/intel_ppgtt.o \
        gt/intel_rc6.o \
@@ -134,7 +135,6 @@ i915-y += $(gt-y)
 gem-y += \
        gem/i915_gem_busy.o \
        gem/i915_gem_clflush.o \
-       gem/i915_gem_client_blt.o \
        gem/i915_gem_context.o \
        gem/i915_gem_create.o \
        gem/i915_gem_dmabuf.o \
@@ -142,7 +142,6 @@ gem-y += \
        gem/i915_gem_execbuffer.o \
        gem/i915_gem_internal.o \
        gem/i915_gem_object.o \
-       gem/i915_gem_object_blt.o \
        gem/i915_gem_lmem.o \
        gem/i915_gem_mman.o \
        gem/i915_gem_pages.o \
@@ -154,6 +153,7 @@ gem-y += \
        gem/i915_gem_stolen.o \
        gem/i915_gem_throttle.o \
        gem/i915_gem_tiling.o \
+       gem/i915_gem_ttm.o \
        gem/i915_gem_userptr.o \
        gem/i915_gem_wait.o \
        gem/i915_gemfs.o
@@ -164,12 +164,14 @@ i915-y += \
          i915_cmd_parser.o \
          i915_gem_evict.o \
          i915_gem_gtt.o \
+         i915_gem_ww.o \
          i915_gem.o \
          i915_globals.o \
          i915_query.o \
          i915_request.o \
          i915_scheduler.o \
          i915_trace_points.o \
+         i915_ttm_buddy_manager.o \
          i915_vma.o \
          intel_wopcm.o
 
@@ -201,10 +203,10 @@ i915-y += \
        display/intel_combo_phy.o \
        display/intel_connector.o \
        display/intel_crtc.o \
-       display/intel_csr.o \
        display/intel_cursor.o \
        display/intel_display.o \
        display/intel_display_power.o \
+       display/intel_dmc.o \
        display/intel_dpio_phy.o \
        display/intel_dpll.o \
        display/intel_dpll_mgr.o \
@@ -263,6 +265,7 @@ i915-y += \
        display/intel_lvds.o \
        display/intel_panel.o \
        display/intel_pps.o \
+       display/intel_qp_tables.o \
        display/intel_sdvo.o \
        display/intel_tv.o \
        display/intel_vdsc.o \
@@ -275,6 +278,7 @@ i915-y += i915_perf.o
 # Post-mortem debug and GPU hang state capture
 i915-$(CONFIG_DRM_I915_CAPTURE_ERROR) += i915_gpu_error.o
 i915-$(CONFIG_DRM_I915_SELFTEST) += \
+       gem/selftests/i915_gem_client_blt.o \
        gem/selftests/igt_gem_utils.o \
        selftests/i915_random.o \
        selftests/i915_selftest.o \