linux_dsm_epyc7002/drivers/gpu/drm/i915
Chris Wilson f55786faa1 drm/i915/selftests: Remove unused dmabuf->kmap routines, fix the build
Fix i915's CI build after the removal of the dmabuf->kmap interface that
left the mock routines intact.

In file included from drivers/gpu/drm/i915/i915_gem_dmabuf.c:335:0:
drivers/gpu/drm/i915/selftests/mock_dmabuf.c:104:13: error: ‘mock_dmabuf_kunmap_atomic’ defined but not used [-Werror=unused-function]
 static void mock_dmabuf_kunmap_atomic(struct dma_buf *dma_buf, unsigned long page_num, void *addr)
drivers/gpu/drm/i915/selftests/mock_dmabuf.c:97:14: error: ‘mock_dmabuf_kmap_atomic’ defined but not used [-Werror=unused-function]
 static void *mock_dmabuf_kmap_atomic(struct dma_buf *dma_buf, unsigned long page_num)

Fixes: f664a52695 ("dma-buf: remove kmap_atomic interface")
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Christian König <christian.koenig@amd.com>
Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
Cc: Sumit Semwal <sumit.semwal@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20180620162152.1158-1-chris@chris-wilson.co.uk
Reviewed-by: Christian König <christian.koenig@amd.com>
2018-06-20 17:48:24 +01:00
..
gvt Merge tag 'gvt-fixes-2018-04-19' of https://github.com/intel/gvt-linux into drm-intel-next-fixes 2018-06-07 12:06:07 +03:00
selftests drm/i915/selftests: Remove unused dmabuf->kmap routines, fix the build 2018-06-20 17:48:24 +01:00
dvo_ch7xxx.c
dvo_ch7017.c
dvo_ivch.c
dvo_ns2501.c
dvo_sil164.c
dvo_tfp410.c
dvo.h
i915_cmd_parser.c
i915_debugfs.c drm/i915/icl: add basic support for the ICL clocks 2018-05-07 16:42:47 -07:00
i915_drv.c Last drm/i915 changes for v4.18: 2018-05-16 07:10:13 +10:00
i915_drv.h drm/i915: Update DRIVER_DATE to 20180514 2018-05-14 15:28:05 +03:00
i915_gem_batch_pool.c
i915_gem_batch_pool.h
i915_gem_clflush.c
i915_gem_clflush.h
i915_gem_context.c drm/i915: Split i915_gem_timeline into individual timelines 2018-05-02 23:57:18 +01:00
i915_gem_context.h drm/i915: Split i915_gem_timeline into individual timelines 2018-05-02 23:57:18 +01:00
i915_gem_dmabuf.c dma-buf: remove kmap_atomic interface 2018-06-20 15:59:34 +02:00
i915_gem_evict.c
i915_gem_execbuffer.c drm/i915: Lazily unbind vma on close 2018-05-04 07:26:56 +01:00
i915_gem_fence_reg.c
i915_gem_fence_reg.h
i915_gem_gtt.c Merge drm-upstream/drm-next into drm-misc-next 2018-06-20 13:22:22 -03:00
i915_gem_gtt.h drm/i915/selftests: scrub 64K 2018-05-13 10:29:18 +01:00
i915_gem_internal.c
i915_gem_object.c
i915_gem_object.h
i915_gem_render_state.c
i915_gem_render_state.h
i915_gem_shrinker.c
i915_gem_stolen.c drm/i915: Do NOT skip the first 4k of stolen memory for pre-allocated buffers v2 2018-04-21 10:05:38 +02:00
i915_gem_tiling.c
i915_gem_userptr.c drm/i915/userptr: reject zero user_size 2018-05-08 12:24:39 +01:00
i915_gem.c drm/i915: Remove stale asserts from i915_gem_find_active_request() 2018-05-31 14:27:03 +03:00
i915_gem.h drm/i915: Compile out engine debug for release 2018-04-26 15:13:35 +01:00
i915_gemfs.c
i915_gemfs.h
i915_gpu_error.c drm/i915: Split i915_gem_timeline into individual timelines 2018-05-02 23:57:18 +01:00
i915_gpu_error.h drm/i915: Show ring->start for the ELSP context/request queue 2018-05-02 15:27:22 +01:00
i915_ioc32.c
i915_irq.c drm/i915/icl: Correctly clear lost ctx-switch interrupts across reset for Gen11 2018-04-25 16:12:24 +01:00
i915_memcpy.c
i915_mm.c
i915_oa_bdw.c
i915_oa_bdw.h
i915_oa_bxt.c
i915_oa_bxt.h
i915_oa_cflgt2.c
i915_oa_cflgt2.h
i915_oa_cflgt3.c
i915_oa_cflgt3.h
i915_oa_chv.c
i915_oa_chv.h
i915_oa_cnl.c
i915_oa_cnl.h
i915_oa_glk.c
i915_oa_glk.h
i915_oa_hsw.c
i915_oa_hsw.h
i915_oa_icl.c drm/i915/perf: enable perf support on ICL 2018-03-29 13:25:30 +01:00
i915_oa_icl.h drm/i915/perf: enable perf support on ICL 2018-03-29 13:25:30 +01:00
i915_oa_kblgt2.c
i915_oa_kblgt2.h
i915_oa_kblgt3.c
i915_oa_kblgt3.h
i915_oa_sklgt2.c
i915_oa_sklgt2.h
i915_oa_sklgt3.c
i915_oa_sklgt3.h
i915_oa_sklgt4.c
i915_oa_sklgt4.h
i915_params.c drm/i915: add support for specifying DMC firmware override by module param 2018-05-02 13:05:01 +03:00
i915_params.h drm/i915: add support for specifying DMC firmware override by module param 2018-05-02 13:05:01 +03:00
i915_pci.c
i915_perf.c drm/i915/oa: Check that OA is disabled before unpinning 2018-05-11 17:17:46 +01:00
i915_pmu.c drm/i915/pmu: Inspect runtime PM state more carefully while estimating RC6 2018-04-18 14:17:09 +03:00
i915_pmu.h
i915_pvinfo.h
i915_query.c
i915_query.h
i915_reg.h drm/i915/gen9: Add WaClearHIZ_WM_CHICKEN3 for bxt and glk 2018-05-13 10:29:44 +01:00
i915_request.c drm/i915: Annotate timeline lock nesting 2018-05-08 21:47:33 +01:00
i915_request.h drm/i915: Split i915_gem_timeline into individual timelines 2018-05-02 23:57:18 +01:00
i915_scheduler.h drm/i915: Pack params to engine->schedule() into a struct 2018-04-18 21:09:11 +01:00
i915_selftest.h
i915_suspend.c
i915_sw_fence.c
i915_sw_fence.h
i915_syncmap.c
i915_syncmap.h
i915_sysfs.c
i915_timeline.c drm/i915: Split i915_gem_timeline into individual timelines 2018-05-02 23:57:18 +01:00
i915_timeline.h drm/i915: Split i915_gem_timeline into individual timelines 2018-05-02 23:57:18 +01:00
i915_trace_points.c
i915_trace.h drm/i915: Remove unused i915_flip tracepoints 2018-05-08 20:52:07 +01:00
i915_utils.h drm/i915: Retire requests along rings 2018-04-30 16:01:18 +01:00
i915_vgpu.c
i915_vgpu.h
i915_vma.c drm/i915: Lazily unbind vma on close 2018-05-04 07:26:56 +01:00
i915_vma.h drm/i915: Lazily unbind vma on close 2018-05-04 07:26:56 +01:00
intel_acpi.c
intel_atomic_plane.c Merge drm-upstream/drm-next into drm-misc-next 2018-06-20 13:22:22 -03:00
intel_atomic.c i915: content-type property for HDMI connector 2018-05-17 18:58:35 +03:00
intel_audio.c drm/i915/audio: Fix audio detection issue on GLK 2018-04-18 14:26:15 +03:00
intel_bios.c drm/i915/psr: Check if VBT says PSR can be enabled. 2018-05-09 05:34:20 -07:00
intel_bios.h
intel_breadcrumbs.c drm/i915: Compile out engine debug for release 2018-04-26 15:13:35 +01:00
intel_cdclk.c drm/i915: Adjust eDP's logical vco in a reliable place. 2018-05-03 06:33:18 -07:00
intel_color.c
intel_crt.c drm/i915: Make force_load_detect effective even w/ DMI quirks/hotplug 2018-03-29 19:14:21 +03:00
intel_csr.c drm/i915: add support for specifying DMC firmware override by module param 2018-05-02 13:05:01 +03:00
intel_ddi.c drm/i915/icl: fix icl_unmap/map_plls_to_ports 2018-06-07 11:39:05 +03:00
intel_device_info.c drm/i915: prefer INTEL_GEN() over INTEL_INFO()->gen 2018-04-26 18:14:29 +03:00
intel_device_info.h
intel_display.c Merge drm-upstream/drm-next into drm-misc-next 2018-06-20 13:22:22 -03:00
intel_display.h drm/i915: Enable edp psr error interrupts on bdw+ 2018-04-20 14:28:15 -07:00
intel_dp_aux_backlight.c
intel_dp_link_training.c drm/i915/dp: move link_bw and rate_select debugging where used 2018-04-26 18:21:02 +03:00
intel_dp_mst.c drm/i915/dp: Send DPCD ON for MST before phy_up 2018-04-07 18:26:15 -04:00
intel_dp.c Revert "drm/i915/edp: Allow alternate fixed mode for eDP if available." 2018-05-31 14:26:53 +03:00
intel_dpio_phy.c drm/i915/gen9_lp: Increase DDI PHY0 power well enabling timeout 2018-04-10 13:12:22 +03:00
intel_dpll_mgr.c drm/i915/icl: compute the MG PLL registers 2018-05-07 16:49:57 -07:00
intel_dpll_mgr.h drm/i915/icl: add basic support for the ICL clocks 2018-05-07 16:42:47 -07:00
intel_drv.h Merge drm-upstream/drm-next into drm-misc-next 2018-06-20 13:22:22 -03:00
intel_dsi_dcs_backlight.c
intel_dsi_pll.c
intel_dsi_vbt.c drm/i915/dsi: improve dphy param limits logging 2018-04-19 15:20:10 +03:00
intel_dsi.c Revert "drm/i915/edp: Allow alternate fixed mode for eDP if available." 2018-05-31 14:26:53 +03:00
intel_dsi.h
intel_dvo.c Revert "drm/i915/edp: Allow alternate fixed mode for eDP if available." 2018-05-31 14:26:53 +03:00
intel_engine_cs.c drm/i915: Nul-terminate legacy debug string 2018-05-31 14:26:45 +03:00
intel_fbc.c drm/i915: Add debugfs file to clear FIFO underruns. 2018-04-10 16:29:24 +02:00
intel_fbdev.c First drm/i915 feature batch heading for v4.18: 2018-05-04 10:32:21 +10:00
intel_fifo_underrun.c
intel_frontbuffer.c
intel_frontbuffer.h
intel_gpu_commands.h
intel_guc_ads.c drm/i915: Wrap engine->context_pin() and engine->context_unpin() 2018-04-30 16:01:13 +01:00
intel_guc_ads.h
intel_guc_ct.c drm/i915/guc: Replace %phn with %ph 2018-04-10 17:15:29 +01:00
intel_guc_ct.h drm/i915/guc: Prepare to process incoming requests from CT 2018-03-28 20:35:17 +01:00
intel_guc_fw.c drm/i915/uc: Fetch uC firmware in init_early 2018-03-23 17:03:24 +00:00
intel_guc_fw.h
intel_guc_fwif.h drm/i915/guc: Remove GUC_CTL_DEVICE_INFO parameter 2018-04-13 13:23:02 +01:00
intel_guc_log.c
intel_guc_log.h
intel_guc_reg.h
intel_guc_submission.c drm/i915/guc: Make submission tasklet hardirq safe 2018-05-09 09:28:47 +01:00
intel_guc_submission.h
intel_guc.c drm/i915/guc: Remove GUC_CTL_DEVICE_INFO parameter 2018-04-13 13:23:02 +01:00
intel_guc.h drm/i915/guc: Handle default action received over CT 2018-03-28 20:35:18 +01:00
intel_gvt.c
intel_gvt.h
intel_hangcheck.c drm/i915: Reset the hangcheck timestamp before repeating a seqno 2018-05-03 10:43:45 +01:00
intel_hdcp.c drm/i915: Fix memory leak in intel_hdcp auth 2018-04-06 09:57:31 +03:00
intel_hdmi.c i915: content-type property for HDMI connector 2018-05-17 18:58:35 +03:00
intel_hotplug.c drm/i915/icl: HPD pin for port F 2018-03-23 14:59:09 -07:00
intel_huc_fw.c drm/i915/uc: Fetch uC firmware in init_early 2018-03-23 17:03:24 +00:00
intel_huc_fw.h
intel_huc.c
intel_huc.h
intel_i2c.c
intel_lpe_audio.c
intel_lrc_reg.h
intel_lrc.c Last drm/i915 changes for v4.18: 2018-05-16 07:10:13 +10:00
intel_lrc.h drm/i915: Wrap engine->context_pin() and engine->context_unpin() 2018-04-30 16:01:13 +01:00
intel_lspcon.c
intel_lvds.c Revert "drm/i915/edp: Allow alternate fixed mode for eDP if available." 2018-05-31 14:26:53 +03:00
intel_mocs.c drm/i915/icl: Add configuring MOCS in new Icelake engines 2018-05-03 16:41:04 -07:00
intel_mocs.h
intel_modes.c
intel_opregion.c
intel_opregion.h
intel_overlay.c
intel_panel.c Revert "drm/i915/edp: Allow alternate fixed mode for eDP if available." 2018-05-31 14:26:53 +03:00
intel_pipe_crc.c i915: Convert to use match_string() helper 2018-05-04 10:23:43 +03:00
intel_pm.c drm/i915/icl: Don't update enabled dbuf slices struct until updated in hw 2018-06-07 11:39:15 +03:00
intel_psr.c drm/i915/psr: Check if VBT says PSR can be enabled. 2018-05-09 05:34:20 -07:00
intel_renderstate_gen6.c
intel_renderstate_gen7.c
intel_renderstate_gen8.c
intel_renderstate_gen9.c
intel_renderstate.h
intel_ringbuffer.c Merge drm-upstream/drm-next into drm-misc-next 2018-06-20 13:22:22 -03:00
intel_ringbuffer.h drm/i915: Split i915_gem_timeline into individual timelines 2018-05-02 23:57:18 +01:00
intel_runtime_pm.c drm/i915: Add documentation to gen9_set_dc_state() 2018-05-07 17:42:22 +03:00
intel_sdvo_regs.h
intel_sdvo.c drm: Don't pass the index to drm_property_add_enum() 2018-04-27 16:46:50 +03:00
intel_sideband.c
intel_sprite.c Merge drm-upstream/drm-next into drm-misc-next 2018-06-20 13:22:22 -03:00
intel_tv.c
intel_uc_fw.c drm/i915/guc: Fix null pointer dereference when GuC FW is not available 2018-03-23 17:03:24 +00:00
intel_uc_fw.h drm/i915/firmware: Correct URL for firmware 2018-05-02 13:40:17 -07:00
intel_uc.c drm/i915/guc: enable guc interrupts unconditionally in uc_resume 2018-03-29 11:29:30 +01:00
intel_uc.h drm/i915/uc: Fetch uC firmware in init_early 2018-03-23 17:03:24 +00:00
intel_uncore.c drm/i915/icl: Introduce initial Icelake Workarounds 2018-05-11 15:53:20 +03:00
intel_uncore.h
intel_vbt_defs.h
intel_wopcm.c drm/i915: Use correct reST syntax for WOPCM and GuC kernel-doc diagrams 2018-03-28 14:42:56 +03:00
intel_wopcm.h
intel_workarounds.c drm/i915/gen9: Add WaClearHIZ_WM_CHICKEN3 for bxt and glk 2018-05-13 10:29:44 +01:00
intel_workarounds.h drm/i915: Check whitelist registers across resets 2018-04-14 18:36:45 +01:00
Kconfig
Kconfig.debug Merge remote-tracking branch 'drm/drm-next' into drm-misc-next 2018-05-11 18:08:10 +02:00
Makefile drm/i915/selftests: Refactor common flush_test() 2018-05-08 12:44:31 +01:00