linux_dsm_epyc7002/drivers/gpu/drm/i915/gt
Jani Nikula 8a25c4be58 drm/i915/params: switch to device specific parameters
Start using device specific parameters instead of module parameters for
most things. The module parameters become the immutable initial values
for i915 parameters. The device specific parameters in i915->params
start life as a copy of i915_modparams. Any later changes are only
reflected in the debugfs.

The stragglers are:

* i915.force_probe and i915.modeset. Needed before dev_priv is
  available. This is fine because the parameters are read-only and never
  modified.

* i915.verbose_state_checks. Passing dev_priv to I915_STATE_WARN and
  I915_STATE_WARN_ON would result in massive and ugly churn. This is
  handled by not exposing the parameter via debugfs, and leaving the
  parameter writable in sysfs. This may be fixed up in follow-up work.

* i915.inject_probe_failure. Only makes sense in terms of the module,
  not the device. This is handled by not exposing the parameter via
  debugfs.

v2: Fix uc i915 lookup code (Michał Winiarski)

Cc: Juha-Pekka Heikkilä <juha-pekka.heikkila@intel.com>
Cc: Venkata Sandeep Dhanalakota <venkata.s.dhanalakota@intel.com>
Cc: Michał Winiarski <michal.winiarski@intel.com>
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Acked-by: Michał Winiarski <michal.winiarski@intel.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/20200618150402.14022-1-jani.nikula@intel.com
2020-06-22 23:26:40 +03:00
..
selftests
shaders drm/i915: Include asm sources for {ivb, hsw}_clear_kernel.c 2020-06-15 11:53:40 -07:00
uc drm/i915/params: switch to device specific parameters 2020-06-22 23:26:40 +03:00
debugfs_engines.c
debugfs_engines.h
debugfs_gt_pm.c
debugfs_gt_pm.h
debugfs_gt.c
debugfs_gt.h
gen2_engine_cs.c drm/i915/gt: Flush gen3 relocs harder, again 2020-06-13 10:30:01 +01:00
gen2_engine_cs.h drm/i915/gt: Split low level gen2-7 CS emitters 2020-06-02 10:42:00 +01:00
gen6_engine_cs.c drm/i915/gt: Split low level gen2-7 CS emitters 2020-06-02 10:42:00 +01:00
gen6_engine_cs.h drm/i915/gt: Split low level gen2-7 CS emitters 2020-06-02 10:42:00 +01:00
gen6_ppgtt.c
gen6_ppgtt.h
gen6_renderstate.c
gen7_renderclear.c
gen7_renderclear.h
gen7_renderstate.c
gen8_ppgtt.c
gen8_ppgtt.h
gen8_renderstate.c
gen9_renderstate.c
hsw_clear_kernel.c
intel_breadcrumbs.c drm/i915/gt: Transfer old virtual breadcrumbs to irq_worker 2020-05-14 10:09:31 +01:00
intel_context_param.c
intel_context_param.h
intel_context_sseu.c drm/i915: Drop i915_request.i915 backpointer 2020-06-03 13:53:39 +01:00
intel_context_types.h
intel_context.c drm/i915/gt: Remove errant assertion in __intel_context_do_pin 2020-05-20 11:53:30 +01:00
intel_context.h
intel_engine_cs.c drm/i915/gt: Show the culmative runtime as part of the engine info 2020-06-19 21:13:45 +01:00
intel_engine_heartbeat.c drm/i915/params: switch to device specific parameters 2020-06-22 23:26:40 +03:00
intel_engine_heartbeat.h
intel_engine_pm.c
intel_engine_pm.h
intel_engine_types.h drm/i915/gt: Track if an engine requires forcewake w/a 2020-06-04 17:23:44 +01:00
intel_engine_user.c
intel_engine_user.h
intel_engine.h drm/i915/gt: Always report the sample time for busy-stats 2020-06-18 09:26:54 +01:00
intel_ggtt_fencing.c
intel_ggtt_fencing.h
intel_ggtt.c drm/i915/gt: Remove local entries from GGTT on suspend 2020-05-28 16:55:15 +01:00
intel_gpu_commands.h
intel_gt_buffer_pool_types.h
intel_gt_buffer_pool.c drm/i915/gt: Cancel the flush worker more thoroughly 2020-05-25 16:45:17 +01:00
intel_gt_buffer_pool.h
intel_gt_clock_utils.c
intel_gt_clock_utils.h
intel_gt_irq.c
intel_gt_irq.h
intel_gt_pm_irq.c
intel_gt_pm_irq.h
intel_gt_pm.c drm/i915/gt: Suppress the error message for GT init failure on error injection 2020-06-03 13:43:20 +01:00
intel_gt_pm.h
intel_gt_requests.c
intel_gt_requests.h
intel_gt_types.h
intel_gt.c drm/i915/gt: Force the GT reset on shutdown 2020-05-26 10:14:59 +01:00
intel_gt.h
intel_gtt.c
intel_gtt.h
intel_llc_types.h
intel_llc.c
intel_llc.h
intel_lrc_reg.h
intel_lrc.c drm/i915/execlists: Lift opportunistic process_csb to before engine lock 2020-06-13 10:15:54 +01:00
intel_lrc.h
intel_mocs.c
intel_mocs.h
intel_ppgtt.c
intel_rc6_types.h
intel_rc6.c
intel_rc6.h
intel_renderstate.c drm/i915/gt: Replace manual kmap_atomic() with pin_map for renderstate 2020-06-20 09:57:10 +01:00
intel_renderstate.h
intel_reset_types.h
intel_reset.c drm/i915/params: switch to device specific parameters 2020-06-22 23:26:40 +03:00
intel_reset.h
intel_ring_submission.c drm/i915: Drop i915_request.i915 backpointer 2020-06-03 13:53:39 +01:00
intel_ring_types.h
intel_ring.c drm/i915/gt: Incrementally check for rewinding 2020-06-10 15:42:47 +01:00
intel_ring.h
intel_rps_types.h
intel_rps.c drm/i915/gt: Initialise rps timestamp 2020-06-19 20:00:18 +01:00
intel_rps.h
intel_sseu.c
intel_sseu.h
intel_timeline_types.h
intel_timeline.c
intel_timeline.h
intel_workarounds_types.h
intel_workarounds.c drm/i915/gt: Move gen4 GT workarounds from init_clock_gating to workarounds 2020-06-11 16:11:39 +01:00
intel_workarounds.h
ivb_clear_kernel.c
mock_engine.c
mock_engine.h
selftest_context.c
selftest_engine_cs.c drm/i915: Drop i915_request.i915 backpointer 2020-06-03 13:53:39 +01:00
selftest_engine_heartbeat.c drm/i915/params: switch to device specific parameters 2020-06-22 23:26:40 +03:00
selftest_engine_heartbeat.h drm/i915/selftests: Enable selftesting of busy-stats 2020-06-18 09:26:53 +01:00
selftest_engine_pm.c drm/i915/gt: Always report the sample time for busy-stats 2020-06-18 09:26:54 +01:00
selftest_engine.c
selftest_engine.h
selftest_gt_pm.c drm/i915/selftests: Measure CS_TIMESTAMP 2020-05-21 09:30:16 +01:00
selftest_hangcheck.c drm/i915/selftests: Enable selftesting of busy-stats 2020-06-18 09:26:53 +01:00
selftest_llc.c
selftest_llc.h
selftest_lrc.c drm/i915/selftests: Enable selftesting of busy-stats 2020-06-18 09:26:53 +01:00
selftest_mocs.c drm/i915/gt: Incrementally check for rewinding 2020-06-10 15:42:47 +01:00
selftest_rc6.c drm/i915: Drop i915_request.i915 backpointer 2020-06-03 13:53:39 +01:00
selftest_rc6.h
selftest_reset.c
selftest_ring_submission.c
selftest_ring.c drm/i915/gt: Incrementally check for rewinding 2020-06-10 15:42:47 +01:00
selftest_rps.c drm/i915/selftests: Enable selftesting of busy-stats 2020-06-18 09:26:53 +01:00
selftest_rps.h
selftest_timeline.c drm/i915/selftests: Enable selftesting of busy-stats 2020-06-18 09:26:53 +01:00
selftest_workarounds.c drm/i915/selftests: Ignore autoincrementing timestamp on verfifying whitelists 2020-06-02 23:14:42 +01:00
shmem_utils.c
shmem_utils.h
st_shmem_utils.c
sysfs_engines.c
sysfs_engines.h