linux_dsm_epyc7002/drivers/gpu/drm/i915/gt
Daniele Ceraolo Spurio 8c69bd74a0 drm/i915/guc: Remove function pointers for send/receive calls
Since we started using CT buffers on all gens, the function pointers can
only be set to either the _nop() or the _ct() functions. Since the
_nop() case applies to when the CT are disabled, we can just handle that
case in the _ct() functions and call them directly.

v2: keep intel_guc_send() and make the CT send/receive functions work on
    intel_guc_ct. (Michal)

Signed-off-by: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
Cc: Michal Wajdeczko <michal.wajdeczko@intel.com>
Cc: John Harrison <John.C.Harrison@Intel.com>
Cc: Matthew Brost <matthew.brost@intel.com>
Reviewed-by: Michal Wajdeczko <michal.wajdeczko@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20191217012316.13271-5-daniele.ceraolospurio@intel.com
2019-12-17 15:22:49 -08:00
..
selftests
uc drm/i915/guc: Remove function pointers for send/receive calls 2019-12-17 15:22:49 -08:00
gen6_renderstate.c
gen7_renderstate.c
gen8_renderstate.c
gen9_renderstate.c
intel_breadcrumbs.c
intel_context_types.h
intel_context.c drm/i915: Introduce new macros for tracing 2019-12-13 20:16:23 +00:00
intel_context.h drm/i915: Introduce new macros for tracing 2019-12-13 20:16:23 +00:00
intel_engine_cs.c drm/i915: Introduce new macros for tracing 2019-12-13 20:16:23 +00:00
intel_engine_heartbeat.c
intel_engine_heartbeat.h
intel_engine_pm.c drm/i915: Introduce new macros for tracing 2019-12-13 20:16:23 +00:00
intel_engine_pm.h
intel_engine_pool_types.h
intel_engine_pool.c
intel_engine_pool.h
intel_engine_types.h
intel_engine_user.c
intel_engine_user.h
intel_engine.h drm/i915: Introduce new macros for tracing 2019-12-13 20:16:23 +00:00
intel_gpu_commands.h drm/i915/gem: Prepare gen7 cmdparser for async execution 2019-12-12 10:42:57 +00:00
intel_gt_irq.c
intel_gt_irq.h
intel_gt_pm_irq.c
intel_gt_pm_irq.h
intel_gt_pm.c drm/i915: Introduce new macros for tracing 2019-12-13 20:16:23 +00:00
intel_gt_pm.h
intel_gt_requests.c
intel_gt_requests.h
intel_gt_types.h
intel_gt.c
intel_gt.h drm/i915: Fix typecheck macro in GT_TRACE 2019-12-16 23:13:12 +00:00
intel_llc_types.h
intel_llc.c
intel_llc.h
intel_lrc_reg.h
intel_lrc.c drm/i915: Introduce new macros for tracing 2019-12-13 20:16:23 +00:00
intel_lrc.h
intel_mocs.c
intel_mocs.h
intel_rc6_types.h drm/i915/gt: Only ignore rc6 parking for PCU on byt/bsw 2019-12-12 08:35:48 +00:00
intel_rc6.c drm/i915/gt: Only ignore rc6 parking for PCU on byt/bsw 2019-12-12 08:35:48 +00:00
intel_rc6.h
intel_renderstate.c
intel_renderstate.h
intel_reset_types.h
intel_reset.c drm/i915: Introduce new macros for tracing 2019-12-13 20:16:23 +00:00
intel_reset.h
intel_ring_submission.c drm/i915/gt: Avoid multi-LRI on Sandybridge 2019-12-17 09:58:05 +00:00
intel_ring_types.h
intel_ring.c
intel_ring.h
intel_rps_types.h
intel_rps.c drm/i915/rps: Add frequency translation helpers 2019-12-13 22:22:05 +00:00
intel_rps.h drm/i915/rps: Add frequency translation helpers 2019-12-13 22:22:05 +00:00
intel_sseu.c
intel_sseu.h
intel_timeline_types.h drm/i915/gt: Eliminate the trylock for reading a timeline's hwsp 2019-12-17 16:59:48 +00:00
intel_timeline.c drm/i915/gt: Eliminate the trylock for reading a timeline's hwsp 2019-12-17 16:59:48 +00:00
intel_timeline.h
intel_workarounds_types.h
intel_workarounds.c
intel_workarounds.h
Makefile
mock_engine.c
mock_engine.h
selftest_context.c
selftest_engine_cs.c drm/i915/selftests: fix uninitialized variable sum when summing up values 2019-12-10 14:35:24 +00:00
selftest_engine_heartbeat.c
selftest_engine_pm.c
selftest_engine.c
selftest_engine.h
selftest_gt_pm.c
selftest_hangcheck.c
selftest_llc.c
selftest_llc.h
selftest_lrc.c
selftest_mocs.c
selftest_rc6.c
selftest_rc6.h
selftest_reset.c
selftest_timeline.c
selftest_workarounds.c